@xyo-network/manifest-model 6.0.7 → 6.0.9
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.
- package/dist/neutral/Manifest.zod.d.ts +120 -120
- package/dist/neutral/Payload.zod.d.ts +112 -112
- package/package.json +10 -10
|
@@ -35,20 +35,20 @@ export declare const NodeManifestPayloadZod: z.ZodMiniObject<{
|
|
|
35
35
|
readonly __hex: true;
|
|
36
36
|
} & {
|
|
37
37
|
readonly __address: true;
|
|
38
|
-
}) | import("@xyo-network/address").
|
|
38
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
39
39
|
readonly __hex: true;
|
|
40
40
|
} & {
|
|
41
41
|
readonly __address: true;
|
|
42
|
-
}) | import("@xyo-network/address").
|
|
42
|
+
}) | import("@xyo-network/address").XyoQuantAddress>;
|
|
43
43
|
children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
|
|
44
44
|
readonly __hex: true;
|
|
45
45
|
} & {
|
|
46
46
|
readonly __address: true;
|
|
47
|
-
}) | import("@xyo-network/address").
|
|
47
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
48
48
|
readonly __hex: true;
|
|
49
49
|
} & {
|
|
50
50
|
readonly __address: true;
|
|
51
|
-
}) | import("@xyo-network/address").
|
|
51
|
+
}) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
|
|
52
52
|
}, z.core.$strip>>;
|
|
53
53
|
modules: z.ZodMiniOptional<z.ZodMiniObject<{
|
|
54
54
|
private: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
@@ -69,20 +69,20 @@ export declare const NodeManifestPayloadZod: z.ZodMiniObject<{
|
|
|
69
69
|
readonly __hex: true;
|
|
70
70
|
} & {
|
|
71
71
|
readonly __address: true;
|
|
72
|
-
}) | import("@xyo-network/address").
|
|
72
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
73
73
|
readonly __hex: true;
|
|
74
74
|
} & {
|
|
75
75
|
readonly __address: true;
|
|
76
|
-
}) | import("@xyo-network/address").
|
|
76
|
+
}) | import("@xyo-network/address").XyoQuantAddress>;
|
|
77
77
|
children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
|
|
78
78
|
readonly __hex: true;
|
|
79
79
|
} & {
|
|
80
80
|
readonly __address: true;
|
|
81
|
-
}) | import("@xyo-network/address").
|
|
81
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
82
82
|
readonly __hex: true;
|
|
83
83
|
} & {
|
|
84
84
|
readonly __address: true;
|
|
85
|
-
}) | import("@xyo-network/address").
|
|
85
|
+
}) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
|
|
86
86
|
}, z.core.$strip>>;
|
|
87
87
|
}, z.core.$strip>, z.core.$ZodType<import("@xylabs/sdk-js").Brand<string, {
|
|
88
88
|
__moduleAlias: true;
|
|
@@ -111,20 +111,20 @@ export declare const NodeManifestPayloadZod: z.ZodMiniObject<{
|
|
|
111
111
|
readonly __hex: true;
|
|
112
112
|
} & {
|
|
113
113
|
readonly __address: true;
|
|
114
|
-
}) | import("@xyo-network/address").
|
|
114
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
115
115
|
readonly __hex: true;
|
|
116
116
|
} & {
|
|
117
117
|
readonly __address: true;
|
|
118
|
-
}) | import("@xyo-network/address").
|
|
118
|
+
}) | import("@xyo-network/address").XyoQuantAddress>;
|
|
119
119
|
children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
|
|
120
120
|
readonly __hex: true;
|
|
121
121
|
} & {
|
|
122
122
|
readonly __address: true;
|
|
123
|
-
}) | import("@xyo-network/address").
|
|
123
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
124
124
|
readonly __hex: true;
|
|
125
125
|
} & {
|
|
126
126
|
readonly __address: true;
|
|
127
|
-
}) | import("@xyo-network/address").
|
|
127
|
+
}) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
|
|
128
128
|
}, z.core.$strip>>;
|
|
129
129
|
}, z.core.$strip>, z.core.$ZodType<import("@xylabs/sdk-js").Brand<string, {
|
|
130
130
|
__moduleAlias: true;
|
|
@@ -163,12 +163,12 @@ export declare const isNodeManifestPayload: <T>(value: T) => value is T & {
|
|
|
163
163
|
readonly __hex: true;
|
|
164
164
|
} & {
|
|
165
165
|
readonly __address: true;
|
|
166
|
-
}) | import("@xyo-network/address").
|
|
166
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
167
167
|
children?: Record<(Lowercase<string> & {
|
|
168
168
|
readonly __hex: true;
|
|
169
169
|
} & {
|
|
170
170
|
readonly __address: true;
|
|
171
|
-
}) | import("@xyo-network/address").
|
|
171
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
172
172
|
} | undefined;
|
|
173
173
|
modules?: {
|
|
174
174
|
private?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -192,12 +192,12 @@ export declare const isNodeManifestPayload: <T>(value: T) => value is T & {
|
|
|
192
192
|
readonly __hex: true;
|
|
193
193
|
} & {
|
|
194
194
|
readonly __address: true;
|
|
195
|
-
}) | import("@xyo-network/address").
|
|
195
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
196
196
|
children?: Record<(Lowercase<string> & {
|
|
197
197
|
readonly __hex: true;
|
|
198
198
|
} & {
|
|
199
199
|
readonly __address: true;
|
|
200
|
-
}) | import("@xyo-network/address").
|
|
200
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
201
201
|
} | undefined;
|
|
202
202
|
})[] | undefined;
|
|
203
203
|
public?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -221,12 +221,12 @@ export declare const isNodeManifestPayload: <T>(value: T) => value is T & {
|
|
|
221
221
|
readonly __hex: true;
|
|
222
222
|
} & {
|
|
223
223
|
readonly __address: true;
|
|
224
|
-
}) | import("@xyo-network/address").
|
|
224
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
225
225
|
children?: Record<(Lowercase<string> & {
|
|
226
226
|
readonly __hex: true;
|
|
227
227
|
} & {
|
|
228
228
|
readonly __address: true;
|
|
229
|
-
}) | import("@xyo-network/address").
|
|
229
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
230
230
|
} | undefined;
|
|
231
231
|
})[] | undefined;
|
|
232
232
|
} | undefined;
|
|
@@ -254,12 +254,12 @@ export declare const asNodeManifestPayload: {
|
|
|
254
254
|
readonly __hex: true;
|
|
255
255
|
} & {
|
|
256
256
|
readonly __address: true;
|
|
257
|
-
}) | import("@xyo-network/address").
|
|
257
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
258
258
|
children?: Record<(Lowercase<string> & {
|
|
259
259
|
readonly __hex: true;
|
|
260
260
|
} & {
|
|
261
261
|
readonly __address: true;
|
|
262
|
-
}) | import("@xyo-network/address").
|
|
262
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
263
263
|
} | undefined;
|
|
264
264
|
modules?: {
|
|
265
265
|
private?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -283,12 +283,12 @@ export declare const asNodeManifestPayload: {
|
|
|
283
283
|
readonly __hex: true;
|
|
284
284
|
} & {
|
|
285
285
|
readonly __address: true;
|
|
286
|
-
}) | import("@xyo-network/address").
|
|
286
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
287
287
|
children?: Record<(Lowercase<string> & {
|
|
288
288
|
readonly __hex: true;
|
|
289
289
|
} & {
|
|
290
290
|
readonly __address: true;
|
|
291
|
-
}) | import("@xyo-network/address").
|
|
291
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
292
292
|
} | undefined;
|
|
293
293
|
})[] | undefined;
|
|
294
294
|
public?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -312,12 +312,12 @@ export declare const asNodeManifestPayload: {
|
|
|
312
312
|
readonly __hex: true;
|
|
313
313
|
} & {
|
|
314
314
|
readonly __address: true;
|
|
315
|
-
}) | import("@xyo-network/address").
|
|
315
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
316
316
|
children?: Record<(Lowercase<string> & {
|
|
317
317
|
readonly __hex: true;
|
|
318
318
|
} & {
|
|
319
319
|
readonly __address: true;
|
|
320
|
-
}) | import("@xyo-network/address").
|
|
320
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
321
321
|
} | undefined;
|
|
322
322
|
})[] | undefined;
|
|
323
323
|
} | undefined;
|
|
@@ -344,12 +344,12 @@ export declare const asNodeManifestPayload: {
|
|
|
344
344
|
readonly __hex: true;
|
|
345
345
|
} & {
|
|
346
346
|
readonly __address: true;
|
|
347
|
-
}) | import("@xyo-network/address").
|
|
347
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
348
348
|
children?: Record<(Lowercase<string> & {
|
|
349
349
|
readonly __hex: true;
|
|
350
350
|
} & {
|
|
351
351
|
readonly __address: true;
|
|
352
|
-
}) | import("@xyo-network/address").
|
|
352
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
353
353
|
} | undefined;
|
|
354
354
|
modules?: {
|
|
355
355
|
private?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -373,12 +373,12 @@ export declare const asNodeManifestPayload: {
|
|
|
373
373
|
readonly __hex: true;
|
|
374
374
|
} & {
|
|
375
375
|
readonly __address: true;
|
|
376
|
-
}) | import("@xyo-network/address").
|
|
376
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
377
377
|
children?: Record<(Lowercase<string> & {
|
|
378
378
|
readonly __hex: true;
|
|
379
379
|
} & {
|
|
380
380
|
readonly __address: true;
|
|
381
|
-
}) | import("@xyo-network/address").
|
|
381
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
382
382
|
} | undefined;
|
|
383
383
|
})[] | undefined;
|
|
384
384
|
public?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -402,12 +402,12 @@ export declare const asNodeManifestPayload: {
|
|
|
402
402
|
readonly __hex: true;
|
|
403
403
|
} & {
|
|
404
404
|
readonly __address: true;
|
|
405
|
-
}) | import("@xyo-network/address").
|
|
405
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
406
406
|
children?: Record<(Lowercase<string> & {
|
|
407
407
|
readonly __hex: true;
|
|
408
408
|
} & {
|
|
409
409
|
readonly __address: true;
|
|
410
|
-
}) | import("@xyo-network/address").
|
|
410
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
411
411
|
} | undefined;
|
|
412
412
|
})[] | undefined;
|
|
413
413
|
} | undefined;
|
|
@@ -436,12 +436,12 @@ export declare const toNodeManifestPayload: {
|
|
|
436
436
|
readonly __hex: true;
|
|
437
437
|
} & {
|
|
438
438
|
readonly __address: true;
|
|
439
|
-
}) | import("@xyo-network/address").
|
|
439
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
440
440
|
children?: Record<(Lowercase<string> & {
|
|
441
441
|
readonly __hex: true;
|
|
442
442
|
} & {
|
|
443
443
|
readonly __address: true;
|
|
444
|
-
}) | import("@xyo-network/address").
|
|
444
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
445
445
|
} | undefined;
|
|
446
446
|
modules?: {
|
|
447
447
|
private?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -465,12 +465,12 @@ export declare const toNodeManifestPayload: {
|
|
|
465
465
|
readonly __hex: true;
|
|
466
466
|
} & {
|
|
467
467
|
readonly __address: true;
|
|
468
|
-
}) | import("@xyo-network/address").
|
|
468
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
469
469
|
children?: Record<(Lowercase<string> & {
|
|
470
470
|
readonly __hex: true;
|
|
471
471
|
} & {
|
|
472
472
|
readonly __address: true;
|
|
473
|
-
}) | import("@xyo-network/address").
|
|
473
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
474
474
|
} | undefined;
|
|
475
475
|
})[] | undefined;
|
|
476
476
|
public?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -494,12 +494,12 @@ export declare const toNodeManifestPayload: {
|
|
|
494
494
|
readonly __hex: true;
|
|
495
495
|
} & {
|
|
496
496
|
readonly __address: true;
|
|
497
|
-
}) | import("@xyo-network/address").
|
|
497
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
498
498
|
children?: Record<(Lowercase<string> & {
|
|
499
499
|
readonly __hex: true;
|
|
500
500
|
} & {
|
|
501
501
|
readonly __address: true;
|
|
502
|
-
}) | import("@xyo-network/address").
|
|
502
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
503
503
|
} | undefined;
|
|
504
504
|
})[] | undefined;
|
|
505
505
|
} | undefined;
|
|
@@ -526,12 +526,12 @@ export declare const toNodeManifestPayload: {
|
|
|
526
526
|
readonly __hex: true;
|
|
527
527
|
} & {
|
|
528
528
|
readonly __address: true;
|
|
529
|
-
}) | import("@xyo-network/address").
|
|
529
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
530
530
|
children?: Record<(Lowercase<string> & {
|
|
531
531
|
readonly __hex: true;
|
|
532
532
|
} & {
|
|
533
533
|
readonly __address: true;
|
|
534
|
-
}) | import("@xyo-network/address").
|
|
534
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
535
535
|
} | undefined;
|
|
536
536
|
modules?: {
|
|
537
537
|
private?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -555,12 +555,12 @@ export declare const toNodeManifestPayload: {
|
|
|
555
555
|
readonly __hex: true;
|
|
556
556
|
} & {
|
|
557
557
|
readonly __address: true;
|
|
558
|
-
}) | import("@xyo-network/address").
|
|
558
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
559
559
|
children?: Record<(Lowercase<string> & {
|
|
560
560
|
readonly __hex: true;
|
|
561
561
|
} & {
|
|
562
562
|
readonly __address: true;
|
|
563
|
-
}) | import("@xyo-network/address").
|
|
563
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
564
564
|
} | undefined;
|
|
565
565
|
})[] | undefined;
|
|
566
566
|
public?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -584,12 +584,12 @@ export declare const toNodeManifestPayload: {
|
|
|
584
584
|
readonly __hex: true;
|
|
585
585
|
} & {
|
|
586
586
|
readonly __address: true;
|
|
587
|
-
}) | import("@xyo-network/address").
|
|
587
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
588
588
|
children?: Record<(Lowercase<string> & {
|
|
589
589
|
readonly __hex: true;
|
|
590
590
|
} & {
|
|
591
591
|
readonly __address: true;
|
|
592
|
-
}) | import("@xyo-network/address").
|
|
592
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
593
593
|
} | undefined;
|
|
594
594
|
})[] | undefined;
|
|
595
595
|
} | undefined;
|
|
@@ -613,20 +613,20 @@ export declare const ModuleManifestPayloadZod: z.ZodMiniObject<{
|
|
|
613
613
|
readonly __hex: true;
|
|
614
614
|
} & {
|
|
615
615
|
readonly __address: true;
|
|
616
|
-
}) | import("@xyo-network/address").
|
|
616
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
617
617
|
readonly __hex: true;
|
|
618
618
|
} & {
|
|
619
619
|
readonly __address: true;
|
|
620
|
-
}) | import("@xyo-network/address").
|
|
620
|
+
}) | import("@xyo-network/address").XyoQuantAddress>;
|
|
621
621
|
children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
|
|
622
622
|
readonly __hex: true;
|
|
623
623
|
} & {
|
|
624
624
|
readonly __address: true;
|
|
625
|
-
}) | import("@xyo-network/address").
|
|
625
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
626
626
|
readonly __hex: true;
|
|
627
627
|
} & {
|
|
628
628
|
readonly __address: true;
|
|
629
|
-
}) | import("@xyo-network/address").
|
|
629
|
+
}) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
|
|
630
630
|
}, z.core.$strip>>;
|
|
631
631
|
schema: z.ZodMiniUnion<readonly [z.ZodMiniLiteral<"network.xyo.module.manifest" & {
|
|
632
632
|
readonly __schema: true;
|
|
@@ -659,12 +659,12 @@ export declare const isModuleManifestPayload: <T>(value: T) => value is T & {
|
|
|
659
659
|
readonly __hex: true;
|
|
660
660
|
} & {
|
|
661
661
|
readonly __address: true;
|
|
662
|
-
}) | import("@xyo-network/address").
|
|
662
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
663
663
|
children?: Record<(Lowercase<string> & {
|
|
664
664
|
readonly __hex: true;
|
|
665
665
|
} & {
|
|
666
666
|
readonly __address: true;
|
|
667
|
-
}) | import("@xyo-network/address").
|
|
667
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
668
668
|
} | undefined;
|
|
669
669
|
};
|
|
670
670
|
export declare const asModuleManifestPayload: {
|
|
@@ -692,12 +692,12 @@ export declare const asModuleManifestPayload: {
|
|
|
692
692
|
readonly __hex: true;
|
|
693
693
|
} & {
|
|
694
694
|
readonly __address: true;
|
|
695
|
-
}) | import("@xyo-network/address").
|
|
695
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
696
696
|
children?: Record<(Lowercase<string> & {
|
|
697
697
|
readonly __hex: true;
|
|
698
698
|
} & {
|
|
699
699
|
readonly __address: true;
|
|
700
|
-
}) | import("@xyo-network/address").
|
|
700
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
701
701
|
} | undefined;
|
|
702
702
|
}) | undefined;
|
|
703
703
|
<T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & {
|
|
@@ -724,12 +724,12 @@ export declare const asModuleManifestPayload: {
|
|
|
724
724
|
readonly __hex: true;
|
|
725
725
|
} & {
|
|
726
726
|
readonly __address: true;
|
|
727
|
-
}) | import("@xyo-network/address").
|
|
727
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
728
728
|
children?: Record<(Lowercase<string> & {
|
|
729
729
|
readonly __hex: true;
|
|
730
730
|
} & {
|
|
731
731
|
readonly __address: true;
|
|
732
|
-
}) | import("@xyo-network/address").
|
|
732
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
733
733
|
} | undefined;
|
|
734
734
|
};
|
|
735
735
|
};
|
|
@@ -758,12 +758,12 @@ export declare const toModuleManifestPayload: {
|
|
|
758
758
|
readonly __hex: true;
|
|
759
759
|
} & {
|
|
760
760
|
readonly __address: true;
|
|
761
|
-
}) | import("@xyo-network/address").
|
|
761
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
762
762
|
children?: Record<(Lowercase<string> & {
|
|
763
763
|
readonly __hex: true;
|
|
764
764
|
} & {
|
|
765
765
|
readonly __address: true;
|
|
766
|
-
}) | import("@xyo-network/address").
|
|
766
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
767
767
|
} | undefined;
|
|
768
768
|
}) | undefined;
|
|
769
769
|
<T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & {
|
|
@@ -790,12 +790,12 @@ export declare const toModuleManifestPayload: {
|
|
|
790
790
|
readonly __hex: true;
|
|
791
791
|
} & {
|
|
792
792
|
readonly __address: true;
|
|
793
|
-
}) | import("@xyo-network/address").
|
|
793
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
794
794
|
children?: Record<(Lowercase<string> & {
|
|
795
795
|
readonly __hex: true;
|
|
796
796
|
} & {
|
|
797
797
|
readonly __address: true;
|
|
798
|
-
}) | import("@xyo-network/address").
|
|
798
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
799
799
|
} | undefined;
|
|
800
800
|
};
|
|
801
801
|
};
|
|
@@ -828,20 +828,20 @@ export declare const PackageManifestPayloadZod: z.ZodMiniObject<{
|
|
|
828
828
|
readonly __hex: true;
|
|
829
829
|
} & {
|
|
830
830
|
readonly __address: true;
|
|
831
|
-
}) | import("@xyo-network/address").
|
|
831
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
832
832
|
readonly __hex: true;
|
|
833
833
|
} & {
|
|
834
834
|
readonly __address: true;
|
|
835
|
-
}) | import("@xyo-network/address").
|
|
835
|
+
}) | import("@xyo-network/address").XyoQuantAddress>;
|
|
836
836
|
children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
|
|
837
837
|
readonly __hex: true;
|
|
838
838
|
} & {
|
|
839
839
|
readonly __address: true;
|
|
840
|
-
}) | import("@xyo-network/address").
|
|
840
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
841
841
|
readonly __hex: true;
|
|
842
842
|
} & {
|
|
843
843
|
readonly __address: true;
|
|
844
|
-
}) | import("@xyo-network/address").
|
|
844
|
+
}) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
|
|
845
845
|
}, z.core.$strip>>;
|
|
846
846
|
}, z.core.$strip>>>;
|
|
847
847
|
nodes: z.ZodMiniArray<z.ZodMiniObject<{
|
|
@@ -862,20 +862,20 @@ export declare const PackageManifestPayloadZod: z.ZodMiniObject<{
|
|
|
862
862
|
readonly __hex: true;
|
|
863
863
|
} & {
|
|
864
864
|
readonly __address: true;
|
|
865
|
-
}) | import("@xyo-network/address").
|
|
865
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
866
866
|
readonly __hex: true;
|
|
867
867
|
} & {
|
|
868
868
|
readonly __address: true;
|
|
869
|
-
}) | import("@xyo-network/address").
|
|
869
|
+
}) | import("@xyo-network/address").XyoQuantAddress>;
|
|
870
870
|
children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
|
|
871
871
|
readonly __hex: true;
|
|
872
872
|
} & {
|
|
873
873
|
readonly __address: true;
|
|
874
|
-
}) | import("@xyo-network/address").
|
|
874
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
875
875
|
readonly __hex: true;
|
|
876
876
|
} & {
|
|
877
877
|
readonly __address: true;
|
|
878
|
-
}) | import("@xyo-network/address").
|
|
878
|
+
}) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
|
|
879
879
|
}, z.core.$strip>>;
|
|
880
880
|
modules: z.ZodMiniOptional<z.ZodMiniObject<{
|
|
881
881
|
private: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
@@ -896,20 +896,20 @@ export declare const PackageManifestPayloadZod: z.ZodMiniObject<{
|
|
|
896
896
|
readonly __hex: true;
|
|
897
897
|
} & {
|
|
898
898
|
readonly __address: true;
|
|
899
|
-
}) | import("@xyo-network/address").
|
|
899
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
900
900
|
readonly __hex: true;
|
|
901
901
|
} & {
|
|
902
902
|
readonly __address: true;
|
|
903
|
-
}) | import("@xyo-network/address").
|
|
903
|
+
}) | import("@xyo-network/address").XyoQuantAddress>;
|
|
904
904
|
children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
|
|
905
905
|
readonly __hex: true;
|
|
906
906
|
} & {
|
|
907
907
|
readonly __address: true;
|
|
908
|
-
}) | import("@xyo-network/address").
|
|
908
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
909
909
|
readonly __hex: true;
|
|
910
910
|
} & {
|
|
911
911
|
readonly __address: true;
|
|
912
|
-
}) | import("@xyo-network/address").
|
|
912
|
+
}) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
|
|
913
913
|
}, z.core.$strip>>;
|
|
914
914
|
}, z.core.$strip>, z.core.$ZodType<import("@xylabs/sdk-js").Brand<string, {
|
|
915
915
|
__moduleAlias: true;
|
|
@@ -938,20 +938,20 @@ export declare const PackageManifestPayloadZod: z.ZodMiniObject<{
|
|
|
938
938
|
readonly __hex: true;
|
|
939
939
|
} & {
|
|
940
940
|
readonly __address: true;
|
|
941
|
-
}) | import("@xyo-network/address").
|
|
941
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
942
942
|
readonly __hex: true;
|
|
943
943
|
} & {
|
|
944
944
|
readonly __address: true;
|
|
945
|
-
}) | import("@xyo-network/address").
|
|
945
|
+
}) | import("@xyo-network/address").XyoQuantAddress>;
|
|
946
946
|
children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
|
|
947
947
|
readonly __hex: true;
|
|
948
948
|
} & {
|
|
949
949
|
readonly __address: true;
|
|
950
|
-
}) | import("@xyo-network/address").
|
|
950
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
951
951
|
readonly __hex: true;
|
|
952
952
|
} & {
|
|
953
953
|
readonly __address: true;
|
|
954
|
-
}) | import("@xyo-network/address").
|
|
954
|
+
}) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
|
|
955
955
|
}, z.core.$strip>>;
|
|
956
956
|
}, z.core.$strip>, z.core.$ZodType<import("@xylabs/sdk-js").Brand<string, {
|
|
957
957
|
__moduleAlias: true;
|
|
@@ -989,12 +989,12 @@ export declare const isPackageManifestPayload: <T>(value: T) => value is T & {
|
|
|
989
989
|
readonly __hex: true;
|
|
990
990
|
} & {
|
|
991
991
|
readonly __address: true;
|
|
992
|
-
}) | import("@xyo-network/address").
|
|
992
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
993
993
|
children?: Record<(Lowercase<string> & {
|
|
994
994
|
readonly __hex: true;
|
|
995
995
|
} & {
|
|
996
996
|
readonly __address: true;
|
|
997
|
-
}) | import("@xyo-network/address").
|
|
997
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
998
998
|
} | undefined;
|
|
999
999
|
modules?: {
|
|
1000
1000
|
private?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -1018,12 +1018,12 @@ export declare const isPackageManifestPayload: <T>(value: T) => value is T & {
|
|
|
1018
1018
|
readonly __hex: true;
|
|
1019
1019
|
} & {
|
|
1020
1020
|
readonly __address: true;
|
|
1021
|
-
}) | import("@xyo-network/address").
|
|
1021
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1022
1022
|
children?: Record<(Lowercase<string> & {
|
|
1023
1023
|
readonly __hex: true;
|
|
1024
1024
|
} & {
|
|
1025
1025
|
readonly __address: true;
|
|
1026
|
-
}) | import("@xyo-network/address").
|
|
1026
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1027
1027
|
} | undefined;
|
|
1028
1028
|
})[] | undefined;
|
|
1029
1029
|
public?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -1047,12 +1047,12 @@ export declare const isPackageManifestPayload: <T>(value: T) => value is T & {
|
|
|
1047
1047
|
readonly __hex: true;
|
|
1048
1048
|
} & {
|
|
1049
1049
|
readonly __address: true;
|
|
1050
|
-
}) | import("@xyo-network/address").
|
|
1050
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1051
1051
|
children?: Record<(Lowercase<string> & {
|
|
1052
1052
|
readonly __hex: true;
|
|
1053
1053
|
} & {
|
|
1054
1054
|
readonly __address: true;
|
|
1055
|
-
}) | import("@xyo-network/address").
|
|
1055
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1056
1056
|
} | undefined;
|
|
1057
1057
|
})[] | undefined;
|
|
1058
1058
|
} | undefined;
|
|
@@ -1083,12 +1083,12 @@ export declare const isPackageManifestPayload: <T>(value: T) => value is T & {
|
|
|
1083
1083
|
readonly __hex: true;
|
|
1084
1084
|
} & {
|
|
1085
1085
|
readonly __address: true;
|
|
1086
|
-
}) | import("@xyo-network/address").
|
|
1086
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1087
1087
|
children?: Record<(Lowercase<string> & {
|
|
1088
1088
|
readonly __hex: true;
|
|
1089
1089
|
} & {
|
|
1090
1090
|
readonly __address: true;
|
|
1091
|
-
}) | import("@xyo-network/address").
|
|
1091
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1092
1092
|
} | undefined;
|
|
1093
1093
|
}> | undefined;
|
|
1094
1094
|
};
|
|
@@ -1113,12 +1113,12 @@ export declare const asPackageManifestPayload: {
|
|
|
1113
1113
|
readonly __hex: true;
|
|
1114
1114
|
} & {
|
|
1115
1115
|
readonly __address: true;
|
|
1116
|
-
}) | import("@xyo-network/address").
|
|
1116
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1117
1117
|
children?: Record<(Lowercase<string> & {
|
|
1118
1118
|
readonly __hex: true;
|
|
1119
1119
|
} & {
|
|
1120
1120
|
readonly __address: true;
|
|
1121
|
-
}) | import("@xyo-network/address").
|
|
1121
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1122
1122
|
} | undefined;
|
|
1123
1123
|
modules?: {
|
|
1124
1124
|
private?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -1142,12 +1142,12 @@ export declare const asPackageManifestPayload: {
|
|
|
1142
1142
|
readonly __hex: true;
|
|
1143
1143
|
} & {
|
|
1144
1144
|
readonly __address: true;
|
|
1145
|
-
}) | import("@xyo-network/address").
|
|
1145
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1146
1146
|
children?: Record<(Lowercase<string> & {
|
|
1147
1147
|
readonly __hex: true;
|
|
1148
1148
|
} & {
|
|
1149
1149
|
readonly __address: true;
|
|
1150
|
-
}) | import("@xyo-network/address").
|
|
1150
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1151
1151
|
} | undefined;
|
|
1152
1152
|
})[] | undefined;
|
|
1153
1153
|
public?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -1171,12 +1171,12 @@ export declare const asPackageManifestPayload: {
|
|
|
1171
1171
|
readonly __hex: true;
|
|
1172
1172
|
} & {
|
|
1173
1173
|
readonly __address: true;
|
|
1174
|
-
}) | import("@xyo-network/address").
|
|
1174
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1175
1175
|
children?: Record<(Lowercase<string> & {
|
|
1176
1176
|
readonly __hex: true;
|
|
1177
1177
|
} & {
|
|
1178
1178
|
readonly __address: true;
|
|
1179
|
-
}) | import("@xyo-network/address").
|
|
1179
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1180
1180
|
} | undefined;
|
|
1181
1181
|
})[] | undefined;
|
|
1182
1182
|
} | undefined;
|
|
@@ -1207,12 +1207,12 @@ export declare const asPackageManifestPayload: {
|
|
|
1207
1207
|
readonly __hex: true;
|
|
1208
1208
|
} & {
|
|
1209
1209
|
readonly __address: true;
|
|
1210
|
-
}) | import("@xyo-network/address").
|
|
1210
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1211
1211
|
children?: Record<(Lowercase<string> & {
|
|
1212
1212
|
readonly __hex: true;
|
|
1213
1213
|
} & {
|
|
1214
1214
|
readonly __address: true;
|
|
1215
|
-
}) | import("@xyo-network/address").
|
|
1215
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1216
1216
|
} | undefined;
|
|
1217
1217
|
}> | undefined;
|
|
1218
1218
|
}) | undefined;
|
|
@@ -1236,12 +1236,12 @@ export declare const asPackageManifestPayload: {
|
|
|
1236
1236
|
readonly __hex: true;
|
|
1237
1237
|
} & {
|
|
1238
1238
|
readonly __address: true;
|
|
1239
|
-
}) | import("@xyo-network/address").
|
|
1239
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1240
1240
|
children?: Record<(Lowercase<string> & {
|
|
1241
1241
|
readonly __hex: true;
|
|
1242
1242
|
} & {
|
|
1243
1243
|
readonly __address: true;
|
|
1244
|
-
}) | import("@xyo-network/address").
|
|
1244
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1245
1245
|
} | undefined;
|
|
1246
1246
|
modules?: {
|
|
1247
1247
|
private?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -1265,12 +1265,12 @@ export declare const asPackageManifestPayload: {
|
|
|
1265
1265
|
readonly __hex: true;
|
|
1266
1266
|
} & {
|
|
1267
1267
|
readonly __address: true;
|
|
1268
|
-
}) | import("@xyo-network/address").
|
|
1268
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1269
1269
|
children?: Record<(Lowercase<string> & {
|
|
1270
1270
|
readonly __hex: true;
|
|
1271
1271
|
} & {
|
|
1272
1272
|
readonly __address: true;
|
|
1273
|
-
}) | import("@xyo-network/address").
|
|
1273
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1274
1274
|
} | undefined;
|
|
1275
1275
|
})[] | undefined;
|
|
1276
1276
|
public?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -1294,12 +1294,12 @@ export declare const asPackageManifestPayload: {
|
|
|
1294
1294
|
readonly __hex: true;
|
|
1295
1295
|
} & {
|
|
1296
1296
|
readonly __address: true;
|
|
1297
|
-
}) | import("@xyo-network/address").
|
|
1297
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1298
1298
|
children?: Record<(Lowercase<string> & {
|
|
1299
1299
|
readonly __hex: true;
|
|
1300
1300
|
} & {
|
|
1301
1301
|
readonly __address: true;
|
|
1302
|
-
}) | import("@xyo-network/address").
|
|
1302
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1303
1303
|
} | undefined;
|
|
1304
1304
|
})[] | undefined;
|
|
1305
1305
|
} | undefined;
|
|
@@ -1330,12 +1330,12 @@ export declare const asPackageManifestPayload: {
|
|
|
1330
1330
|
readonly __hex: true;
|
|
1331
1331
|
} & {
|
|
1332
1332
|
readonly __address: true;
|
|
1333
|
-
}) | import("@xyo-network/address").
|
|
1333
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1334
1334
|
children?: Record<(Lowercase<string> & {
|
|
1335
1335
|
readonly __hex: true;
|
|
1336
1336
|
} & {
|
|
1337
1337
|
readonly __address: true;
|
|
1338
|
-
}) | import("@xyo-network/address").
|
|
1338
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1339
1339
|
} | undefined;
|
|
1340
1340
|
}> | undefined;
|
|
1341
1341
|
};
|
|
@@ -1361,12 +1361,12 @@ export declare const toPackageManifestPayload: {
|
|
|
1361
1361
|
readonly __hex: true;
|
|
1362
1362
|
} & {
|
|
1363
1363
|
readonly __address: true;
|
|
1364
|
-
}) | import("@xyo-network/address").
|
|
1364
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1365
1365
|
children?: Record<(Lowercase<string> & {
|
|
1366
1366
|
readonly __hex: true;
|
|
1367
1367
|
} & {
|
|
1368
1368
|
readonly __address: true;
|
|
1369
|
-
}) | import("@xyo-network/address").
|
|
1369
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1370
1370
|
} | undefined;
|
|
1371
1371
|
modules?: {
|
|
1372
1372
|
private?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -1390,12 +1390,12 @@ export declare const toPackageManifestPayload: {
|
|
|
1390
1390
|
readonly __hex: true;
|
|
1391
1391
|
} & {
|
|
1392
1392
|
readonly __address: true;
|
|
1393
|
-
}) | import("@xyo-network/address").
|
|
1393
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1394
1394
|
children?: Record<(Lowercase<string> & {
|
|
1395
1395
|
readonly __hex: true;
|
|
1396
1396
|
} & {
|
|
1397
1397
|
readonly __address: true;
|
|
1398
|
-
}) | import("@xyo-network/address").
|
|
1398
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1399
1399
|
} | undefined;
|
|
1400
1400
|
})[] | undefined;
|
|
1401
1401
|
public?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -1419,12 +1419,12 @@ export declare const toPackageManifestPayload: {
|
|
|
1419
1419
|
readonly __hex: true;
|
|
1420
1420
|
} & {
|
|
1421
1421
|
readonly __address: true;
|
|
1422
|
-
}) | import("@xyo-network/address").
|
|
1422
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1423
1423
|
children?: Record<(Lowercase<string> & {
|
|
1424
1424
|
readonly __hex: true;
|
|
1425
1425
|
} & {
|
|
1426
1426
|
readonly __address: true;
|
|
1427
|
-
}) | import("@xyo-network/address").
|
|
1427
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1428
1428
|
} | undefined;
|
|
1429
1429
|
})[] | undefined;
|
|
1430
1430
|
} | undefined;
|
|
@@ -1455,12 +1455,12 @@ export declare const toPackageManifestPayload: {
|
|
|
1455
1455
|
readonly __hex: true;
|
|
1456
1456
|
} & {
|
|
1457
1457
|
readonly __address: true;
|
|
1458
|
-
}) | import("@xyo-network/address").
|
|
1458
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1459
1459
|
children?: Record<(Lowercase<string> & {
|
|
1460
1460
|
readonly __hex: true;
|
|
1461
1461
|
} & {
|
|
1462
1462
|
readonly __address: true;
|
|
1463
|
-
}) | import("@xyo-network/address").
|
|
1463
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1464
1464
|
} | undefined;
|
|
1465
1465
|
}> | undefined;
|
|
1466
1466
|
}) | undefined;
|
|
@@ -1484,12 +1484,12 @@ export declare const toPackageManifestPayload: {
|
|
|
1484
1484
|
readonly __hex: true;
|
|
1485
1485
|
} & {
|
|
1486
1486
|
readonly __address: true;
|
|
1487
|
-
}) | import("@xyo-network/address").
|
|
1487
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1488
1488
|
children?: Record<(Lowercase<string> & {
|
|
1489
1489
|
readonly __hex: true;
|
|
1490
1490
|
} & {
|
|
1491
1491
|
readonly __address: true;
|
|
1492
|
-
}) | import("@xyo-network/address").
|
|
1492
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1493
1493
|
} | undefined;
|
|
1494
1494
|
modules?: {
|
|
1495
1495
|
private?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -1513,12 +1513,12 @@ export declare const toPackageManifestPayload: {
|
|
|
1513
1513
|
readonly __hex: true;
|
|
1514
1514
|
} & {
|
|
1515
1515
|
readonly __address: true;
|
|
1516
|
-
}) | import("@xyo-network/address").
|
|
1516
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1517
1517
|
children?: Record<(Lowercase<string> & {
|
|
1518
1518
|
readonly __hex: true;
|
|
1519
1519
|
} & {
|
|
1520
1520
|
readonly __address: true;
|
|
1521
|
-
}) | import("@xyo-network/address").
|
|
1521
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1522
1522
|
} | undefined;
|
|
1523
1523
|
})[] | undefined;
|
|
1524
1524
|
public?: (import("@xylabs/sdk-js").Brand<string, {
|
|
@@ -1542,12 +1542,12 @@ export declare const toPackageManifestPayload: {
|
|
|
1542
1542
|
readonly __hex: true;
|
|
1543
1543
|
} & {
|
|
1544
1544
|
readonly __address: true;
|
|
1545
|
-
}) | import("@xyo-network/address").
|
|
1545
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1546
1546
|
children?: Record<(Lowercase<string> & {
|
|
1547
1547
|
readonly __hex: true;
|
|
1548
1548
|
} & {
|
|
1549
1549
|
readonly __address: true;
|
|
1550
|
-
}) | import("@xyo-network/address").
|
|
1550
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1551
1551
|
} | undefined;
|
|
1552
1552
|
})[] | undefined;
|
|
1553
1553
|
} | undefined;
|
|
@@ -1578,12 +1578,12 @@ export declare const toPackageManifestPayload: {
|
|
|
1578
1578
|
readonly __hex: true;
|
|
1579
1579
|
} & {
|
|
1580
1580
|
readonly __address: true;
|
|
1581
|
-
}) | import("@xyo-network/address").
|
|
1581
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1582
1582
|
children?: Record<(Lowercase<string> & {
|
|
1583
1583
|
readonly __hex: true;
|
|
1584
1584
|
} & {
|
|
1585
1585
|
readonly __address: true;
|
|
1586
|
-
}) | import("@xyo-network/address").
|
|
1586
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1587
1587
|
} | undefined;
|
|
1588
1588
|
}> | undefined;
|
|
1589
1589
|
};
|