LedgerLinksResponse

public struct LedgerLinksResponse : Decodable, Sendable

Navigation links for ledger-related resources.

Provides hypermedia links to resources contained within a ledger, including transactions, operations, payments, and effects that occurred in this ledger.

See also:

  • Stellar developer docs
  • LedgerResponse for complete ledger details
  • LinkResponse for individual link structure
  • Link to this ledger resource (self reference).

    Declaration

    Swift

    public let selflink: LinkResponse
  • Templated link to effects that occurred in this ledger. Supports cursor, order, and limit.

    Declaration

    Swift

    public let effects: LinkResponse
  • Templated link to operations included in this ledger. Supports cursor, order, and limit.

    Declaration

    Swift

    public let operations: LinkResponse
  • Templated link to payment operations in this ledger. Supports cursor, order, and limit.

    Declaration

    Swift

    public let payments: LinkResponse
  • Templated link to transactions included in this ledger. Supports cursor, order, and limit.

    Declaration

    Swift

    public let transactions: 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