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