Companion

object Companion

Functions

Link copied to clipboard
suspend fun currencyFromUrl(toml: String, httpClient: HttpClient? = null, httpRequestHeaders: Map<String, String>? = null): Currency

Loads detailed currency information from an external TOML file.

Link copied to clipboard
suspend fun fromDomain(domain: String, httpClient: HttpClient? = null, httpRequestHeaders: Map<String, String>? = null): StellarToml

Fetches and parses stellar.toml from a domain's well-known location.

Link copied to clipboard

Parses TOML content string into a StellarToml object.