Canton dApp Booster
    Preparing search index...

    One canned account the mock adapter reports. Only partyId is required; the rest is filled with obviously fake values, so nothing downstream mistakes a mock account for a real one.

    interface MockAccount {
        name?: string;
        partyId: string;
        publicKey?: string;
    }
    Index
    name?: string
    partyId: string
    publicKey?: string