LiquidityPoolRemovedEffectResponse
public class LiquidityPoolRemovedEffectResponse : EffectResponse, @unchecked Sendable
Represents a liquidity pool removal effect. This effect occurs when a liquidity pool is removed from the ledger. A pool is removed when all shares have been withdrawn and no reserves remain. Triggered by the Change Trust operation with limit set to zero. See Stellar developer docs
-
The unique identifier of the liquidity pool that was removed.
Declaration
Swift
public let liquidityPoolId: String -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub
Install in Dash