ClientProperties: {
    accountsStorage?: AccountsStorage;
    clock?: Clock;
    connection?: ConnectionProperties;
    initInput?: nt.InitInput | Promise<nt.InitInput>;
    keystore?: Keystore;
    message?: MessageProperties;
}

Standalone provider which is used as a fallback when browser extension is not installed

Type declaration

  • Optional accountsStorage?: AccountsStorage

    Accounts storage which will be used to send internal messages

  • Optional clock?: Clock

    Clock object which can be used to adjust time offset

  • Optional connection?: ConnectionProperties

    Connection properties or network preset name

  • Optional initInput?: nt.InitInput | Promise<nt.InitInput>

    Explicit params for nekoton wasm loader

  • Optional keystore?: Keystore

    Keystore which will be used for all methods with accountInteraction

  • Optional message?: MessageProperties

    Message behaviour properties