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:
- Stellar developer docs
- AssetResponse for complete asset details
-
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) throwsParameters
decoderThe decoder containing the data
View on GitHub
Install in Dash