Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScryptaBlock

export
interface

ScryptaBlock

Hierarchy

  • ScryptaBlock

Index

Properties

bits

bits: number
memberof

ScryptaBlock

depth

depth: number

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

memberof

ScryptaBlock

hash

hash: string

Hash of block.

memberof

ScryptaBlock

height

height: number

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

memberof

ScryptaBlock

merkleRoot

merkleRoot: string

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

memberof

ScryptaBlock

nonce

nonce: number

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

memberof

ScryptaBlock

prevBlock

prevBlock: string

Hash of the previous block.

memberof

ScryptaBlock

time

time: number

Time of the block.

memberof

ScryptaBlock

txs

txs: ScryptaTx[]
memberof

ScryptaBlock

version

version: number

Block version.

memberof

ScryptaBlock

Generated using TypeDoc