Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LtcBlock

Hierarchy

  • LtcBlock

Index

Properties

bits

bits: number
memberof

LtcBlock

hash

hash: string

Hash of block.

memberof

LtcBlock

height

height: number

The number of blocks preceding a particular block on a block chain.

memberof

LtcBlock

merkleRoot

merkleRoot: string

The root node of a merkle tree, a descendant of all the hashed pairs in the tree.

memberof

LtcBlock

nonce

nonce: number

Arbitrary number that is used in Litecoin's proof of work consensus algorithm.

memberof

LtcBlock

prevBlock

prevBlock: string

Hash of the previous block.

memberof

LtcBlock

ts

ts: number

Time of the block.

memberof

LtcBlock

txs

txs: LtcTx[]
memberof

LtcBlock

version

version: number

Block version.

memberof

LtcBlock

Generated using TypeDoc