SignerSponsorshipCreatedEffectResponse

public class SignerSponsorshipCreatedEffectResponse : EffectResponse, @unchecked Sendable

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

  • The public key of the signer being sponsored.

    Declaration

    Swift

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

    Declaration

    Swift

    public let sponsor: String
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws