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:

  • 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) throws

    Parameters

    decoder

    The decoder containing the data