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
事件类型为:Mint(address,uint256),解析交易事件时在org.fisco.bcos.sdk.v3.codec.wrapper.ContractCodecJsonWrapper#decode(org.fisco.bcos.sdk.v3.codec.wrapper.ABIObject, byte[], boolean)方法内有空指针异常,发生于578行的abiObject.getStructFields().size()。 如下图所示:
abiObject.getStructFields().size()
The text was updated successfully, but these errors were encountered:
你使用解析的入口函数是哪一个?请提供代码的上下文详细情况。
Sorry, something went wrong.
入口是:ContractCodec. decodeEvent函数。参考的文档是 https://fisco-bcos-doc.readthedocs.io/zh-cn/latest/docs/sdk/java_sdk/event_sub.html#id8
No branches or pull requests
事件类型为:Mint(address,uint256),解析交易事件时在org.fisco.bcos.sdk.v3.codec.wrapper.ContractCodecJsonWrapper#decode(org.fisco.bcos.sdk.v3.codec.wrapper.ABIObject, byte[], boolean)方法内有空指针异常,发生于578行的
abiObject.getStructFields().size()
。如下图所示:
The text was updated successfully, but these errors were encountered: