reth::core::primitives

Trait FillTxEnv

pub trait FillTxEnv {
    // Required method
    fn fill_tx_env(&self, tx_env: &mut TxEnv, sender: Address);
}
Expand description

Loads transaction into execution environment.

Required Methods§

fn fill_tx_env(&self, tx_env: &mut TxEnv, sender: Address)

Fills TxEnv with an Address and transaction.

Implementations on Foreign Types§

§

impl FillTxEnv for OpTransactionSigned

§

fn fill_tx_env(&self, tx_env: &mut TxEnv, sender: Address)

Implementors§