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

    Type Alias ContractId

    ContractId: Brand<string, "ContractId">

    Canton contract identifier.

    A branded string type representing a unique contract ID on the Canton ledger. Contract IDs are opaque identifiers assigned by Canton when contracts are created.

    async function getIssuer(contractId: ContractId) {
    // TypeScript ensures only ContractId values are passed
    }

    // Create from raw string (after validation)
    const id = validateContractId(rawString); // Returns ContractId