Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TransactionDiscoveryStateData

description

A type that represents data about the state of the discovery module. Note that we implement the StateData type to permit more flexibility on gathering module states.

This class shall be used mainly to refer and handle data in relation with the discovery module.

see

DiscoverTransactions

since

v0.1.0

Hierarchy

  • TransactionDiscoveryStateData

Implements

Index

Constructors

Properties

lastUsedAccount: string

Contains the address of the last account that was used in the transaction discovery. This is used in the case of runtime configuration that contains more than one discovery source and permits to track multiple accounts sequentially.

access

public

var

{string}

totalNumberOfTransactions: number

Contains the total number of transactions that have been discovered using the transaction discovery. This data field can be used to avoid count queries.

access

public

var

{number}

Generated using TypeDoc