Open Cap Table Protocol Canton SDK - v0.2.224
    Preparing search index...

    Type Alias PartyId

    PartyId: Brand<string, "PartyId">

    Canton party identifier.

    A branded string type representing a party on the Canton network. Party IDs typically follow the format hint::namespace (e.g., alice::12345).

    async function createIssuer(issuerParty: PartyId) {
    // TypeScript ensures only PartyId values are passed
    }