DataSponsorshipCreatedEffectResponse

public class DataSponsorshipCreatedEffectResponse : EffectResponse, @unchecked Sendable

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

  • The name (key) of the data entry being sponsored.

    Declaration

    Swift

    public let dataName: String
  • The account ID of the sponsor paying the data entry’s base reserve.

    Declaration

    Swift

    public let sponsor: String
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws