We have seen all the Moralis for Unity videos and we know how to call functions through C#.
What I would like to know is how to cast an integer in unity to uint256 and if there is a page to see all the types of casts available, since we have a function in the contract that requests the uint256 parameter and when we try to assign the integer value in C# we get throws error βThe type or namespace name ββuint256ββ could not be found (are you missing a using directive or an assembly reference?)β.
Is there any way to cast it?
Thank you very much for all the videos and the Moralis platform.
Cheers