Interface ChainHistoryProvider

Hierarchy

Properties

blocksByHashes: ((args: BlocksByIdsArgs) => Promise<Cardano.ExtendedBlockInfo[]>)

Type declaration

transactionsByAddresses: ((args: TransactionsByAddressesArgs) => Promise<Paginated<Cardano.HydratedTx>>)

Type declaration

transactionsByHashes: ((args: TransactionsByIdsArgs) => Promise<Cardano.HydratedTx[]>)

Type declaration

Methods

Generated using TypeDoc