multiversx_sc_snippets::imports

Type Alias MultiArg4

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

Aliased Type§

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

Fields§

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