@xo-cash/engine
    Preparing search index...

    Interface XOEngineOptions

    Configuration options for the XO Engine.

    interface XOEngineOptions {
        databaseFilename?: string;
        databasePath?: string;
        defaultTemplateHubUrl?: string;
        electrumApplicationIdentifier?: string;
        electrumServers?: ElectrumServers;
        remoteEncryptedStateServers?: string[];
        storageType?: StorageType;
    }
    Index

    Properties

    databaseFilename?: string

    Filename of the database file.

    databasePath?: string

    Directory path where the database will be stored.

    defaultTemplateHubUrl?: string

    The default URL for the template hub used by the engine.

    electrumApplicationIdentifier?: string

    The Electrum application identifier to use.

    electrumServers?: ElectrumServers

    The Electrum servers to use.

    remoteEncryptedStateServers?: string[]

    Remote encrypted state servers to use.

    storageType?: StorageType

    The storage type to use.