pub type MultiArgVec<T> = MultiValueVec<T>;👎Deprecated since 0.29.0: Alias kept for backwards compatibility. Replace with
MultiValueVecExpand description
Structure that allows taking a variable number of arguments or returning a variable number of results in a smart contract endpoint.
Aliased Type§
pub struct MultiArgVec<T>(pub Vec<T>);Tuple Fields§
§0: Vec<T>