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

    Interface StorageConfig

    Storage configuration options.

    interface StorageConfig {
        accountHash: string;
        databaseFilename?: string;
        databasePath?: string;
        storageType: StorageType;
    }
    Index

    Properties

    accountHash: string

    SHA-256 hex hash identifying the account. Appended to the database filename to isolate each account's data.

    databaseFilename?: string

    Base name for the database file. The accountHash is appended to this name. Defaults to "XO".

    databasePath?: string

    Directory path where the database will be stored

    storageType: StorageType

    Type of storage to use