transaction_hash
Cheatcodes modifying transaction_hash
:
cheat_transaction_hash
fn cheat_transaction_hash(target: ContractAddress, transaction_hash: felt252, span: CheatSpan)
Changes the transaction hash for the given target and span.
start_cheat_transaction_hash_global
fn start_cheat_transaction_hash_global(transaction_hash: felt252)
Changes the transaction hash for all targets.
start_cheat_transaction_hash
fn start_cheat_transaction_hash(target: ContractAddress, transaction_hash: felt252)
Changes the transaction hash for the given target.
stop_cheat_transaction_hash
fn stop_cheat_transaction_hash(target: ContractAddress)
Cancels the cheat_transaction_hash
/ start_cheat_transaction_hash
for the given target.
stop_cheat_transaction_hash_global
fn stop_cheat_transaction_hash_global()
Cancels the start_cheat_transaction_hash_global
.