Class TransactionReceiptWithProof.ReceiptAndProof
java.lang.Object
org.fisco.bcos.sdk.client.protocol.response.TransactionReceiptWithProof.ReceiptAndProof
- Enclosing class:
- TransactionReceiptWithProof
public static class TransactionReceiptWithProof.ReceiptAndProof
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ReceiptAndProof() -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)TransactionReceiptgetReceipt()java.util.List<MerkleProofUnit>getReceiptProof()inthashCode()voidsetReceipt(TransactionReceipt receipt)voidsetReceiptProof(java.util.List<MerkleProofUnit> receiptProof)java.lang.StringtoString()
-
Constructor Details
-
ReceiptAndProof
public ReceiptAndProof()
-
-
Method Details
-
getReceipt
-
setReceipt
-
getReceiptProof
-
setReceiptProof
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-