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

  • OptionalaccountsStorage?: AccountsStorage

    Accounts storage which will be used to send internal messages

  • Optionalclock?: Clock

    Clock object which can be used to adjust time offset

  • Optionalconnection?: ConnectionProperties

    Connection properties or network preset name

  • OptionalinitInput?: nt.InitInput | Promise<nt.InitInput>

    Explicit params for nekoton wasm loader

  • Optionalkeystore?: Keystore

    Keystore which will be used for all methods with accountInteraction

  • Optionalmessage?: MessageProperties

    Message behaviour properties