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

    Interface AccountsStorage

    interface AccountsStorage {
        defaultAccount: Address | undefined;
        getAccount(address: string | Address): Promise<Account | undefined>;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    defaultAccount: Address | undefined

    Selected default account

    Methods