Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

Enumeration
enum StellarSupportedToken

Enumeration Cases

StellarSupportedToken.usdxm

case usdxm

StellarSupportedToken.xlm

case xlm

Instance Properties

asCryptoCurrency

var asCryptoCurrency: CryptoCurrency { get }

name

var name: String { get }

Type Methods

toStellarSupportedToken(_:)

static func toStellarSupportedToken(_ cryptoCurrency: CryptoCurrency?) -> StellarSupportedToken?