Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.15 KB

File metadata and controls

23 lines (19 loc) · 1.15 KB

GetBlockResponse

Properties

Name Type Description Notes
hash str Block hash [optional]
confirmations float Number of confirmations block has [optional]
size float Block size in bytes [optional]
height float Block height [optional]
version float Block version [optional]
merkleroot str Merkleroot of block [optional]
tx list[str] Array of tx ids in the block [optional]
time float Block time relative to epoch [optional]
nonce float Block nonce [optional]
bits str Block bits [optional]
difficulty float Block difficulty [optional]
previousblockhash str Hash of the previous block on the chain [optional]
nextblockhash str Hash of the next block on the chain [optional]
reward float Number of NEBL awarded in this block [optional]

[Back to Model list] [Back to API list] [Back to README]