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 3933058 commit 7fe60e8Copy full SHA for 7fe60e8
packages/providers/src/types.ts
@@ -30,7 +30,7 @@ export type ProviderRpcEvent =
30
| "disconnect"
31
| "chainChanged"
32
| "accountsChanged"
33
- | "mina_message";
+ | "minaMessage";
34
35
export type ProviderListener = z.infer<typeof ProviderListenerSchema>;
36
packages/providers/src/validation.ts
@@ -1,4 +1,3 @@
1
-import { ZkAppCommandPayload } from "@mina-js/utils";
2
import { JsonSchema } from "@mina-js/utils";
3
import {
4
FieldSchema,
@@ -9,6 +8,7 @@ import {
9
8
SignedTransactionSchema,
10
TransactionPayloadSchema,
11
TransactionReceiptSchema,
+ ZkAppCommandPayload,
12
} from "@mina-js/utils";
13
import { z } from "zod";
14
0 commit comments