ClaimableBalanceLinksResponse

public struct ClaimableBalanceLinksResponse : Decodable, Sendable

Navigation links for claimable balance-related resources.

Provides hypermedia links to resources associated with a claimable balance. Currently only includes a self reference to the claimable balance resource.

See also:

  • Link to this claimable balance 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