Class TrustlineSponsorshipUpdatedEffectResponse

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

public final class TrustlineSponsorshipUpdatedEffectResponse extends EffectResponse
Represents trustline_sponsorship_updated effect response.
See Also:
  • Constructor Details

    • TrustlineSponsorshipUpdatedEffectResponse

      public TrustlineSponsorshipUpdatedEffectResponse(String assetType, Asset asset, String liquidityPoolId, String formerSponsor, String newSponsor)
  • Method Details