TrustlineSponsorshipRemovedEffectResponse
public class TrustlineSponsorshipRemovedEffectResponse : EffectResponse, @unchecked Sendable
Represents a trustline sponsorship removal effect. This effect occurs when sponsorship for a trustline’s base reserve is revoked. The account becomes responsible for paying the trustline’s 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 -
The asset identifier for the trustline.
Declaration
Swift
public let asset: String? -
The asset type for the trustline.
Declaration
Swift
public let assetType: String? -
The liquidity pool ID if the trustline is for liquidity pool shares.
Declaration
Swift
public let liquidityPoolId: String? -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub
Install in Dash