TomlForDomainEnum
public enum TomlForDomainEnum : Sendable
Result type for stellar.toml loading operations.
-
Successfully loaded and parsed stellar.toml file from the domain.
Declaration
Swift
case success(response: StellarToml) -
Failed to load or parse the stellar.toml file from the domain.
Declaration
Swift
case failure(error: TomlFileError)
View on GitHub
Install in Dash