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