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 Structure
struct StellarAddress
BlockchainAddress.init(address:).
init(address: String) throws(BlockchainAddressError)
Decodable.init(from:).
init(from decoder: any Decoder) throws
| Property | Type | Description |
|---|---|---|
address | String | - |
description | String | Inherited from CustomStringConvertible.description. |
Encodable.encode(to:).
func encode(to encoder: any Encoder) throws
Was this page helpful?
