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

    Type Alias OcfId

    OcfId: Brand<string, "OcfId">

    OCF entity identifier.

    A branded string type representing an OCF object's ID field. These are user-provided identifiers used to reference OCF objects.

    const issuerId: OcfId = 'issuer-001' as OcfId;
    const stakeholderId: OcfId = 'stakeholder-abc' as OcfId;