block header response
Fields
Name | Description | Format |
---|---|---|
major_version | Major version of the block | uint8 |
minor_version | Minor version of the block | uint8 |
timestamp | Time stamp of the block | uint64 |
prev_hash | Block hash of the previous block | string |
nonce | Nonce of the block | uint32 |
orphan_status | Is the block on alternate chain | bool |
height | Height of the block | uint32 |
depth | Depth of the block | uint32 |
hash | Block hash of the block | string |
difficulty | Difficulty of the block | uint64 |
reward | Block reward of the block | uint64 |
num_txes | Number of transactions in the block | uint32 |
block_size | Size of the block in bytes | uint64 |