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

    Interface SerializedSessionKeyWalletEntry

    Serialized form of a whitelist entry.

    interface SerializedSessionKeyWalletEntry {
        actions?: string[];
        contract: string;
    }
    Index
    actions?: string[]

    Optional array of action names. If omitted, all actions on the contract are allowed.

    contract: string

    Contract account name.