Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Wallets V1
Kotlin Data Class
data class Email(val email: String, val expiresAt: Long? = null) : DelegatedSigner
constructor(email: String, expiresAt: Long? = null)
val email: String
open override val expiresAt: Long? = null
Was this page helpful?