Returns the hash of the block with the given number.

Signature

pub extern fn get_block_hash_syscall(block_number: u64) -> Result> implicits(GasBuiltin, System) nopanic;

Arguments

  • block_number - The number of the queried block.

Returns

  • The hash of the block with the given number.