Wraps a ChainHistoryProvider, tracking # of calls of each function

Hierarchy

Implements

Constructors

Properties

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

Type declaration

healthCheck: (() => Promise<HealthCheckResponse>)

Type declaration

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

Type declaration

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

Type declaration

Methods

Generated using TypeDoc