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 SolanaSupportedToken

Enumeration Cases

SolanaSupportedToken.sol

case sol

SolanaSupportedToken.usdc

case usdc

Instance Properties

asCryptoCurrency

var asCryptoCurrency: CryptoCurrency { get }

name

var name: String { get }

Type Methods

toSolanaSupportedToken(_:)

static func toSolanaSupportedToken(_ cryptoCurrency: CryptoCurrency?) -> SolanaSupportedToken?