This repository was archived by the owner on May 2, 2025. It is now read-only.

Description
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 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