Package-level declarations

Types

Link copied to clipboard
class RegulatedAsset(val code: String, val issuer: String, val approvalServer: String, val approvalCriteria: String? = null) : Comparable<RegulatedAsset>

Represents a regulated asset on the Stellar network that requires approval before transactions can be submitted.

Link copied to clipboard

Represents the response from a SEP-8 action URL after the user completes a required action (e.g., KYC verification) via the postAction endpoint.

Link copied to clipboard

Represents the response from a SEP-8 approval server when a transaction is submitted for regulatory approval via the postTransaction endpoint.

Link copied to clipboard
class Sep08Service(val tomlData: StellarToml, val regulatedAssets: List<RegulatedAsset>, network: Network, horizonServer: HorizonServer, httpClient: HttpClient? = null, httpRequestHeaders: Map<String, String>? = null)

SEP-8 Regulated Assets service client.