public interface WalletApi
| 限定符和类型 | 方法和说明 |
|---|---|
EthSendTransactionPo |
createRechargeErc20WithGas(String fromAddress,
String prikey,
BigInteger value,
String toAddress,
String multySignContractAddress,
String bep20ContractAddress,
BigInteger gasLimit,
BigInteger gasPrice) |
EthSendTransactionPo |
createRechargeMainAssetWithGas(String fromAddress,
String prikey,
BigInteger value,
String toAddress,
String multySignContractAddress,
BigInteger gasLimit,
BigInteger gasPrice) |
EthSendTransactionPo |
createSendMainAsset(String fromAddress,
String privateKey,
String toAddress,
BigDecimal value,
BigInteger gasLimit,
BigInteger gasPrice) |
EthSendTransactionPo |
createTransferERC20Token(String from,
String to,
BigInteger value,
String privateKey,
String contractAddress,
BigInteger gasLimit,
BigInteger gasPrice) |
EthSendTransactionPo createSendMainAsset(String fromAddress, String privateKey, String toAddress, BigDecimal value, BigInteger gasLimit, BigInteger gasPrice) throws Exception
ExceptionEthSendTransactionPo createTransferERC20Token(String from, String to, BigInteger value, String privateKey, String contractAddress, BigInteger gasLimit, BigInteger gasPrice) throws Exception
ExceptionEthSendTransactionPo createRechargeMainAssetWithGas(String fromAddress, String prikey, BigInteger value, String toAddress, String multySignContractAddress, BigInteger gasLimit, BigInteger gasPrice) throws Exception
ExceptionEthSendTransactionPo createRechargeErc20WithGas(String fromAddress, String prikey, BigInteger value, String toAddress, String multySignContractAddress, String bep20ContractAddress, BigInteger gasLimit, BigInteger gasPrice) throws Exception
ExceptionCopyright © 2021. All rights reserved.