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 b0366f3 commit 6fcba99Copy full SHA for 6fcba99
packages/utils/src/types.ts
@@ -6,6 +6,7 @@ import type {
6
LiteralSchema,
7
NullifierSchema,
8
PartialTransactionSchema,
9
+ PresentationRequestSchema,
10
PrivateKeySchema,
11
PublicKeySchema,
12
SendableSchema,
@@ -54,3 +55,4 @@ export type KlesiaRpcResponseType = z.infer<typeof KlesiaRpcResponseSchema>;
54
55
* Private Credential types
56
*/
57
export type StoredPrivateCredential = z.infer<typeof StoredCredentialSchema>;
58
+export type PresentationRequest = z.infer<typeof PresentationRequestSchema>;
0 commit comments