LiquidityPoolWithdrawOperationResponse
public class LiquidityPoolWithdrawOperationResponse : OperationResponse, @unchecked Sendable
Represents a liquidity pool withdraw operation response. This operation withdraws assets from a liquidity pool by redeeming pool shares for the underlying reserve assets. See Stellar developer docs
-
ID of the liquidity pool from which assets are withdrawn.
Declaration
Swift
public let liquidityPoolId: String -
Minimum amounts expected to receive for each reserve asset.
Declaration
Swift
public let reservesMin: [ReserveResponse] -
Amount of pool shares being redeemed.
Declaration
Swift
public let shares: String -
Actual amounts received for each reserve asset.
Declaration
Swift
public let reservesReceived: [ReserveResponse] -
Initializer - creates a new instance by decoding from the given decoder.
Declaration
Swift
public required init(from decoder: Decoder) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash