Class QuorumTransactionReceipt
java.lang.Object
org.web3j.protocol.core.methods.response.TransactionReceipt
org.web3j.quorum.methods.response.QuorumTransactionReceipt
public class QuorumTransactionReceipt
extends org.web3j.protocol.core.methods.response.TransactionReceipt
Quorum's Transaction Receipt object.
This is almost identical to the Ethereum TransactionReceipt with the exception that it includes
the isPrivacyMarkerTransaction field.
-
Constructor Summary
ConstructorsConstructorDescriptionQuorumTransactionReceipt(String transactionHash, String transactionIndex, String blockHash, String blockNumber, String cumulativeGasUsed, String gasUsed, String contractAddress, String root, String status, String from, String to, List<org.web3j.protocol.core.methods.response.Log> logs, String logsBloom, String revertReason, Boolean isPrivacyMarkerTransaction) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanvoidsetIsPrivacyMarkerTransaction(Boolean isPrivacyMarkerTransaction) toString()Methods inherited from class org.web3j.protocol.core.methods.response.TransactionReceipt
getBlockHash, getBlockNumber, getBlockNumberRaw, getContractAddress, getCumulativeGasUsed, getCumulativeGasUsedRaw, getEffectiveGasPrice, getFrom, getGasUsed, getGasUsedRaw, getLogs, getLogsBloom, getRevertReason, getRoot, getStatus, getTo, getTransactionHash, getTransactionIndex, getTransactionIndexRaw, getType, isStatusOK, setBlockHash, setBlockNumber, setContractAddress, setCumulativeGasUsed, setEffectiveGasPrice, setFrom, setGasUsed, setLogs, setLogsBloom, setRevertReason, setRoot, setStatus, setTo, setTransactionHash, setTransactionIndex, setType
-
Constructor Details
-
QuorumTransactionReceipt
public QuorumTransactionReceipt() -
QuorumTransactionReceipt
public QuorumTransactionReceipt(String transactionHash, String transactionIndex, String blockHash, String blockNumber, String cumulativeGasUsed, String gasUsed, String contractAddress, String root, String status, String from, String to, List<org.web3j.protocol.core.methods.response.Log> logs, String logsBloom, String revertReason, Boolean isPrivacyMarkerTransaction)
-
-
Method Details
-
getIsPrivacyMarkerTransaction
-
setIsPrivacyMarkerTransaction
-
isPrivacyMarkerTransaction
public boolean isPrivacyMarkerTransaction() -
equals
- Overrides:
equalsin classorg.web3j.protocol.core.methods.response.TransactionReceipt
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.web3j.protocol.core.methods.response.TransactionReceipt
-
toString
- Overrides:
toStringin classorg.web3j.protocol.core.methods.response.TransactionReceipt
-