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; Copy
const issuerId: OcfId = 'issuer-001' as OcfId;const stakeholderId: OcfId = 'stakeholder-abc' as 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.