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