Function block_hash

Source
pub fn block_hash<E>(block_number: E::BlockNumber) -> H256
where E: Environment,
Expand description

Returns the block hash of the given block number. This is akin to the EVM BLOCKHASH opcode.