Posted on c/ElrondDevelopers 1 mic49732581c/ElrondDevelopers 2 years ago how are storage values initialized in rust SC? if i have single value mapper that holds a BigUint, what happens if i add 1 to it? will it be == 1 ? Comment 1 Comments mwf81318617 2years ago if you have a custom struct instead it will throw an error during the attempted load :)
if you have a custom struct instead it will throw an error during the attempted load :)