Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ContractInteractionsLoader

Hierarchy

  • ContractInteractionsLoader

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Static Private Readonly _30seconds

_30seconds: number = ...

Static Private Readonly query

query: "query Transactions($tags: [TagFilter!]!, $blockFilter: BlockFilter!, $first: Int!, $after: String) {\n transactions(tags: $tags, block: $blockFilter, first: $first, sort: HEIGHT_ASC, after: $after) {\n pageInfo {\n hasNextPage\n }\n edges {\n node {\n id\n owner { address }\n recipient\n tags {\n name\n value\n }\n block {\n height\n id\n timestamp\n }\n fee { winston }\n quantity { winston }\n parent { id }\n }\n cursor\n }\n }\n }" = ...

Methods

Private getNextPage

load

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

Generated using TypeDoc