pub fn set_block_timestamp<T>(value: T::Timestamp)where
T: Environment<Timestamp = u64>,
Expand description
Sets the block timestamp for the next advance_block
invocation.
pub fn set_block_timestamp<T>(value: T::Timestamp)where
T: Environment<Timestamp = u64>,
Sets the block timestamp for the next advance_block
invocation.