程序包 org.zlwl.wallet
类 EthTool
java.lang.Object
org.zlwl.wallet.EthTool
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static org.web3j.protocol.core.methods.response.TransactionReceiptethSend(org.web3j.crypto.Credentials credentials, org.web3j.protocol.Web3j client, String toAddress, BigDecimal amount) static BigDecimalgetEthBalance(String address, int decimals) static BigIntegergetGesPrice(org.web3j.protocol.Web3j web3j) static BigIntegerstatic voidtoDecimal(int decimal, BigInteger integer)
-
构造器详细资料
-
EthTool
public EthTool()
-
-
方法详细资料
-
getEthBalance
- 抛出:
IOException
-
ethSend
public static org.web3j.protocol.core.methods.response.TransactionReceipt ethSend(org.web3j.crypto.Credentials credentials, org.web3j.protocol.Web3j client, String toAddress, BigDecimal amount) throws Exception - 抛出:
Exception
-
getNonce
public static BigInteger getNonce(String address, org.web3j.protocol.Web3j web3j) throws IOException - 抛出:
IOException
-
getGesPrice
public static BigInteger getGesPrice(org.web3j.protocol.Web3j web3j) throws ExecutionException, InterruptedException -
toDecimal
-
main
-