Data Classes
SignerData.Email
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 Email(val email: String, val locator: String = "email:") : SignerData, NonCustodialSigner
constructor(email: String, locator: String = "email:")
| Property | Type | Description |
|---|---|---|
email | String | - |
locator | String | - |
Was this page helpful?
