Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InteractionsLoader

Implementors of this interface add functionality of loading contract's interaction transactions. These transactions are then used to evaluate contract's state to a required block height.

Note: InteractionsLoaders are not responsible for sorting interaction transactions!

Hierarchy

  • InteractionsLoader

Implemented by

Index

Methods

Methods

load

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

Generated using TypeDoc