Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SyncInfo

Hierarchy

  • SyncInfo

Index

Constructors

constructor

  • new SyncInfo(latestBlockHash: string, latestAppHash: string, latestBlockHeight: bigInteger.BigInteger, latestBlockTime: Date, catchingUp: boolean): SyncInfo
  • Parameters

    • latestBlockHash: string
    • latestAppHash: string
    • latestBlockHeight: bigInteger.BigInteger
    • latestBlockTime: Date
    • catchingUp: boolean

    Returns SyncInfo

Properties

catchingUp

catchingUp: boolean

latestAppHash

latestAppHash: string

latestBlockHash

latestBlockHash: string

latestBlockHeight

latestBlockHeight: bigInteger.BigInteger

latestBlockTime

latestBlockTime: Date

Methods

Static fromJSON

Generated using TypeDoc