Posted on c/ElrondDevelopers 1 ale316776319c/ElrondDevelopers 2 years ago I feel like this is going to be one of the easiest questions on this group, but I can't sort it out ???? i have a MultiValueEncoded, how do I get the element at a given index? Comment 1 Comments mwf81318617 2years ago Since its lazy decoded I think you need to use the to_vec method to get a ManagedVec and then call the get method on that :)
Since its lazy decoded I think you need to use the to_vec method to get a ManagedVec and then call the get method on that :)