Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters: [blockHash, verbose?].Positional parameters for
getblockheader:params[0]: 32 Bytes - hash of the transaction.params[1]: If false, return the header as hex instead of JSON.
Returns
Block header details or hex string depending on verbose flag.