AccountSponsorshipRemovedEffectResponse
public class AccountSponsorshipRemovedEffectResponse : EffectResponse, @unchecked Sendable
Represents an account sponsorship removal effect. This effect occurs when sponsorship for an account’s base reserve is revoked. The account becomes responsible for paying its own base reserve. Triggered by the Revoke Sponsorship operation. See Stellar developer docs
-
The account ID of the former sponsor.
Declaration
Swift
public let formerSponsor: String -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub
Install in Dash