cheat_nonce_data_availability_mode
Changes the transaction nonce data availability mode for the given contract address and span.
contract_address- instance ofContractAddressspecifying which contracts to cheatnonce_data_availability_mode- transaction nonce data availability mode to be setspan- instance ofCheatSpanspecifying the number of contract calls with the cheat applied
Fully qualified path: snforge_std::cheatcodes::execution_info::nonce_data_availability_mode::cheat_nonce_data_availability_mode
pub fn cheat_nonce_data_availability_mode(
contract_address: ContractAddress, nonce_data_availability_mode: u32, span: CheatSpan,
)