We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Transaction transaction = new Transaction.EVMBuilder(account.getAddress()).deploy(bin, abi, params).build(); // 如果要部署的合约无构造函数,则调用如下 // Transaction transaction = new Transaction.HVMBuilder(account.getAddress()).deploy(bin).build(); 应该是EVMBuilder