Enumeration Cases
Initializers
init(address:)
Inherited fromBlockchainAddress.init(address:).
init(from:)
Inherited fromDecodable.init(from:).
Instance Properties
Instance Methods
encode(to:)
Inherited fromEncodable.encode(to:).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Enumeration
enum Address
| Case | Description |
|---|---|
evm(_:) | - |
solana(_:) | - |
stellar(_:) | - |
BlockchainAddress.init(address:).
init(address: String) throws(BlockchainAddressError)
Decodable.init(from:).
init(from decoder: any Decoder) throws
| Property | Type | Description |
|---|---|---|
description | String | Inherited from CustomStringConvertible.description. |
hiddenPublicKeyAddress | String | - |
Encodable.encode(to:).
func encode(to encoder: any Encoder) throws
static func validateAddressAndReturnAddress(_ address: String, chain: Chain? = nil) -> Address?
Was this page helpful?
