Skip to content

Commit 3198018

Browse files
committed
chore(providers and utils): remove unused
1 parent eecec44 commit 3198018

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

packages/providers/src/validation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {
22
FieldSchema,
3-
FieldsAndPassphraseSchema,
43
JsonSchema,
54
NetworkId,
65
NullifierSchema,

packages/utils/src/validation.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,6 @@ export const ZkAppCommandPayload = z
8080
command: ZkAppCommandBodySchema,
8181
})
8282
.strict();
83-
84-
export const FieldsAndPassphraseSchema = z
85-
.object({
86-
fields: z.array(FieldSchema),
87-
passphrase: z.string(),
88-
})
89-
.strict();
9083
export const TransactionOrZkAppCommandSchema = z.union([
9184
TransactionPayloadSchema,
9285
ZkAppCommandPayload,

0 commit comments

Comments
 (0)