pub fn block_hash<E>(block_number: E::BlockNumber) -> H256where
E: Environment,Expand description
Returns the block hash of the given block number. This is akin to the EVM BLOCKHASH opcode.
pub fn block_hash<E>(block_number: E::BlockNumber) -> H256where
E: Environment,Returns the block hash of the given block number. This is akin to the EVM BLOCKHASH opcode.