Blockchain
GetBlockByNumber
Tries to fetch a block given its number. It has an option to include the transactions in the block, which defaults to false. Note that this function will only fetch blocks that are part of the main chain.
Parameters
Prop | Type / Default |
---|---|
blockNumber | number |
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 |