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

    Interface SessionKeyStatus

    Complete status information about a session key.

    interface SessionKeyStatus {
        active: boolean;
        exists: boolean;
        mismatch?: SessionKeyMismatch;
        permission?: Name;
        publicKey?: string;
        state: SessionKeyState;
    }
    Index
    active: boolean

    Whether the session key is currently active and ready to sign.

    exists: boolean

    Whether a session key permission exists on-chain.

    Mismatch details if whitelist differs from on-chain state.

    permission?: Name

    The permission name if one exists.

    publicKey?: string

    The public key string if one exists.

    Current state of the session key.