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