Skip to main content

build_tx_env_for_pending

Function build_tx_env_for_pending 

Source
pub fn build_tx_env_for_pending<Tx, T>(
    tx: &PendingTransaction<Tx>,
    cheats: &CheatsManager,
) -> T
where Tx: Transaction + Encodable2718, T: FromTxWithEncoded<Tx> + FoundryTransaction,
Expand description

Builds the EVM transaction env from a pending pool transaction.