Class TransactionReceiptWithProof
java.lang.Object
org.fisco.bcos.sdk.model.JsonRpcResponse<TransactionReceiptWithProof.ReceiptAndProof>
org.fisco.bcos.sdk.client.protocol.response.TransactionReceiptWithProof
public class TransactionReceiptWithProof extends JsonRpcResponse<TransactionReceiptWithProof.ReceiptAndProof>
getTransactionReceiptWithProof.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransactionReceiptWithProof.ReceiptAndProofNested classes/interfaces inherited from class org.fisco.bcos.sdk.model.JsonRpcResponse
JsonRpcResponse.Error -
Constructor Summary
Constructors Constructor Description TransactionReceiptWithProof() -
Method Summary
Modifier and Type Method Description TransactionReceiptWithProof.ReceiptAndProofgetTransactionReceiptWithProof()Methods inherited from class org.fisco.bcos.sdk.model.JsonRpcResponse
getError, getId, getJsonrpc, getRawResponse, getResult, hasError, setError, setId, setJsonrpc, setRawResponse, setResult
-
Constructor Details
-
TransactionReceiptWithProof
public TransactionReceiptWithProof()
-
-
Method Details