LiquidityPoolLinksResponse
public struct LiquidityPoolLinksResponse : Decodable, Sendable
Navigation links for liquidity pool-related resources.
Provides hypermedia links to resources associated with a liquidity pool, including transactions and operations that interact with the pool.
See also:
- Stellar developer docs
- LiquidityPoolResponse for complete details
-
Link to this liquidity pool resource (self reference).
Declaration
Swift
public let selflink: LinkResponse -
Templated link to transactions involving this liquidity pool. Supports cursor, order, and limit.
Declaration
Swift
public let transactions: LinkResponse -
Templated link to operations involving this liquidity pool. Supports cursor, order, and limit.
Declaration
Swift
public let operations: 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