Enums
ChainAndAddress
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 ChainAndAddress
| Case | Description |
|---|---|
evm(_:_:) | - |
solana(_:) | - |
stellar(_:) | - |
| Property | Type | Description |
|---|---|---|
blockchainAddress | any BlockchainAddress | - |
chain | Chain | - |
description | String | Inherited from CustomStringConvertible.description. |
Was this page helpful?
