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
struct A{ string var1; string var2; } event demo1(A); event demo2(bool);
The text was updated successfully, but these errors were encountered:
感谢提出issue,对应的Java sdk是哪一个版本?
Sorry, something went wrong.
我webase导出项目sdk版本是2.9.0
会在下个版本中集中解决编解码问题。
#814 这个PR解决了这个问题,可以试用2.10.0-SNAPSHOT版本的jar包
No branches or pull requests
使用java-sdk在调用函数,函数内部提交了一个事件,事件内容如下
使用webase查询事件时,对于demo2事件是可以计算到的。
使用webase查询事件时,对于demo1事件,则无法查询到。但是在webase中使用交易hash查询交易回执,回执中包含了event的数据
sdk对于demo2这种,TransactionResponse 是包含的
sdk对于demo1事件,则查询不到
The text was updated successfully, but these errors were encountered: