Package org.stellar.sdk.responses.effects
package org.stellar.sdk.responses.effects
Provides response model classes for Horizon effect resources.
Effects represent specific changes to the ledger that result from operations (e.g., account
creation, payment receipt, trustline changes). Each effect class in this package extends EffectResponse and contains the data specific to that effect
type.
Effects are retrieved via EffectsRequestBuilder and can be
streamed in real time using Server-Sent Events.
- See Also:
-
ClassesClassDescriptionRepresents account_created effect response.Represents account_credited effect response.Represents account_debited effect response.Represents account_flags_updated effect response.Represents account_home_domain_updated effect response.Represents account_inflation_destination_updated effect response.Represents account_removed effect response.Represents account_sponsorship_created effect response.Represents account_sponsorship_removed effect response.Represents account_sponsorship_updated effect response.Represents account_thresholds_updated effect response.Represents claimable_balance_claimant_created effect response.Represents claimable_balance_claimed effect response.Represents claimable_balance_clawed_back effect response.Represents claimable_balance_created effect response.Represents claimable_balance_sponsorship_created effect response.Represents claimable_balance_sponsorship_removed effect response.Represents claimable_balance_sponsorship_updated effect response.Represents contract_credited effect response.Represents contract_debited effect response.Represents data_created effect response.Represents data_removed effect response.Represents data_sponsorship_created effect response.Represents data_sponsorship_removed effect response.Represents data_sponsorship_updated effect response.Represents data_updated effect response.Abstract class for effect responses.Represents effect links.Represents a liquidity pool within a Horizon effect response.Represents liquidity_pool_claimable_asset_amount used in effect responses.Represents liquidity_pool_created effect response.Represents liquidity_pool_deposited effect response.Represents liquidity_pool_removed effect response.Represents liquidity_pool_revoked effect response.Represents liquidity_pool_trade effect response.Represents liquidity_pool_withdrew effect response.Represents offer_created effect response.Represents offer_removed effect response.Represents offer_updated effect response.Represents sequence_bumped effect response.Represents signer_created effect response.Represents signer_removed effect response.Represents signer_sponsorship_created effect response.Represents signer_sponsorship_removed effect response.Represents signer_sponsorship_updated effect response.Represents signed_updated effect response.Represents trade effect response.Deprecated.Deprecated.As of release 0.24.0, replaced by
TrustlineFlagsUpdatedEffectResponseRepresents trustline_created effect response.Deprecated.As of release 0.24.0, replaced byTrustlineFlagsUpdatedEffectResponseRepresents trustline_flags_updated effect response.Represents trustline_removed effect response.Represents trustline_sponsorship_created effect response.Represents trustline_sponsorship_removed effect response.Represents trustline_sponsorship_updated effect response.Represents trustline_updated effect response.
TrustlineFlagsUpdatedEffectResponse