data class Email(val email: String, val expiresAt: Long? = null) : DelegatedSigner
Constructors
constructor(email: String, expiresAt: Long? = null)
Properties
| Property | Type | Description |
|---|---|---|
email | String | - |
expiresAt | Long? | Optional expiration timestamp in milliseconds since Unix epoch. If set, the delegated signer will expire at this time. |

