The thor client instance to use.
The standard array of rpc call parameters. * params[0]: The block number to get as a hex string or "latest" or "finalized". * params[1]: The transaction detail flag. If true, the block will contain the transaction details, otherwise it will only contain the transaction hashes.
the block at the given block number formatted to the RPC standard or null if the block does not exist.
RPC Method eth_getBlockByNumber implementation
Link
eth_getBlockByNumber
Note
eth_getBlockByNumber
support following block numbers: hex number of block, 'earliest', 'latest', 'safe', 'finalized', 'pending'. (@see https://ethereum.org/en/developers/docs/apis/json-rpc#default-block)Throws