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

    Interface SessionKeyWhitelistItem

    A single whitelist entry for UI display purposes.

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

    Optional array of action names. If omitted, all actions are whitelisted.

    contract: string

    Contract account name.