Canton dApp Booster
    Preparing search index...

    Interface UseWalletStatusResult

    Return shape of useWalletStatus. Connected-but-locked is a real pair: a session exists, but the wallet must be unlocked before it will serve a request.

    interface UseWalletStatusResult {
        isConnected: boolean;
        isLocked: boolean;
    }
    Index
    isConnected: boolean
    isLocked: boolean