TomlCurrencyFromUrlEnum
public enum TomlCurrencyFromUrlEnum : Sendable
Result type for currency TOML loading operations.
-
Successfully loaded and parsed currency TOML from the linked URL per SEP-0001.
Declaration
Swift
case success(response: CurrencyDocumentation) -
Failed to load or parse the currency TOML from the linked URL.
Declaration
Swift
case failure(error: TomlCurrencyLoadError)
View on GitHub
Install in Dash