Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContractIdValue

Identifier of an on-ledger contract. Commands which reference an unknown or already archived contract ID will fail.

Example:

{
    valueType: 'contractId',
    contractId: 'bbd63bda774bd92246d0'
}

To express values in a more concise way, you can have a look at the ValueHelpers.

Hierarchy

  • ContractIdValue

Index

Properties

Properties

contractId

contractId: string

valueType

valueType: "contractId"

Generated using TypeDoc