Corelib
pub fn get_block_number() -> u64
use starknet::get_block_number; let block_number = get_block_number();
Was this page helpful?