public class Tx extends Object
| Constructor and Description |
|---|
Tx() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBlockHash() |
long |
getBlockNumber() |
long |
getConfirmations() |
String |
getContractAddress() |
BigInteger |
getCumulativeGasUsed() |
String |
getFrom() |
BigInteger |
getGas() |
BigInteger |
getGasPrice() |
BigInteger |
getGasUsed() |
String |
getHash() |
String |
getInput() |
long |
getNonce() |
LocalDateTime |
getTimeStamp() |
String |
getTo() |
int |
getTransactionIndex() |
String |
getTxreceipt_status() |
BigInteger |
getValue() |
int |
hashCode() |
boolean |
haveError() |
String |
toString() |
public long getNonce()
public String getBlockHash()
public int getTransactionIndex()
public BigInteger getGasPrice()
public boolean haveError()
public String getTxreceipt_status()
public BigInteger getCumulativeGasUsed()
public long getConfirmations()
public boolean equals(Object o)
public int hashCode()
public String toString()
public long getBlockNumber()
public LocalDateTime getTimeStamp()
public String getHash()
public String getFrom()
public String getTo()
public BigInteger getValue()
public String getContractAddress()
public String getInput()
public BigInteger getGas()
public BigInteger getGasUsed()
Copyright © 2019. All rights reserved.