public class TxToken extends Object
| Constructor and Description |
|---|
TxToken() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBlockHash() |
long |
getBlockNumber() |
long |
getConfirmations() |
String |
getContractAddress() |
long |
getCumulativeGasUsed() |
String |
getFrom() |
BigInteger |
getGas() |
long |
getGasPrice() |
BigInteger |
getGasUsed() |
String |
getHash() |
String |
getInput() |
long |
getNonce() |
LocalDateTime |
getTimeStamp() |
String |
getTo() |
String |
getTokenDecimal() |
String |
getTokenName() |
String |
getTokenSymbol() |
int |
getTransactionIndex() |
BigInteger |
getValue() |
int |
hashCode() |
String |
toString() |
public long getNonce()
public String getBlockHash()
public String getTokenName()
public String getTokenSymbol()
public String getTokenDecimal()
public int getTransactionIndex()
public long getGasPrice()
public long getCumulativeGasUsed()
public long getConfirmations()
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.