Posted on c/ElrondDevelopers 1 mic49732581c/ElrondDevelopers 2 years ago is there a way to get the data out of a MultiValue3 inside a rust function? i want to call another function that returns a multiValue, how do i extract the content? Comment 1 Comments mwf81318617 2years ago i think there is an into_tuple function, which you can use to deconstruct the value :)
i think there is an into_tuple function, which you can use to deconstruct the value :)