get_block_hash_syscall
Returns the hash of the block with the given number. # Argumentsblock_number
- The number of the queried block. # ReturnsThe hash of the block with the given number.
Fully qualified path: core::starknet::syscalls::get_block_hash_syscall
pub extern fn get_block_hash_syscall(
block_number: u64,
) -> SyscallResult<felt252> implicits(GasBuiltin, System) nopanic;