Interface ContractInfo<ContractUTxO, T>

ContractInfo can always fetch a list of utxos at the Contract Address. Can also provide arbitrary data, based on needs of contract endpoint. Use this to explore different data fetching functions in a Contract interface

Type Parameters

  • ContractUTxO

  • T

Hierarchy

Properties

Properties

data: T[]
utxos: ContractUTxO[]

Generated using TypeDoc