Trait FillTxEnv
pub trait FillTxEnv {
// Required method
fn fill_tx_env(&self, tx_env: &mut TxEnv, sender: Address);
}
Expand description
Implements behaviour to fill a TxEnv
from another transaction.
pub trait FillTxEnv {
// Required method
fn fill_tx_env(&self, tx_env: &mut TxEnv, sender: Address);
}
Implements behaviour to fill a TxEnv
from another transaction.