BlockIdentifier
The block_identifier uniquely identifies a block in a particular network.
Properties
Name | Type | Description | Required |
---|---|---|---|
index | Int64 (>= 0) | This is also known as the block height. | True |
hash | String | This should be normalized according to the case specified in the block_hash_case network options. | True |
Example
{
"index": 1123941,
"hash": "0x1f2cc6c5027d2f201a5453ad1119574d2aed23a392654742ac3c78783c071f85"
}