Sitelet https://hardhat.org/docs/reference/cheatcodes/environment/get-raw-block-header
Skip to content

getRawBlockHeader

function getRawBlockHeader(
uint256 blockNumber
) external view returns (bytes memory rlpHeader);

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.