Canton dApp Booster
    Preparing search index...

    The connected account, normalized from the wallet's CIP-0103 account entry. networkId is the wallet's own, falling back to CantonConnectConfig.networkId where the wallet reports none.

    interface Party {
        name?: string;
        networkId: string;
        partyId: string;
        publicKey?: string;
    }
    Index
    name?: string
    networkId: string
    partyId: string
    publicKey?: string