> ## 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.

# BlockchainAddress

> Swift Protocol

**Protocol**

```swift theme={null}
protocol BlockchainAddress : CustomStringConvertible, Decodable, Encodable, Hashable, Sendable
```

## Initializers

### init(address:)

```swift theme={null}
init(address: String) throws(BlockchainAddressError)
```
