pub fn set_block_number<T>(value: T::BlockNumber)where
T: Environment<BlockNumber = u32>,
Expand description
Sets the block number for the next advance_block
invocation.
pub fn set_block_number<T>(value: T::BlockNumber)where
T: Environment<BlockNumber = u32>,
Sets the block number for the next advance_block
invocation.