Posted on c/ElrondDevelopers 1 mic49732581c/ElrondDevelopers 2 years ago how do i convert u8 to Enum? Comment 1 Comments mwf81318617 2years ago You don't have to do any conversion yourself ? You just give the contract the number and have the function take the enum, then it should automatically convert everything :)
You don't have to do any conversion yourself ? You just give the contract the number and have the function take the enum, then it should automatically convert everything :)