Class AccountSponsorshipUpdatedEffectResponse

java.lang.Object
org.stellar.sdk.responses.Response
org.stellar.sdk.responses.effects.EffectResponse
org.stellar.sdk.responses.effects.AccountSponsorshipUpdatedEffectResponse
All Implemented Interfaces:
Pageable

public final class AccountSponsorshipUpdatedEffectResponse extends EffectResponse
Represents account_sponsorship_updated effect response.
See Also:
  • Constructor Details

    • AccountSponsorshipUpdatedEffectResponse

      public AccountSponsorshipUpdatedEffectResponse(String formerSponsor, String newSponsor)
  • Method Details