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

    Interface SessionKeyMismatchArgs

    Arguments passed to the session key mismatch UI callback.

    interface SessionKeyMismatchArgs {
        added: SessionKeyWhitelistItem[];
        appName: string;
        removed: SessionKeyWhitelistItem[];
    }
    Index

    Actions in local whitelist but not linked on-chain.

    appName: string

    The name of the application.

    Actions linked on-chain but not in local whitelist.