@wharfkit/session - v4.0.1
    Preparing search index...

    Interface WalletPluginConfig

    The static configuration of a [[WalletPlugin]].

    interface WalletPluginConfig {
        requiresChainSelect: boolean;
        requiresPermissionEntry?: boolean;
        requiresPermissionSelect: boolean;
        supportedChains?: Checksum256Type[];
    }
    Index
    requiresChainSelect: boolean

    Indicates if the pp requires the user to manually select the blockchain to authorize against.

    requiresPermissionEntry?: boolean

    Indicates if the [[WalletPlugin]] requires the user to manually enter a permission to use.

    requiresPermissionSelect: boolean

    Indicates if the [[WalletPlugin]] requires the user to select a permission to use from a list.

    supportedChains?: Checksum256Type[]

    If set, indicates which blockchains are compatible with this [[WalletPlugin]].