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

    Interface SessionKeyWhitelistInput

    User-facing whitelist entry that accepts string or Name types.

    interface SessionKeyWhitelistInput {
        actions?: NameType[];
        contract: NameType;
    }
    Index
    actions?: NameType[]
    contract: NameType