Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BtcBlock

export
interface

BtcBlock

Hierarchy

  • BtcBlock

Index

Properties

bits

bits: number
memberof

BtcBlock

depth

depth: number

The number of blocks following a particular block on a block chain, including current one.

memberof

BtcBlock

hash

hash: string

Hash of block.

memberof

BtcBlock

height

height: number

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

memberof

BtcBlock

merkleRoot

merkleRoot: string

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

memberof

BtcBlock

nonce

nonce: number

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

memberof

BtcBlock

prevBlock

prevBlock: string

Hash of the previous block.

memberof

BtcBlock

time

time: number

Time of the block.

memberof

BtcBlock

txs

txs: BtcTx[]
memberof

BtcBlock

version

version: number

Block version.

memberof

BtcBlock

Generated using TypeDoc