@layerzerolabs/common-chain-model 0.2.98 → 0.2.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import z from 'zod';
|
|
2
2
|
export declare const baseMultiSigDetailsSchema: z.ZodObject<{
|
|
3
3
|
proposerSenderEntityName: z.ZodString;
|
|
4
|
-
multiSigAddress: z.ZodType<import("@layerzerolabs/typescript-utils
|
|
4
|
+
multiSigAddress: z.ZodType<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown, z.core.$ZodTypeInternals<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown>>;
|
|
5
5
|
}, z.core.$strip>;
|
|
6
6
|
export declare const baseMultiSigTransactionToProposeSchema: z.ZodObject<{
|
|
7
7
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -16,11 +16,11 @@ export declare const baseMultiSigTransactionToProposeSchema: z.ZodObject<{
|
|
|
16
16
|
type: z.ZodOptional<z.ZodString>;
|
|
17
17
|
parallelizingKey: z.ZodOptional<z.ZodString>;
|
|
18
18
|
proposerSenderEntityName: z.ZodString;
|
|
19
|
-
multiSigAddress: z.ZodType<import("@layerzerolabs/typescript-utils
|
|
19
|
+
multiSigAddress: z.ZodType<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown, z.core.$ZodTypeInternals<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown>>;
|
|
20
20
|
}, z.core.$strip>;
|
|
21
21
|
export declare const onchainMultiSigDetailsSchema: z.ZodObject<{
|
|
22
22
|
proposerSenderEntityName: z.ZodString;
|
|
23
|
-
multiSigAddress: z.ZodType<import("@layerzerolabs/typescript-utils
|
|
23
|
+
multiSigAddress: z.ZodType<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown, z.core.$ZodTypeInternals<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown>>;
|
|
24
24
|
}, z.core.$strip>;
|
|
25
25
|
export declare const onchainMultiSigTransactionToProposeSchema: z.ZodObject<{
|
|
26
26
|
properties: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
@@ -36,11 +36,11 @@ export declare const onchainMultiSigTransactionToProposeSchema: z.ZodObject<{
|
|
|
36
36
|
parallelizingKey: z.ZodOptional<z.ZodString>;
|
|
37
37
|
nonce: z.ZodOptional<z.ZodNumber>;
|
|
38
38
|
proposerSenderEntityName: z.ZodString;
|
|
39
|
-
multiSigAddress: z.ZodType<import("@layerzerolabs/typescript-utils
|
|
39
|
+
multiSigAddress: z.ZodType<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown, z.core.$ZodTypeInternals<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown>>;
|
|
40
40
|
}, z.core.$strip>;
|
|
41
41
|
export declare const offChainMultiSigDetailsSchema: z.ZodObject<{
|
|
42
42
|
proposerSenderEntityName: z.ZodString;
|
|
43
|
-
multiSigAddress: z.ZodType<import("@layerzerolabs/typescript-utils
|
|
43
|
+
multiSigAddress: z.ZodType<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown, z.core.$ZodTypeInternals<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown>>;
|
|
44
44
|
multiSigUrl: z.ZodString;
|
|
45
45
|
multiSigApiKey: z.ZodOptional<z.ZodString>;
|
|
46
46
|
}, z.core.$strip>;
|
|
@@ -57,7 +57,7 @@ export declare const multiSigTransactionToProposeSchema: z.ZodObject<{
|
|
|
57
57
|
type: z.ZodOptional<z.ZodString>;
|
|
58
58
|
parallelizingKey: z.ZodOptional<z.ZodString>;
|
|
59
59
|
proposerSenderEntityName: z.ZodString;
|
|
60
|
-
multiSigAddress: z.ZodType<import("@layerzerolabs/typescript-utils
|
|
60
|
+
multiSigAddress: z.ZodType<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown, z.core.$ZodTypeInternals<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown>>;
|
|
61
61
|
multiSigUrl: z.ZodString;
|
|
62
62
|
multiSigApiKey: z.ZodOptional<z.ZodString>;
|
|
63
63
|
nonce: z.ZodNumber;
|
|
@@ -75,7 +75,7 @@ export declare const multiSigSignedTransactionToProposeSchema: z.ZodObject<{
|
|
|
75
75
|
type: z.ZodOptional<z.ZodString>;
|
|
76
76
|
parallelizingKey: z.ZodOptional<z.ZodString>;
|
|
77
77
|
proposerSenderEntityName: z.ZodString;
|
|
78
|
-
multiSigAddress: z.ZodType<import("@layerzerolabs/typescript-utils
|
|
78
|
+
multiSigAddress: z.ZodType<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown, z.core.$ZodTypeInternals<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown>>;
|
|
79
79
|
multiSigUrl: z.ZodString;
|
|
80
80
|
multiSigApiKey: z.ZodOptional<z.ZodString>;
|
|
81
81
|
nonce: z.ZodNumber;
|
|
@@ -103,7 +103,7 @@ export declare const multiSigExecutedProposedTransactionSchema: z.ZodObject<{
|
|
|
103
103
|
type: z.ZodOptional<z.ZodString>;
|
|
104
104
|
parallelizingKey: z.ZodOptional<z.ZodString>;
|
|
105
105
|
proposerSenderEntityName: z.ZodString;
|
|
106
|
-
multiSigAddress: z.ZodType<import("@layerzerolabs/typescript-utils
|
|
106
|
+
multiSigAddress: z.ZodType<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown, z.core.$ZodTypeInternals<import("@layerzerolabs/typescript-utils").NormalizedHexString, unknown>>;
|
|
107
107
|
multiSigUrl: z.ZodString;
|
|
108
108
|
multiSigApiKey: z.ZodOptional<z.ZodString>;
|
|
109
109
|
nonce: z.ZodNumber;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/common-chain-model",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.100",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -17,14 +17,14 @@
|
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"zod": "4.3.5",
|
|
20
|
-
"@layerzerolabs/
|
|
21
|
-
"@layerzerolabs/
|
|
20
|
+
"@layerzerolabs/typescript-utils": "0.2.100",
|
|
21
|
+
"@layerzerolabs/zod-utils": "0.2.100"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"tsup": "^8.4.0",
|
|
25
25
|
"vitest": "^3.2.3",
|
|
26
|
-
"@layerzerolabs/
|
|
27
|
-
"@layerzerolabs/
|
|
26
|
+
"@layerzerolabs/typescript-configuration": "0.2.100",
|
|
27
|
+
"@layerzerolabs/tsup-configuration": "0.2.100"
|
|
28
28
|
},
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public",
|