Type Alias ArchiveEvent<T, I>

ArchiveEvent: { contractId: ContractId<T>; templateId: I }

An archived contract.

Type Parameters

  • T extends object
  • I extends string = string

Type declaration

  • contractId: ContractId<T>
  • templateId: I

T The contract template or interface type.

I The template or interface id.