Structs
PasskeySignerData
Swift Structure
Structure
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 Structure
struct PasskeySignerData
struct PublicKey
init(id: String, name: String, publicKey: PasskeySignerData.PublicKey, validatorContractVersion: String? = nil)
| Property | Type | Description |
|---|---|---|
id | String | - |
locatorId | String | Inherited from AdminSignerData.locatorId. |
name | String | - |
publicKey | PasskeySignerData.PublicKey | - |
type | AdminSignerDataType | Inherited from AdminSignerData.type. |
validatorContractVersion | String? | - |
Was this page helpful?
