Enums
SolanaSupportedToken
Swift Enumeration
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Enumeration
enum SolanaSupportedToken
| Case | Description |
|---|---|
sol | - |
usdc | - |
| Property | Type | Description |
|---|---|---|
asCryptoCurrency | CryptoCurrency | - |
name | String | - |
static func toSolanaSupportedToken(_ cryptoCurrency: CryptoCurrency?) -> SolanaSupportedToken?
Was this page helpful?
