public class TxProxy extends Object
| Constructor and Description |
|---|
TxProxy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBlockHash() |
Long |
getBlockNumber() |
String |
getFrom() |
BigInteger |
getGas() |
BigInteger |
getGasPrice() |
String |
getHash() |
String |
getInput() |
Long |
getNonce() |
String |
getR() |
String |
getS() |
String |
getTo() |
Long |
getTransactionIndex() |
String |
getV() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
public String getTo()
public String getHash()
public Long getTransactionIndex()
public String getFrom()
public BigInteger getGas()
public String getV()
public String getInput()
public String getS()
public String getR()
public Long getNonce()
public String getValue()
public BigInteger getGasPrice()
public String getBlockHash()
public Long getBlockNumber()
Copyright © 2019. All rights reserved.