public class PrivateTransactionReceipt
extends org.web3j.protocol.core.methods.response.TransactionReceipt
| Constructor and Description |
|---|
PrivateTransactionReceipt(java.lang.String contractAddress,
java.lang.String from,
java.lang.String to,
java.lang.String output,
java.util.List<org.web3j.protocol.core.methods.response.Log> logs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getContractAddress() |
java.lang.String |
getFrom() |
java.util.List<org.web3j.protocol.core.methods.response.Log> |
getLogs() |
java.lang.String |
getOutput() |
java.lang.String |
getTo() |
int |
hashCode() |
getBlockHash, getBlockNumber, getBlockNumberRaw, getCumulativeGasUsed, getCumulativeGasUsedRaw, getGasUsed, getGasUsedRaw, getLogsBloom, getRoot, getStatus, getTransactionHash, getTransactionIndex, getTransactionIndexRaw, isStatusOK, setBlockHash, setBlockNumber, setContractAddress, setCumulativeGasUsed, setFrom, setGasUsed, setLogs, setLogsBloom, setRoot, setStatus, setTo, setTransactionHash, setTransactionIndex, toStringpublic PrivateTransactionReceipt(java.lang.String contractAddress,
java.lang.String from,
java.lang.String to,
java.lang.String output,
java.util.List<org.web3j.protocol.core.methods.response.Log> logs)
public java.lang.String getContractAddress()
getContractAddress in class org.web3j.protocol.core.methods.response.TransactionReceiptpublic java.lang.String getFrom()
getFrom in class org.web3j.protocol.core.methods.response.TransactionReceiptpublic java.lang.String getTo()
getTo in class org.web3j.protocol.core.methods.response.TransactionReceiptpublic java.lang.String getOutput()
public java.util.List<org.web3j.protocol.core.methods.response.Log> getLogs()
getLogs in class org.web3j.protocol.core.methods.response.TransactionReceiptpublic boolean equals(java.lang.Object o)
equals in class org.web3j.protocol.core.methods.response.TransactionReceiptpublic int hashCode()
hashCode in class org.web3j.protocol.core.methods.response.TransactionReceipt