set_nonce

Set the transaction nonce. # Argumentsnon - The nonce to set.After a call to set_nonce, starknet::get_execution_info().tx_info.nonce will return the set value.

Fully qualified path: core::starknet::testing::set_nonce

pub fn set_nonce(nonce: felt252)