stellar_asset_lists library
The Stellar Asset Lists package is designed to facilitate the integration of curated Stellar asset lists into Stellar applications and services. This package adheres to the Stellar Ecosystem Proposal (SEP-42) standard, providing a standardized mechanism for defining, validating, and sharing lists of Stellar assets. This helps to enhance user experiences and trust by ensuring consistency and ease of integration across the Stellar network.
Classes
- Asset
- Class representing metadata for an individual asset.
- AssetList
- Class representing a full list of assets.
- AssetListDescriptor
- Class representing a descriptor for an asset list.
- IStellarAssetListResolver
- Interface defining methods for asset list resolution.
- ResolverOptions
- Class holding configuration options for the asset list resolver.
- StellarAssetListResolver
- Implementation of the IStellarAssetListResolver interface.
Properties
- resolverOptions → ResolverOptions
-
Global instance of ResolverOptions.
final