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

    Interface SessionKeyConsentArgs

    Arguments passed to the session key consent UI callback.

    interface SessionKeyConsentArgs {
        appName: string;
        whitelist: SessionKeyWhitelistItem[];
    }
    Index
    appName: string

    The name of the application requesting session key creation.

    The list of contracts and actions that will be whitelisted.