set_block_timestamp
Set the block timestamp to the provided value. After a call to set_block_timestamp
, starknet::get_execution_info().block_info.block_timestamp
will return the set value.
Fully qualified path: core::starknet::testing::set_block_timestamp
pub fn set_block_timestamp(block_timestamp: u64)