multiversx_sc::types

Type Alias MultiArg6

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

Aliased Type§

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

Fields§

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