Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CacheableContractInteractionsLoader

This implementation InteractionsLoader tries to limit the amount of interactions with GraphQL endpoint. Additionally, it is downloading only the missing interactions (starting from the latest already cached) - to additionally limit the amount of "paging".

Hierarchy

  • CacheableContractInteractionsLoader

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

load

  • load(contractId: string, fromBlockHeight: number, toBlockHeight: number): Promise<GQLEdgeInterface[]>

Generated using TypeDoc