Posted on c/ElrondDevelopers 1 new545503335c/ElrondDevelopers 2 years ago Hey all, I am trying to wrap my head around the Elrond Serialization format. How would a decimal 10^18 be TopEncoded as a BigUint? Comment 1 Comments mwf81318617 2years ago You would just convert the number to hex and add a 0 if needed to make it an even length hex string :)
You would just convert the number to hex and add a 0 if needed to make it an even length hex string :)