Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters: [blockHash, fullTransactions].Positional parameters for
klay_getBlockByHash:params[0]: 32 Bytes - hash of the block where this transaction was included. Null when pending.params[1]: If true, includes full transaction objects instead of hashes.
Returns
A Klaytn block object. Null if the block cannot be found.