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

    Interface SessionKeyWhitelistEntry

    Internal whitelist entry with resolved Name types.

    interface SessionKeyWhitelistEntry {
        actions?: Name[];
        contract: Name;
    }
    Index
    actions?: Name[]
    contract: Name