Archive a CapTable contract by exercising the ArchiveCapTable choice.
This is a consuming choice controlled by context.system_operator. It:
context.system_operator
LedgerJsonApiClient instance (must have system_operator credentials)
Archive parameters including contract ID and actAs parties
The transaction ID
// Archive after deleting all entitiesconst result = await archiveCapTable(client, { capTableContractId: '00...', actAs: [systemOperatorPartyId],}); Copy
// Archive after deleting all entitiesconst result = await archiveCapTable(client, { capTableContractId: '00...', actAs: [systemOperatorPartyId],});
Archive a CapTable contract by exercising the ArchiveCapTable choice.
This is a consuming choice controlled by
context.system_operator. It: