Companion

object Companion

Functions

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

Creates a Sep06Service by discovering the endpoint from stellar.toml.

Link copied to clipboard
fun fromUrl(serviceAddress: String, httpClient: HttpClient? = null, httpRequestHeaders: Map<String, String>? = null): Sep06Service

Creates a Sep06Service from a known transfer server URL.