You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just came across this project and would love to use it for one my usecases. However, the IDL I have access to defines some arguments with type u256. Although the generation works fine, the generated crate has errors cannot find type u256 in this scope.
I know that Anchor has support for this type, so I was wondering what do I need to do to support it?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello,
I just came across this project and would love to use it for one my usecases. However, the IDL I have access to defines some arguments with type
u256
. Although the generation works fine, the generated crate has errorscannot find type u256 in this scope
.I know that Anchor has support for this type, so I was wondering what do I need to do to support it?
Thanks in advance
The text was updated successfully, but these errors were encountered: