AssetLinksResponse

public struct AssetLinksResponse : Decodable, Sendable

Navigation links for asset-related resources.

Provides hypermedia links to resources associated with an asset, primarily the issuer’s stellar.toml file which contains asset metadata and verification.

See also:

  • Link to the stellar.toml file hosted by the asset issuer. Contains asset metadata and verification.

    Declaration

    Swift

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