Data Classes
SignerData.Phone
Kotlin Data Class
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.
Kotlin Data Class
data class Phone(val phone: String, val locator: String = "phone:") : SignerData, NonCustodialSigner
constructor(phone: String, locator: String = "phone:")
| Property | Type | Description |
|---|---|---|
locator | String | - |
phone | String | - |
Was this page helpful?
