LiquidityPoolCreatedEffectResponse
public class LiquidityPoolCreatedEffectResponse : EffectResponse, @unchecked Sendable
Represents a liquidity pool creation effect. This effect occurs when a new liquidity pool is created on the Stellar network. Liquidity pools enable automated market making for asset pairs on the decentralized exchange. Triggered by the Change Trust operation with a liquidity pool asset. See Stellar developer docs
-
The liquidity pool details.
Declaration
Swift
public let liquidityPool: LiquidityPoolEffectResponse -
Declaration
Swift
public required init(from decoder: Decoder) throws
View on GitHub
Install in Dash