LiquidityPoolTradesResponse
public struct LiquidityPoolTradesResponse : Decodable, Sendable
Represents a paginated collection of trades for a liquidity pool. This response contains trade records and navigation links for pagination. See Stellar developer docs
-
Navigation links for this page of trades.
Declaration
Swift
public let links: LiquidityPoolTradesLinksResponse -
Array of trade records for this liquidity pool.
Declaration
Swift
public let records: [TradeResponse] -
Initializer - creates a new instance by decoding from the given decoder.
Declaration
Swift
public init(from decoder: Decoder) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash