Blockchain
GetBlockByHash
Tries to fetch a block given its hash. It has an option to include the transactions in the block, which defaults to false.
Parameters
Prop | Type / Default |
---|---|
hash | string |
includeBody | boolean |
Returns
Prop | Type / Default |
---|---|
hash | string |
size | number |
batch | number |
epoch | number |
network | string |
version | number |
number | number |
timestamp | number |
parentHash | string |
seed | string |
extraData | array |
stateHash | string |
bodyHash | string |
historyHash | string |
transactions | array |
additionalFields | object |