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
The text was updated successfully, but these errors were encountered:
感谢提出issue,后续会增加控制台自动编译同名合约的功能。示例中也将增加ABI的示例。
Sorry, something went wrong.
No branches or pull requests
当前的cpp sdk sample/deploy_hello代码中没有设置abi字段,使用该实例代码部署交易后调用合约接口时可能存在找不到abi的情况
deploy_hello.cpp中设置abi字段为空字符串
在控制台查看区块内容,abi为空
调用合约接口时报错 Abi is empty, please check contract abi exists.
自己手动添加abi字段后,查看区块中已包含abi字段,但仍然无法调用abi接口,添加方式如下
建议在示例代码中添加abi字段,便于开发者学习如何使用cpp sdk部署合约后调用合约接口
The text was updated successfully, but these errors were encountered: