LiquidityPoolTradesLinksResponse
public struct LiquidityPoolTradesLinksResponse : Decodable, Sendable
Navigation links for liquidity pool trade-related resources.
Provides hypermedia links to resources associated with liquidity pool trades. Currently only includes a self reference to the trades resource.
See also:
- Stellar developer docs
- LiquidityPoolResponse for complete details
-
Link to this liquidity pool trades resource (self reference).
Declaration
Swift
public let selflink: LinkResponse -
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