LiquidityPoolWithdrewEffectResponse
public class LiquidityPoolWithdrewEffectResponse : EffectResponse, @unchecked Sendable
Represents a liquidity pool withdrawal effect. This effect occurs when an account withdraws assets from a liquidity pool. The account redeems pool shares in exchange for a proportional amount of the pool’s reserves. Triggered by the Liquidity Pool Withdraw operation. See Stellar developer docs
-
The liquidity pool details.
Declaration
Swift
public let liquidityPool: LiquidityPoolEffectResponse -
The asset reserves received from the pool.
Declaration
Swift
public let reservesReceived: [ReserveResponse] -
The number of pool shares redeemed for the withdrawal.
Declaration
Swift
public let sharesRedeemed: String -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub
Install in Dash