| 程序包 | 说明 |
|---|---|
| network.nerve.heterogeneous | |
| network.nerve.heterogeneous.core |
| 限定符和类型 | 方法和说明 |
|---|---|
static EthSendTransactionPo |
BSCTool.addFeeRechargeBep20(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress,
String bep20ContractAddress,
BigInteger gasPrice,
BigInteger nonce)
(充值BEP20资产)追加手续费
BSC网络向NERVE网络充值BEP20资产
|
static EthSendTransactionPo |
BSCTool.addFeeRechargeBnb(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress,
BigInteger gasPrice,
BigInteger nonce)
(充值BNB) 追加手续费
BSC网络向NERVE网络充值BNB
|
static EthSendTransactionPo |
ETHTool.addFeeRechargeErc20(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress,
String bep20ContractAddress,
BigInteger gasPrice,
BigInteger nonce)
(充值ERC20资产)追加手续费
BSC网络向NERVE网络充值BEP20资产
|
static EthSendTransactionPo |
HTTool.addFeeRechargeErc20(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress,
String bep20ContractAddress,
BigInteger gasPrice,
BigInteger nonce)
(充值ERC20资产)追加手续费
BSC网络向NERVE网络充值BEP20资产
|
static EthSendTransactionPo |
ETHTool.addFeeRechargeEth(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress,
BigInteger gasPrice,
BigInteger nonce)
(充值ETH) 追加手续费
BSC网络向NERVE网络充值BNB
|
static EthSendTransactionPo |
HTTool.addFeeRechargeHt(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress,
BigInteger gasPrice,
BigInteger nonce)
(充值HT) 追加手续费
HECO网络向NERVE网络充值HT
|
static EthSendTransactionPo |
OKTTool.addFeeRechargeKip20(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress,
String bep20ContractAddress,
BigInteger gasPrice,
BigInteger nonce)
(充值KIP20资产)追加手续费
BSC网络向NERVE网络充值KIP20资产
|
static EthSendTransactionPo |
OKTTool.addFeeRechargeOkt(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress,
BigInteger gasPrice,
BigInteger nonce)
(充值OKT) 追加手续费
HECO网络向NERVE网络充值HT
|
static EthSendTransactionPo |
BSCTool.createRechargeBep20(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress,
String bep20ContractAddress)
(只组装交易)充值BEP20资产
BSC网络向NERVE网络充值BEP20资产
|
static EthSendTransactionPo |
BSCTool.createRechargeBnb(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress)
(只组装交易)充值BNB
BSC网络向NERVE网络充值BNB
|
static EthSendTransactionPo |
ETHTool.createRechargeErc20(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress,
String erc20ContractAddress)
充值ERC20资产
以太坊网络向NERVE网络充值ERC20资产
|
static EthSendTransactionPo |
HTTool.createRechargeErc20(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress,
String bep20ContractAddress)
(只组装交易)充值ERC20资产
HECO网络向NERVE网络充值ERC20资产
|
static EthSendTransactionPo |
ETHTool.createRechargeEth(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress)
(只组装交易)充值ETH
以太坊网络向NERVE网络充值ETH
|
static EthSendTransactionPo |
HTTool.createRechargeHt(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress)
(只组装交易)充值HT
HECO网络向NERVE网络充值HT
|
static EthSendTransactionPo |
OKTTool.createRechargeKip20(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress,
String erc20ContractAddress)
充值KIP20资产
以太坊网络向NERVE网络充值KIP20资产
|
static EthSendTransactionPo |
OKTTool.createRechargeOkt(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress)
(只组装交易)充值OKT
以太坊网络向NERVE网络充值OKT
|
static EthSendTransactionPo |
BSCTool.createTransferBep20(String fromAddress,
String privateKey,
String toAddress,
BigInteger amount,
String contractAddress,
BigInteger gasLimit,
BigInteger gasPrice)
在BSC上转账BEP20资产(只组装交易 不广播)
|
static EthSendTransactionPo |
BSCTool.createTransferBnb(String fromAddress,
String privateKey,
String toAddress,
BigDecimal amount,
BigInteger gasLimit,
BigInteger gasPrice)
在BSC上转账BNB资产(只组装交易 不广播)
|
static EthSendTransactionPo |
ETHTool.createTransferErc20(String fromAddress,
String privateKey,
String toAddress,
BigInteger value,
String contractAddress,
BigInteger gasLimit,
BigInteger gasPrice)
在ETH上转账ERC20资产(只组装交易 不广播)
|
static EthSendTransactionPo |
HTTool.createTransferErc20(String fromAddress,
String privateKey,
String toAddress,
BigInteger amount,
String contractAddress,
BigInteger gasLimit,
BigInteger gasPrice)
在HECO上转账ERC20资产(只组装交易 不广播)
|
static EthSendTransactionPo |
ETHTool.createTransferEth(String fromAddress,
String privateKey,
String toAddress,
BigDecimal value,
BigInteger gasLimit,
BigInteger gasPrice)
在ETH上转账ETH资产(只组装交易 不广播)
|
static EthSendTransactionPo |
HTTool.createTransferHt(String fromAddress,
String privateKey,
String toAddress,
BigDecimal amount,
BigInteger gasLimit,
BigInteger gasPrice)
在BSC上转账HT资产(只组装交易 不广播)
|
static EthSendTransactionPo |
OKTTool.createTransferKip20(String fromAddress,
String privateKey,
String toAddress,
BigInteger value,
String contractAddress,
BigInteger gasLimit,
BigInteger gasPrice)
在OKT上转账KIP20资产(只组装交易 不广播)
|
static EthSendTransactionPo |
OKTTool.createTransferOkt(String fromAddress,
String privateKey,
String toAddress,
BigDecimal value,
BigInteger gasLimit,
BigInteger gasPrice)
在OKT上转账OKT资产(只组装交易 不广播)
|
static EthSendTransactionPo |
BSCTool.rechargeBep20(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress,
String bep20ContractAddress)
充值BEP20资产
BSC网络向NERVE网络充值BEP20资产
|
static EthSendTransactionPo |
BSCTool.rechargeBnb(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress)
充值BNB
BSC网络向NERVE网络充值BNB
|
static EthSendTransactionPo |
ETHTool.rechargeErc20(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress,
String erc20ContractAddress)
充值ERC20资产
以太坊网络向NERVE网络充值ERC20资产
|
static EthSendTransactionPo |
HTTool.rechargeErc20(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress,
String bep20ContractAddress)
充值ERC20资产
HECO网络向NERVE网络充值ERC20资产
|
static EthSendTransactionPo |
ETHTool.rechargeEth(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress)
充值ETH
以太坊网络向NERVE网络充值ETH
|
static EthSendTransactionPo |
HTTool.rechargeHt(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress)
充值HT
HECO网络向NERVE网络充值HT
|
static EthSendTransactionPo |
OKTTool.rechargeKip20(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress,
String erc20ContractAddress)
充值KIP20资产
以太坊网络向NERVE网络充值KIP20资产
|
static EthSendTransactionPo |
OKTTool.rechargeOkt(String fromAddress,
String privateKey,
BigInteger value,
String toAddress,
String multySignContractAddress)
充值OKT
以太坊网络向NERVE网络充值OKT
|
| 限定符和类型 | 方法和说明 |
|---|---|
EthSendTransactionPo |
HtgWalletApi.createRechargeErc20(String fromAddress,
String prikey,
BigInteger value,
String toAddress,
String multySignContractAddress,
String bep20ContractAddress) |
EthSendTransactionPo |
WalletApi.createRechargeErc20WithGas(String fromAddress,
String prikey,
BigInteger value,
String toAddress,
String multySignContractAddress,
String bep20ContractAddress,
BigInteger gasLimit,
BigInteger gasPrice) |
EthSendTransactionPo |
HtgWalletApi.createRechargeErc20WithGas(String fromAddress,
String prikey,
BigInteger value,
String toAddress,
String multySignContractAddress,
String bep20ContractAddress,
BigInteger gasLimit,
BigInteger gasPrice)
充值ERC20(不发送)
1.授权使用ERC20资产
2.充值
|
EthSendTransactionPo |
HtgWalletApi.createRechargeMainAsset(String fromAddress,
String prikey,
BigInteger value,
String toAddress,
String multySignContractAddress) |
EthSendTransactionPo |
WalletApi.createRechargeMainAssetWithGas(String fromAddress,
String prikey,
BigInteger value,
String toAddress,
String multySignContractAddress,
BigInteger gasLimit,
BigInteger gasPrice) |
EthSendTransactionPo |
HtgWalletApi.createRechargeMainAssetWithGas(String fromAddress,
String prikey,
BigInteger value,
String toAddress,
String multySignContractAddress,
BigInteger gasLimit,
BigInteger gasPrice)
充值主资产(不发送)
|
EthSendTransactionPo |
WalletApi.createSendMainAsset(String fromAddress,
String privateKey,
String toAddress,
BigDecimal value,
BigInteger gasLimit,
BigInteger gasPrice) |
EthSendTransactionPo |
HtgWalletApi.createSendMainAsset(String fromAddress,
String privateKey,
String toAddress,
BigDecimal value,
BigInteger gasLimit,
BigInteger gasPrice)
转账ETH 只组装交易 不发送
|
EthSendTransactionPo |
HtgWalletApi.createSendTx(String fromAddress,
String priKey,
org.web3j.abi.datatypes.Function txFunction,
BigInteger value,
String contract) |
EthSendTransactionPo |
WalletApi.createTransferERC20Token(String from,
String to,
BigInteger value,
String privateKey,
String contractAddress,
BigInteger gasLimit,
BigInteger gasPrice) |
EthSendTransactionPo |
HtgWalletApi.createTransferERC20Token(String from,
String to,
BigInteger value,
String privateKey,
String contractAddress,
BigInteger gasLimit,
BigInteger gasPrice)
转账ERC20 只组装交易 不发送
|
EthSendTransactionPo |
HtgWalletApi.rechargeErc20(String fromAddress,
String prikey,
BigInteger value,
String toAddress,
String multySignContractAddress,
String bep20ContractAddress)
充值ERC20
1.授权使用ERC20资产
2.充值
|
EthSendTransactionPo |
HtgWalletApi.rechargeErc20(String fromAddress,
String prikey,
BigInteger value,
String toAddress,
String multySignContractAddress,
String bep20ContractAddress,
BigInteger gasPrice,
BigInteger nonce)
充值ERC20 加速 直接发送交易
|
EthSendTransactionPo |
HtgWalletApi.rechargeMainAsset(String fromAddress,
String prikey,
BigInteger value,
String toAddress,
String multySignContractAddress)
充值主资产
|
EthSendTransactionPo |
HtgWalletApi.rechargeMainAsset(String fromAddress,
String prikey,
BigInteger value,
String toAddress,
String multySignContractAddress,
BigInteger gasPrice,
BigInteger nonce)
充值主资产 加速
|
EthSendTransactionPo |
HtgWalletApi.sendRawTransaction(String privateKey,
BigInteger nonce,
BigInteger gasPrice,
BigInteger gasLimit,
String to,
BigInteger value,
String data) |
EthSendTransactionPo |
MetaMaskWalletApi.sendRawTransaction(String privateKey,
BigInteger nonce,
BigInteger gasPrice,
BigInteger gasLimit,
String to,
BigInteger value,
String data) |
EthSendTransactionPo |
HtgWalletApi.sendTx(String fromAddress,
String priKey,
org.web3j.abi.datatypes.Function txFunction,
BigInteger value,
String contract) |
EthSendTransactionPo |
HtgWalletApi.sendTx(String fromAddress,
String priKey,
org.web3j.abi.datatypes.Function txFunction,
BigInteger value,
String contract,
BigInteger gasPrice,
BigInteger nonce) |
EthSendTransactionPo |
HtgWalletApi.sendTx(String fromAddress,
String priKey,
org.web3j.abi.datatypes.Function txFunction,
String contract) |
Copyright © 2021. All rights reserved.