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).
hint::namespace
alice::12345
async function createIssuer(issuerParty: PartyId) { // TypeScript ensures only PartyId values are passed} Copy
async function createIssuer(issuerParty: PartyId) { // TypeScript ensures only PartyId values are passed}
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).