Interface: BlockInfo_InNode
BlockInfo interface for in-node chronik
Properties
blockSize
• blockSize: number
Block size of this block in bytes (including headers etc.).
Defined in
hash
• hash: string
Block hash of the block, in 'human-readable' (big-endian) hex encoding.
Defined in
height
• height: number
Height of the block; Genesis block has height 0.
Defined in
isFinal
• isFinal: boolean
Is this block avalanche finalized?
Defined in
nBits
• nBits: number
nBits field of the block, encodes the target compactly.
Defined in
numInputs
• numInputs: number
Total number of tx inputs in block (including coinbase).
Defined in
numOutputs
• numOutputs: number
Total number of tx output in block (including coinbase).
Defined in
numTxs
• numTxs: number
Number of txs in this block.
Defined in
prevHash
• prevHash: string
Block hash of the prev block, in 'human-readable' (big-endian) hex encoding.
Defined in
sumBurnedSats
• sumBurnedSats: number
Total number of satoshis burned using OP_RETURN.
Defined in
sumCoinbaseOutputSats
• sumCoinbaseOutputSats: number
Total block reward for this block.
Defined in
sumInputSats
• sumInputSats: number
Total number of satoshis spent by tx inputs.
Defined in
sumNormalOutputSats
• sumNormalOutputSats: number
Total number of satoshis in non-coinbase tx outputs.
Defined in
timestamp
• timestamp: number
Timestamp of the block. Filled in by the miner, so might not be 100 % precise.