cheat_resource_bounds
Changes the transaction resource bounds for the given contract address and span.
contract_address
- instance ofContractAddress
specifying which contract to cheatresource_bounds
- transaction resource bounds to be setspan
- instance ofCheatSpan
specifying the number of contract calls with the cheat applied
Fully qualified path: snforge_std::cheatcodes::execution_info::resource_bounds::cheat_resource_bounds
pub fn cheat_resource_bounds(
contract_address: ContractAddress, resource_bounds: Span<ResourceBounds>, span: CheatSpan,
)