Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlockInfo

Interface representing mined block.

Hierarchy

Properties

difficulty

difficulty: string

Mining difficulty of this block

hash

hash: string

This block's hash

miner

miner: string

Who mined this block

nonce

nonce: string

This block's nonce

number

number: integer

Number of this block

parentHash

parentHash: string

Hash of parent of this block

timestamp

timestamp: integer

Timestamp for this block

Generated using TypeDoc