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.
pub trait FillTxEnv {
// Required method
fn fill_tx_env(&self, tx_env: &mut TxEnv, sender: Address);
}
Loads transaction into execution environment.