AccountSponsorshipCreatedEffectResponse
public class AccountSponsorshipCreatedEffectResponse : EffectResponse, @unchecked Sendable
Represents an account sponsorship creation effect. This effect occurs when an account’s reserves begin being sponsored by another account. Sponsorship allows one account to pay the base reserve for another account’s existence. 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 account’s base reserve.
Declaration
Swift
public let sponsor: String -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub
Install in Dash