@xyo-network/xl1-protocol 4.0.17 → 4.0.18
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.0.18",
|
|
4
4
|
"description": "XYO Layer One Protocol - All Protocol Packages",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -72,10 +72,10 @@
|
|
|
72
72
|
"README.md"
|
|
73
73
|
],
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@ariestools/sdk": "~8.0.
|
|
76
|
-
"@ariestools/threads": "~8.0.
|
|
77
|
-
"@ariestools/toolchain": "~8.7.
|
|
78
|
-
"@ariestools/tsconfig": "~8.7.
|
|
75
|
+
"@ariestools/sdk": "~8.0.7",
|
|
76
|
+
"@ariestools/threads": "~8.0.7",
|
|
77
|
+
"@ariestools/toolchain": "~8.7.6",
|
|
78
|
+
"@ariestools/tsconfig": "~8.7.6",
|
|
79
79
|
"@bitauth/libauth": "~3.0.0",
|
|
80
80
|
"@metamask/providers": "~22.1.1",
|
|
81
81
|
"@noble/post-quantum": "~0.6.1",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"ajv": "~8.20.0",
|
|
89
89
|
"async-mutex": "~0.5.0",
|
|
90
90
|
"debug": "~4.4.3",
|
|
91
|
-
"eslint": "~10.
|
|
91
|
+
"eslint": "~10.7.0",
|
|
92
92
|
"ethers": "~6.17.0",
|
|
93
93
|
"hash-wasm": "~4.12.0",
|
|
94
94
|
"idb": "~8.0.3",
|
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
"zod": "~4.4.3"
|
|
101
101
|
},
|
|
102
102
|
"peerDependencies": {
|
|
103
|
-
"@ariestools/sdk": "^8.0.
|
|
104
|
-
"@ariestools/threads": "^8.0.
|
|
103
|
+
"@ariestools/sdk": "^8.0.7",
|
|
104
|
+
"@ariestools/threads": "^8.0.7",
|
|
105
105
|
"@bitauth/libauth": "^3.0.0",
|
|
106
106
|
"@metamask/providers": "^22.1.1",
|
|
107
107
|
"@noble/post-quantum": "^0.6.1",
|