Type Alias multiversx_sc::types::MultiArgVec
source · 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§
struct MultiArgVec<T>(pub Vec<T>);Fields§
§0: Vec<T>