multiversx_sc_scenario::imports

Type Alias MultiArg5

Source
pub type MultiArg5<T0, T1, T2, T3, T4> = MultiValue5<T0, T1, T2, T3, T4>;
👎Deprecated since 0.29.0: Alias kept for backwards compatibility. Replace with MultiValue*

Aliased Type§

struct MultiArg5<T0, T1, T2, T3, T4>(pub (T0, T1, T2, T3, T4));

Fields§

§0: (T0, T1, T2, T3, T4)