public class Web3JFacade extends Object
| Constructor and Description |
|---|
Web3JFacade(org.web3j.protocol.Web3j web3j) |
| Modifier and Type | Method and Description |
|---|---|
EthData |
constantCall(EthAccount sender,
EthAddress address,
EthData data) |
BigInteger |
estimateGas(EthAccount sender,
EthData data) |
org.web3j.protocol.core.methods.response.EthGetBalance |
getBalance(EthAddress address) |
BigInteger |
getGasPrice() |
BigInteger |
getTransactionCount(EthAddress address) |
org.web3j.protocol.core.methods.response.TransactionReceipt |
getTransactionReceipt(EthData transactionHash) |
EthData |
sendTransaction(EthData rawTransaction) |
public EthData constantCall(EthAccount sender, EthAddress address, EthData data)
public org.web3j.protocol.core.methods.response.TransactionReceipt getTransactionReceipt(EthData transactionHash)
public BigInteger getTransactionCount(EthAddress address)
public BigInteger estimateGas(EthAccount sender, EthData data)
public BigInteger getGasPrice()
public org.web3j.protocol.core.methods.response.EthGetBalance getBalance(EthAddress address)
Copyright © 2016. All rights reserved.