public class Log extends Object
| Constructor and Description |
|---|
Log() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAddress() |
Long |
getBlockNumber() |
String |
getData() |
BigInteger |
getGasPrice() |
BigInteger |
getGasUsed() |
Long |
getLogIndex() |
LocalDateTime |
getTimeStamp() |
List<String> |
getTopics() |
String |
getTransactionHash() |
Long |
getTransactionIndex() |
int |
hashCode() |
String |
toString() |
public Long getBlockNumber()
public String getAddress()
public String getTransactionHash()
public Long getTransactionIndex()
public LocalDateTime getTimeStamp()
public String getData()
public BigInteger getGasPrice()
public BigInteger getGasUsed()
public Long getLogIndex()
Copyright © 2019. All rights reserved.