multiversx_sc_snippets::imports

Type Alias MultiArg3

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

Aliased Type§

struct MultiArg3<T0, T1, T2>(pub (T0, T1, T2));

Fields§

§0: (T0, T1, T2)