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)
fn fill_tx_env(&self, tx_env: &mut TxEnv, sender: Address)
Implementations on Foreign Types§
§impl FillTxEnv for OpTransactionSigned
Available on crate feature optimism
only.
impl FillTxEnv for OpTransactionSigned
Available on crate feature
optimism
only.