setBlockhash
Signature
Section titled “Signature”function setBlockhash(uint256 blockNumber, bytes32 blockHash) external;Description
Section titled “Description”Set blockhash for the current block.
It only sets the blockhash for blocks where block.number - 256 <= number < block.number.