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

  • Type Parameters

    • T

    Parameters

    • call: (() => Promise<T>)
        • (): Promise<T>
        • Returns Promise<T>

    • tracker: BehaviorSubject<ProviderFnStats>

    Returns Promise<T>

Generated using TypeDoc