Canton dApp Booster
    Preparing search index...

    One account the fake wallet reports from listAccounts. Mark exactly one primary: that is the entry selectPrimaryAccount resolves to Party.

    interface FakeWalletAccount {
        name?: string;
        partyId: string;
        primary?: boolean;
        publicKey?: string;
    }
    Index
    name?: string
    partyId: string
    primary?: boolean
    publicKey?: string