everscale-standalone-client - v2.2.1
    Preparing search index...

    Type Alias ClientProperties

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

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

    Properties

    accountsStorage?: AccountsStorage

    Accounts storage which will be used to send internal messages

    clock?: Clock

    Clock object which can be used to adjust time offset

    Connection properties or network preset name

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

    Explicit params for nekoton wasm loader

    keystore?: Keystore

    Keystore which will be used for all methods with accountInteraction

    Message behaviour properties