@xyo-network/xl1-protocol 4.0.17 → 4.1.0
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.
|
@@ -7,7 +7,7 @@ export declare const TransferSchema: "network.xyo.transfer" & {
|
|
|
7
7
|
export type TransferSchema = typeof TransferSchema;
|
|
8
8
|
/** Zod schema for the fields specific to a transfer payload */
|
|
9
9
|
export declare const TransferFieldsZod: z.ZodMiniObject<{
|
|
10
|
-
context: z.ZodMiniOptional<z.
|
|
10
|
+
context: z.ZodMiniOptional<z.ZodMiniType<import("@ariestools/sdk").JsonObject, unknown, z.core.$ZodTypeInternals<import("@ariestools/sdk").JsonObject, unknown>>>;
|
|
11
11
|
epoch: z.ZodMiniNumber<number>;
|
|
12
12
|
from: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
13
13
|
readonly __hex: true;
|
|
@@ -25,7 +25,7 @@ export declare const TransferZod: z.ZodMiniObject<{
|
|
|
25
25
|
schema: z.ZodMiniLiteral<"network.xyo.transfer" & {
|
|
26
26
|
readonly __schema: true;
|
|
27
27
|
}>;
|
|
28
|
-
context: z.ZodMiniOptional<z.
|
|
28
|
+
context: z.ZodMiniOptional<z.ZodMiniType<import("@ariestools/sdk").JsonObject, unknown, z.core.$ZodTypeInternals<import("@ariestools/sdk").JsonObject, unknown>>>;
|
|
29
29
|
epoch: z.ZodMiniNumber<number>;
|
|
30
30
|
from: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
31
31
|
readonly __hex: true;
|
|
@@ -56,7 +56,7 @@ export declare const isTransfer: (x?: unknown) => x is {
|
|
|
56
56
|
} & {
|
|
57
57
|
readonly __address: true;
|
|
58
58
|
}) | import("@xyo-network/sdk").XyoQuantAddress, import("@ariestools/sdk").BrandedHex>;
|
|
59
|
-
context?:
|
|
59
|
+
context?: import("@ariestools/sdk").JsonObject | undefined;
|
|
60
60
|
};
|
|
61
61
|
/** Casts a value to Transfer or returns undefined if invalid */
|
|
62
62
|
export declare const asTransfer: import("@ariestools/sdk").AsTypeFunction<{
|
|
@@ -74,6 +74,6 @@ export declare const asTransfer: import("@ariestools/sdk").AsTypeFunction<{
|
|
|
74
74
|
} & {
|
|
75
75
|
readonly __address: true;
|
|
76
76
|
}) | import("@xyo-network/sdk").XyoQuantAddress, import("@ariestools/sdk").BrandedHex>;
|
|
77
|
-
context?:
|
|
77
|
+
context?: import("@ariestools/sdk").JsonObject | undefined;
|
|
78
78
|
}>;
|
|
79
79
|
//# sourceMappingURL=TransferPayload.d.ts.map
|
|
@@ -72,7 +72,7 @@ export declare const AccountBalanceHistoryItemZod: z.ZodMiniTuple<readonly [z.Zo
|
|
|
72
72
|
schema: z.ZodMiniLiteral<"network.xyo.transfer" & {
|
|
73
73
|
readonly __schema: true;
|
|
74
74
|
}>;
|
|
75
|
-
context: z.ZodMiniOptional<z.
|
|
75
|
+
context: z.ZodMiniOptional<z.ZodMiniType<import("@ariestools/sdk").JsonObject, unknown, z.core.$ZodTypeInternals<import("@ariestools/sdk").JsonObject, unknown>>>;
|
|
76
76
|
epoch: z.ZodMiniNumber<number>;
|
|
77
77
|
from: z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
78
78
|
readonly __hex: true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/xl1-protocol",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "XYO Layer One Protocol - All Protocol Packages",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -72,53 +72,27 @@
|
|
|
72
72
|
"README.md"
|
|
73
73
|
],
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@ariestools/sdk": "~8.0.
|
|
76
|
-
"@ariestools/
|
|
77
|
-
"@ariestools/
|
|
78
|
-
"@ariestools/tsconfig": "~8.7.4",
|
|
79
|
-
"@bitauth/libauth": "~3.0.0",
|
|
80
|
-
"@metamask/providers": "~22.1.1",
|
|
81
|
-
"@noble/post-quantum": "~0.6.1",
|
|
75
|
+
"@ariestools/sdk": "~8.0.8",
|
|
76
|
+
"@ariestools/toolchain": "~8.7.7",
|
|
77
|
+
"@ariestools/tsconfig": "~8.7.7",
|
|
82
78
|
"@opentelemetry/api": "~1.9.1",
|
|
83
|
-
"@
|
|
84
|
-
"@
|
|
85
|
-
"@scure/bip39": "~2.2.0",
|
|
86
|
-
"@xyo-network/sdk": "~7.0.11",
|
|
87
|
-
"@xyo-network/sdk-protocol": "~7.0.16",
|
|
79
|
+
"@xyo-network/sdk": "~7.1.0",
|
|
80
|
+
"@xyo-network/sdk-protocol": "~7.1.0",
|
|
88
81
|
"ajv": "~8.20.0",
|
|
89
|
-
"
|
|
90
|
-
"debug": "~4.4.3",
|
|
91
|
-
"eslint": "~10.6.0",
|
|
82
|
+
"eslint": "~10.7.0",
|
|
92
83
|
"ethers": "~6.17.0",
|
|
93
|
-
"hash-wasm": "~4.12.0",
|
|
94
|
-
"idb": "~8.0.3",
|
|
95
|
-
"observable-fns": "~0.6.1",
|
|
96
84
|
"typescript": "~6.0.3",
|
|
97
85
|
"vite": "~8.1.4",
|
|
98
86
|
"vitest": "~4.1.10",
|
|
99
|
-
"webextension-polyfill": "~0.12.0",
|
|
100
87
|
"zod": "~4.4.3"
|
|
101
88
|
},
|
|
102
89
|
"peerDependencies": {
|
|
103
|
-
"@ariestools/sdk": "^8.0.
|
|
104
|
-
"@ariestools/threads": "^8.0.5",
|
|
105
|
-
"@bitauth/libauth": "^3.0.0",
|
|
106
|
-
"@metamask/providers": "^22.1.1",
|
|
107
|
-
"@noble/post-quantum": "^0.6.1",
|
|
90
|
+
"@ariestools/sdk": "^8.0.8",
|
|
108
91
|
"@opentelemetry/api": "^1.9.1",
|
|
109
|
-
"@
|
|
110
|
-
"@
|
|
111
|
-
"@scure/bip39": "^2.2.0",
|
|
112
|
-
"@xyo-network/sdk": "^7.0.11",
|
|
113
|
-
"@xyo-network/sdk-protocol": "^7.0.16",
|
|
92
|
+
"@xyo-network/sdk": "^7.1.0",
|
|
93
|
+
"@xyo-network/sdk-protocol": "^7.1.0",
|
|
114
94
|
"ajv": "^8.20.0",
|
|
115
|
-
"async-mutex": "^0.5.0",
|
|
116
|
-
"debug": "^4.4.3",
|
|
117
95
|
"ethers": "^6.17.0",
|
|
118
|
-
"hash-wasm": "^4.12.0",
|
|
119
|
-
"idb": "^8.0.3",
|
|
120
|
-
"observable-fns": "^0.6.1",
|
|
121
|
-
"webextension-polyfill": "^0.12.0",
|
|
122
96
|
"zod": "^4.4.3"
|
|
123
97
|
},
|
|
124
98
|
"engines": {
|