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 Passkey(val id: String, val name: String, val publicKeyX: String, val publicKeyY: String, val expiresAt: Long? = null) : DelegatedSigner
constructor(id: String, name: String, publicKeyX: String, publicKeyY: String, expiresAt: Long? = null)
open override val expiresAt: Long? = null
val id: String
val name: String
val publicKeyX: String
val publicKeyY: String
Was this page helpful?