Class SorobanRpcResponse<T>
java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.sorobanrpc.SorobanRpcResponse<T>
Represent the response returned by Soroban-RPC.
- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionSorobanRpcResponse
(String jsonRpc, String id, T result, SorobanRpcResponse.Error error) -
Method Summary
-
Constructor Details
-
SorobanRpcResponse
-
-
Method Details
-
getJsonRpc
-
getId
-
getResult
-
getError
-