Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Software

Software are node software versions for the Tezos blockchain. For more information see the Software API documentation on tzKT.

Hierarchy

  • Software

Index

Constructors

constructor

  • new Software(shortHash: null | string, firstLevel: null | number, firstTime: null | Date, lastLevel: null | number, lastTime: null | Date, blocksCount: number, metadata: any): Software
  • internal

    Parameters

    • shortHash: null | string
    • firstLevel: null | number
    • firstTime: null | Date
    • lastLevel: null | number
    • lastTime: null | Date
    • blocksCount: number
    • metadata: any

    Returns Software

Properties

blocksCount

blocksCount: number

firstLevel

firstLevel: null | number

firstTime

firstTime: null | Date

lastLevel

lastLevel: null | number

lastTime

lastTime: null | Date

metadata

metadata: any

shortHash

shortHash: null | string

Methods

Static count

  • count(domain?: string): Promise<number>

Static fromAPI

Static get

Generated using TypeDoc