pub fn build_tx_env_for_pending<Tx, T>(
tx: &PendingTransaction<Tx>,
cheats: &CheatsManager,
) -> Twhere
Tx: Transaction + Encodable2718,
T: FromTxWithEncoded<Tx> + FoundryTransaction,Expand description
Builds the EVM transaction env from a pending pool transaction.