We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cde15 commit 453ae59Copy full SHA for 453ae59
src/tempo/KeyAuthorization.ts
@@ -37,7 +37,7 @@ export type KeyAuthorization<
37
/** Chain ID for replay protection (0 = valid on any chain). */
38
chainId?: bigintType | undefined
39
/** Unix timestamp when key expires (0 = never expires). */
40
- expiry?: numberType | undefined
+ expiry?: numberType | null | undefined
41
/** TIP20 spending limits for this key. */
42
limits?: readonly TokenLimit<bigintType>[] | undefined
43
/** Key type. (secp256k1, P256, WebAuthn). */
0 commit comments