We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bytes类的构造函数是protected,引入后不能new,且bytes长度需要在0到32,请问下这里是为什么? DynamicBytes的使用也有问题,在TypedAbi.java中的ctor.newInstance(value);会失败,请问该怎么解决?
The text was updated successfully, but these errors were encountered:
看明白了Bytes应该是给generate里的1到32用 应该要用Dynamic 但是报错哇亲
Sorry, something went wrong.
No branches or pull requests
Bytes类的构造函数是protected,引入后不能new,且bytes长度需要在0到32,请问下这里是为什么?
DynamicBytes的使用也有问题,在TypedAbi.java中的ctor.newInstance(value);会失败,请问该怎么解决?
The text was updated successfully, but these errors were encountered: