Canton dApp Booster
    Preparing search index...

    Return shape of useParty. party follows the wallet's primary account, so it changes under a live session when the user switches accounts.

    interface UsePartyResult {
        isConnected: boolean;
        party: Party | undefined;
        status: ConnectionStatus;
    }
    Index
    isConnected: boolean
    party: Party | undefined