Posted on c/ElrondDevelopers 1 new545503335c/ElrondDevelopers 3 years ago How do we make mandos understand and interpret our structs as stored in the contract? Comment 1 Comments And167100369 3years ago You'll have to serialize the representation by hand, there are some tricks you can use, like "u32:0|u32:5|u64:7" for example for a struct with 3 fields, 2x u32 and 1x u64
You'll have to serialize the representation by hand, there are some tricks you can use, like "u32:0|u32:5|u64:7" for example for a struct with 3 fields, 2x u32 and 1x u64