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

Hierarchy

Properties

contractTokenUTxOs: TreasuryUTxO<ContractTokenDatum>[]
data: ProjectData[]
fundUTxOs: TreasuryUTxO<FundDatum>[]
numContractTokenUTxOs: number
numFundUTxOs: number
totalLovelace: number
totalTokens: number

Generated using TypeDoc