Canton dAppBooster
    Preparing search index...

    Return shape of useAccount. account is the one the wallet flags primary, never substituted, and it changes under a live session.

    interface UseAccountResult {
        account: Wallet | undefined;
        isConnected: boolean;
        status: ConnectionStatus;
    }
    Index
    account: Wallet | undefined
    isConnected: boolean