cheat_proof_facts
Changes the transaction proof facts for the given contract address and span.
contract_address- instance ofContractAddressspecifying which contracts to cheatproof_facts- transaction proof facts to be setspan- instance ofCheatSpanspecifying the number of contract calls with the cheat applied
Fully qualified path: snforge_std::cheatcodes::execution_info::proof_facts::cheat_proof_facts
pub fn cheat_proof_facts(
contract_address: ContractAddress, proof_facts: Span<felt252>, span: CheatSpan,
)