SignerSponsorshipRemovedEffectResponse
public class SignerSponsorshipRemovedEffectResponse : EffectResponse, @unchecked Sendable
Represents a signer sponsorship removal effect. This effect occurs when sponsorship for a signer’s base reserve is revoked. The account becomes responsible for paying the signer’s base reserve. Triggered by the Revoke Sponsorship operation. See Stellar developer docs
-
The public key of the signer whose sponsorship is being removed.
Declaration
Swift
public let signer: String -
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