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

    Interface SessionKeyWalletPluginOptions

    Options for creating a new [[SessionKeyWalletPlugin]] instance.

    interface SessionKeyWalletPluginOptions {
        permission: NameType;
        primaryWallet: WalletPlugin;
        privateKey: PrivateKey;
        whitelist: SessionKeyWhitelistEntry[];
    }
    Index
    permission: NameType

    The permission name the session key operates under.

    primaryWallet: WalletPlugin

    The user's primary wallet that will be used for non-whitelisted actions.

    privateKey: PrivateKey

    The private key for the session key.

    The whitelist of contracts and actions this session key can sign.