Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

start_cheat_proof_facts

[source code]

Changes the transaction proof facts for the given contract_address.

  • contract_address - instance of ContractAddress specifying which contract to cheat
  • proof_facts - transaction proof facts to be set

Fully qualified path: snforge_std::cheatcodes::execution_info::proof_facts::start_cheat_proof_facts

pub fn start_cheat_proof_facts(contract_address: ContractAddress, proof_facts: Span<felt252>)