Get Block
Get the block for the given block height or block hash.
ENDPOINT
Arguments
Parameter | Type | Request | Description |
---|---|---|---|
height or hash | u32 or string | Yes | The block height or hash of the requested block |
Response
Parameter | type | Description |
---|---|---|
result | The latest state root |
Request
Last updated