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:
-
ClassDescriptionRepresents account response.Represents account balance.Data connected to account.Represents account flags.Links connected to account.Represents account signers.Represents account thresholds.Represents an amount of asset.Represents the response from the Horizon
/assetsendpoint.Accounts describe asset accounts.Balances describe asset balances.Flags describe asset flags.Links connected to asset.Represents a claimable balance response.Links connected to claimable balance.Represents an entity who is eligible to claim the claimable balance.Represents the response from the Horizon/fee_statsendpoint.Represents ledger response.Links connected to ledger.Represents links in responses.Represents liquidity pool response.Links connected to account.Represents liquidity pool reserves.Represents offer response.Links connected to ledger.Represents order book response.Represents order book row.Page<T>Represents page of objects.Links connected to page response.Marks a Horizon response type as supporting cursor-based pagination.Represents path response.Represents price.Represents an error response.Contains result codes for this transaction.Abstract base class for SDK response objects, shared by both Horizon and Stellar RPC responses.Represents root endpoint response.Represents the response from the "Submit a Transaction Asynchronously" endpoint of Horizon API.Represents the response from the Horizon/trade_aggregationsendpoint.Represents trades response.Links connected to a trade.Represents transaction response.FeeBumpTransaction is only present in a TransactionResponse if the transaction is a fee bump transaction or is wrapped by a fee bump transaction.InnerTransaction is only present in a TransactionResponse if the transaction is a fee bump transaction or is wrapped by a fee bump transaction.Links connected to transaction.Preconditions of a transaction per CAP-21