区块链 xuperchain io.grpc.StatusRuntimeException: UNKNOWN: error execution reverted: execution reverted
Posted 软件工程小施同学
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了区块链 xuperchain io.grpc.StatusRuntimeException: UNKNOWN: error execution reverted: execution reverted相关的知识,希望对你有一定的参考价值。
1. 合约代码是否写错了
可以使用命令行部署、调用,测试一下
2. 手续费fee是否足够
3. 参数传错了
比如,使用xuper-java-sdk的调用合约接口
Transaction t1 = xuperClient.invokeEVMContract(account, contractName, "storepay", args, BigInteger.ONE);
如果该方法没有定义payable ,是不能转账给合约,所以最后一个参数应该设置为null。
以上是关于区块链 xuperchain io.grpc.StatusRuntimeException: UNKNOWN: error execution reverted: execution reverted的主要内容,如果未能解决你的问题,请参考以下文章
区块链 xuperchain 命令行 部署使用EVM 合约 教程