cheat_fee_data_availability_mode
Changes the transaction fee data availability mode for the given contract address and span.
contract_address- instance ofContractAddressspecifying which contracts to cheatfee_data_availability_mode- transaction fee 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::fee_data_availability_mode::cheat_fee_data_availability_mode
pub fn cheat_fee_data_availability_mode(
contract_address: ContractAddress, fee_data_availability_mode: u32, span: CheatSpan,
)