Signature
Arguments
block_timestamp
- The block timestamp to set.
After a call to set_block_timestamp
,
starknet::get_execution_info().block_info.block_timestamp
will return the set value.pub fn set_block_timestamp(block_timestamp: u64)
block_timestamp
- The block timestamp to set.
After a call to set_block_timestamp
,
starknet::get_execution_info().block_info.block_timestamp
will return the set value.Was this page helpful?