multiversx_sc_scenario::imports

Type Alias MultiArg2

Source
pub type MultiArg2<T0, T1> = MultiValue2<T0, T1>;
👎Deprecated since 0.29.0: Alias kept for backwards compatibility. Replace with MultiValue*

Aliased Type§

struct MultiArg2<T0, T1>(pub (T0, T1));

Fields§

§0: (T0, T1)