public class SorobanRpcResponse<T> extends Response
Modifier and Type | Class and Description |
---|---|
static class |
SorobanRpcResponse.Error |
Constructor and Description |
---|
SorobanRpcResponse(java.lang.String jsonRpc,
java.lang.String id,
T result,
SorobanRpcResponse.Error error) |
Modifier and Type | Method and Description |
---|---|
SorobanRpcResponse.Error |
getError() |
java.lang.String |
getId() |
java.lang.String |
getJsonRpc() |
T |
getResult() |
public SorobanRpcResponse(java.lang.String jsonRpc, java.lang.String id, T result, SorobanRpcResponse.Error error)
public java.lang.String getJsonRpc()
public java.lang.String getId()
public T getResult()
public SorobanRpcResponse.Error getError()