Package org.stellar.sdk.responses


package org.stellar.sdk.responses
Provides response model classes for the Horizon API.

Each class in this package represents a JSON response returned by Horizon endpoints. Response objects are deserialized from JSON using Gson. Paginated responses are wrapped in Page, which provides navigation to the next page of results.

Response types that support cursor-based pagination implement the Pageable interface.

See Also: