| 程序包 | 说明 |
|---|---|
| com.baidu.xuper.api |
| 限定符和类型 | 方法和说明 |
|---|---|
Transaction |
Proposal.build(XuperClient client) |
Transaction |
XuperClient.createContractAccount(Account from,
String accountName) |
Transaction |
Transaction.debugPrint() |
Transaction |
XuperClient.deployEVMContract(Account from,
byte[] bin,
byte[] abi,
String contract,
Map<String,String> initArgs) |
Transaction |
XuperClient.deployNativeContract(Account from,
byte[] code,
String contract,
String runtime,
Map<String,byte[]> initArgs)
deploy native contract
|
Transaction |
XuperClient.deployWasmContract(Account from,
byte[] code,
String contract,
String runtime,
Map<String,byte[]> initArgs)
deploy wasm contract
|
Transaction |
XuperClient.invokeContract(Account from,
String module,
String contract,
String method,
Map<String,byte[]> args) |
Transaction |
XuperClient.invokeEVMContract(Account from,
String contract,
String method,
Map<String,String> args,
BigInteger amount) |
Transaction |
Proposal.preExec(XuperClient client) |
Transaction |
XuperClient.queryContract(Account from,
String module,
String contract,
String method,
Map<String,byte[]> args) |
Transaction |
XuperClient.queryEVMContract(Account from,
String contract,
String method,
Map<String,String> args) |
Transaction |
Transaction.send(XuperClient client) |
Transaction |
Transaction.sign() |
Transaction |
Transaction.sign(Account singer) |
Transaction |
XuperClient.transfer(Account from,
String to,
BigInteger amount,
String fee) |
Transaction |
XuperClient.transfer(Account from,
String to,
BigInteger amount,
String fee,
String desc) |
Transaction |
XuperClient.upgradeNativeContract(Account from,
byte[] code,
String name) |
Transaction |
XuperClient.upgradeWasmContract(Account from,
byte[] code,
String name) |
Copyright © 2022. All rights reserved.