ClaimableBalanceSponsorshipCreatedEffectResponse

public class ClaimableBalanceSponsorshipCreatedEffectResponse : EffectResponse, @unchecked Sendable

Represents a claimable balance sponsorship creation effect. This effect occurs when a claimable balance’s reserve requirement begins being sponsored by another account. Sponsorship allows one account to pay the base reserve for a claimable balance. Triggered by the Begin Sponsoring Future Reserves and End Sponsoring Future Reserves operations. See Stellar developer docs

  • The account ID of the sponsor paying the claimable balance’s base reserve.

    Declaration

    Swift

    public let sponsor: String
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws