DataSponsorshipUpdatedEffectResponse
public class DataSponsorshipUpdatedEffectResponse : EffectResponse, @unchecked Sendable
Represents a data entry sponsorship update effect. This effect occurs when the sponsoring account for a data entry’s base reserve changes. The sponsorship is transferred from one sponsor to another. Triggered by the Revoke Sponsorship operation. See Stellar developer docs
-
The name (key) of the data entry whose sponsorship is being updated.
Declaration
Swift
public let dataName: String -
The account ID of the new sponsor.
Declaration
Swift
public let newSponsor: 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