multiversx_sc_scenario::imports

Type Alias TxBaseWithEnv

Source
pub type TxBaseWithEnv<Env> = Tx<Env, (), (), (), (), (), ()>;

Aliased Type§

struct TxBaseWithEnv<Env> {
    pub env: Env,
    pub from: (),
    pub to: (),
    pub payment: (),
    pub gas: (),
    pub data: (),
    pub result_handler: (),
}

Fields§

§env: Env§from: ()§to: ()§payment: ()§gas: ()§data: ()§result_handler: ()