Type Alias DisclosedContract

DisclosedContract: {
    contractId: ContractId<unknown>;
    createdEventBlob: string;
    templateId: string;
}

A disclosed contract that can be passed on a command submission.

Type declaration

  • contractId: ContractId<unknown>
  • createdEventBlob: string
  • templateId: string