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

# ParsedPublicKeyP256

> Swift Structure

**Structure**

```swift theme={null}
struct ParsedPublicKeyP256
```

## Instance Properties

### prefix

```swift theme={null}
let prefix: String
```

### x

```swift theme={null}
let x: String
```

### y

```swift theme={null}
let y: String
```
