public class ReceiptProxy extends Object
| Constructor and Description |
|---|
ReceiptProxy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBlockHash() |
Long |
getBlockNumber() |
String |
getContractAddress() |
BigInteger |
getCumulativeGasUsed() |
String |
getFrom() |
BigInteger |
getGasUsed() |
List<Log> |
getLogs() |
String |
getLogsBloom() |
String |
getRoot() |
String |
getTo() |
String |
getTransactionHash() |
Long |
getTransactionIndex() |
int |
hashCode() |
String |
toString() |
public String getRoot()
public String getFrom()
public String getTo()
public Long getBlockNumber()
public String getBlockHash()
public String getTransactionHash()
public Long getTransactionIndex()
public BigInteger getGasUsed()
public BigInteger getCumulativeGasUsed()
public String getContractAddress()
public String getLogsBloom()
Copyright © 2019. All rights reserved.