Oh I see! Thank you :) I would have one more question. If I wanted to divide this value with a number below 1 (example 0.25), how would I best do that?
Well to be perfectly honest I just wouldn't recommend you to use an u8 in the first place, if what you really want is an exact representation of an egld amount. Because that's what BigUints are all about :)
Well to be perfectly honest I just wouldn't recommend you to use an u8 in the first place, if what you really want is an exact representation of an egld amount. Because that's what BigUints are all about :)