getRawBlockHeader
Signature
Section titled “Signature”function getRawBlockHeader( uint256 blockNumber) external view returns (bytes memory rlpHeader);Description
Section titled “Description”Gets the RLP encoded block header for a given block number.
Returns the block header in the same format as cast block <block_number> --raw.