@xyo-network/manifest-model 6.0.6 → 6.0.8
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 +8 -6
|
@@ -112,20 +112,20 @@ export declare const ModuleManifestStatusZod: z.ZodMiniObject<{
|
|
|
112
112
|
readonly __hex: true;
|
|
113
113
|
} & {
|
|
114
114
|
readonly __address: true;
|
|
115
|
-
}) | import("@xyo-network/address").
|
|
115
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
116
116
|
readonly __hex: true;
|
|
117
117
|
} & {
|
|
118
118
|
readonly __address: true;
|
|
119
|
-
}) | import("@xyo-network/address").
|
|
119
|
+
}) | import("@xyo-network/address").XyoQuantAddress>;
|
|
120
120
|
children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
|
|
121
121
|
readonly __hex: true;
|
|
122
122
|
} & {
|
|
123
123
|
readonly __address: true;
|
|
124
|
-
}) | import("@xyo-network/address").
|
|
124
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
125
125
|
readonly __hex: true;
|
|
126
126
|
} & {
|
|
127
127
|
readonly __address: true;
|
|
128
|
-
}) | import("@xyo-network/address").
|
|
128
|
+
}) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
|
|
129
129
|
}, z.core.$strip>;
|
|
130
130
|
export declare const ModuleManifestZod: z.ZodMiniObject<{
|
|
131
131
|
$schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -145,20 +145,20 @@ export declare const ModuleManifestZod: z.ZodMiniObject<{
|
|
|
145
145
|
readonly __hex: true;
|
|
146
146
|
} & {
|
|
147
147
|
readonly __address: true;
|
|
148
|
-
}) | import("@xyo-network/address").
|
|
148
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
149
149
|
readonly __hex: true;
|
|
150
150
|
} & {
|
|
151
151
|
readonly __address: true;
|
|
152
|
-
}) | import("@xyo-network/address").
|
|
152
|
+
}) | import("@xyo-network/address").XyoQuantAddress>;
|
|
153
153
|
children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
|
|
154
154
|
readonly __hex: true;
|
|
155
155
|
} & {
|
|
156
156
|
readonly __address: true;
|
|
157
|
-
}) | import("@xyo-network/address").
|
|
157
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
158
158
|
readonly __hex: true;
|
|
159
159
|
} & {
|
|
160
160
|
readonly __address: true;
|
|
161
|
-
}) | import("@xyo-network/address").
|
|
161
|
+
}) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
|
|
162
162
|
}, z.core.$strip>>;
|
|
163
163
|
}, z.core.$strip>;
|
|
164
164
|
export type ModuleManifest = z.infer<typeof ModuleManifestZod>;
|
|
@@ -181,12 +181,12 @@ export declare const isModuleManifest: <T>(value: T) => value is T & {
|
|
|
181
181
|
readonly __hex: true;
|
|
182
182
|
} & {
|
|
183
183
|
readonly __address: true;
|
|
184
|
-
}) | import("@xyo-network/address").
|
|
184
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
185
185
|
children?: Record<(Lowercase<string> & {
|
|
186
186
|
readonly __hex: true;
|
|
187
187
|
} & {
|
|
188
188
|
readonly __address: true;
|
|
189
|
-
}) | import("@xyo-network/address").
|
|
189
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
190
190
|
} | undefined;
|
|
191
191
|
};
|
|
192
192
|
export declare const asModuleManifest: {
|
|
@@ -209,12 +209,12 @@ export declare const asModuleManifest: {
|
|
|
209
209
|
readonly __hex: true;
|
|
210
210
|
} & {
|
|
211
211
|
readonly __address: true;
|
|
212
|
-
}) | import("@xyo-network/address").
|
|
212
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
213
213
|
children?: Record<(Lowercase<string> & {
|
|
214
214
|
readonly __hex: true;
|
|
215
215
|
} & {
|
|
216
216
|
readonly __address: true;
|
|
217
|
-
}) | import("@xyo-network/address").
|
|
217
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
218
218
|
} | undefined;
|
|
219
219
|
}) | undefined;
|
|
220
220
|
<T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & {
|
|
@@ -236,12 +236,12 @@ export declare const asModuleManifest: {
|
|
|
236
236
|
readonly __hex: true;
|
|
237
237
|
} & {
|
|
238
238
|
readonly __address: true;
|
|
239
|
-
}) | import("@xyo-network/address").
|
|
239
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
240
240
|
children?: Record<(Lowercase<string> & {
|
|
241
241
|
readonly __hex: true;
|
|
242
242
|
} & {
|
|
243
243
|
readonly __address: true;
|
|
244
|
-
}) | import("@xyo-network/address").
|
|
244
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
245
245
|
} | undefined;
|
|
246
246
|
};
|
|
247
247
|
};
|
|
@@ -265,12 +265,12 @@ export declare const toModuleManifest: {
|
|
|
265
265
|
readonly __hex: true;
|
|
266
266
|
} & {
|
|
267
267
|
readonly __address: true;
|
|
268
|
-
}) | import("@xyo-network/address").
|
|
268
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
269
269
|
children?: Record<(Lowercase<string> & {
|
|
270
270
|
readonly __hex: true;
|
|
271
271
|
} & {
|
|
272
272
|
readonly __address: true;
|
|
273
|
-
}) | import("@xyo-network/address").
|
|
273
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
274
274
|
} | undefined;
|
|
275
275
|
}) | undefined;
|
|
276
276
|
<T>(value: T, assert: import("@xylabs/sdk-js").ZodFactoryConfig): T & {
|
|
@@ -292,12 +292,12 @@ export declare const toModuleManifest: {
|
|
|
292
292
|
readonly __hex: true;
|
|
293
293
|
} & {
|
|
294
294
|
readonly __address: true;
|
|
295
|
-
}) | import("@xyo-network/address").
|
|
295
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
296
296
|
children?: Record<(Lowercase<string> & {
|
|
297
297
|
readonly __hex: true;
|
|
298
298
|
} & {
|
|
299
299
|
readonly __address: true;
|
|
300
|
-
}) | import("@xyo-network/address").
|
|
300
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
301
301
|
} | undefined;
|
|
302
302
|
};
|
|
303
303
|
};
|
|
@@ -319,20 +319,20 @@ export declare const ModuleManifestReferenceZod: z.ZodMiniUnion<readonly [z.ZodM
|
|
|
319
319
|
readonly __hex: true;
|
|
320
320
|
} & {
|
|
321
321
|
readonly __address: true;
|
|
322
|
-
}) | import("@xyo-network/address").
|
|
322
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
323
323
|
readonly __hex: true;
|
|
324
324
|
} & {
|
|
325
325
|
readonly __address: true;
|
|
326
|
-
}) | import("@xyo-network/address").
|
|
326
|
+
}) | import("@xyo-network/address").XyoQuantAddress>;
|
|
327
327
|
children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
|
|
328
328
|
readonly __hex: true;
|
|
329
329
|
} & {
|
|
330
330
|
readonly __address: true;
|
|
331
|
-
}) | import("@xyo-network/address").
|
|
331
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
332
332
|
readonly __hex: true;
|
|
333
333
|
} & {
|
|
334
334
|
readonly __address: true;
|
|
335
|
-
}) | import("@xyo-network/address").
|
|
335
|
+
}) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
|
|
336
336
|
}, z.core.$strip>>;
|
|
337
337
|
}, z.core.$strip>, z.core.$ZodType<Brand<string, {
|
|
338
338
|
__moduleAlias: true;
|
|
@@ -361,20 +361,20 @@ export declare const NodeManifestZod: z.ZodMiniObject<{
|
|
|
361
361
|
readonly __hex: true;
|
|
362
362
|
} & {
|
|
363
363
|
readonly __address: true;
|
|
364
|
-
}) | import("@xyo-network/address").
|
|
364
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
365
365
|
readonly __hex: true;
|
|
366
366
|
} & {
|
|
367
367
|
readonly __address: true;
|
|
368
|
-
}) | import("@xyo-network/address").
|
|
368
|
+
}) | import("@xyo-network/address").XyoQuantAddress>;
|
|
369
369
|
children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
|
|
370
370
|
readonly __hex: true;
|
|
371
371
|
} & {
|
|
372
372
|
readonly __address: true;
|
|
373
|
-
}) | import("@xyo-network/address").
|
|
373
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
374
374
|
readonly __hex: true;
|
|
375
375
|
} & {
|
|
376
376
|
readonly __address: true;
|
|
377
|
-
}) | import("@xyo-network/address").
|
|
377
|
+
}) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
|
|
378
378
|
}, z.core.$strip>>;
|
|
379
379
|
modules: z.ZodMiniOptional<z.ZodMiniObject<{
|
|
380
380
|
private: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
@@ -395,20 +395,20 @@ export declare const NodeManifestZod: z.ZodMiniObject<{
|
|
|
395
395
|
readonly __hex: true;
|
|
396
396
|
} & {
|
|
397
397
|
readonly __address: true;
|
|
398
|
-
}) | import("@xyo-network/address").
|
|
398
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
399
399
|
readonly __hex: true;
|
|
400
400
|
} & {
|
|
401
401
|
readonly __address: true;
|
|
402
|
-
}) | import("@xyo-network/address").
|
|
402
|
+
}) | import("@xyo-network/address").XyoQuantAddress>;
|
|
403
403
|
children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
|
|
404
404
|
readonly __hex: true;
|
|
405
405
|
} & {
|
|
406
406
|
readonly __address: true;
|
|
407
|
-
}) | import("@xyo-network/address").
|
|
407
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
408
408
|
readonly __hex: true;
|
|
409
409
|
} & {
|
|
410
410
|
readonly __address: true;
|
|
411
|
-
}) | import("@xyo-network/address").
|
|
411
|
+
}) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
|
|
412
412
|
}, z.core.$strip>>;
|
|
413
413
|
}, z.core.$strip>, z.core.$ZodType<Brand<string, {
|
|
414
414
|
__moduleAlias: true;
|
|
@@ -437,20 +437,20 @@ export declare const NodeManifestZod: z.ZodMiniObject<{
|
|
|
437
437
|
readonly __hex: true;
|
|
438
438
|
} & {
|
|
439
439
|
readonly __address: true;
|
|
440
|
-
}) | import("@xyo-network/address").
|
|
440
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (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>;
|
|
445
445
|
children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
|
|
446
446
|
readonly __hex: true;
|
|
447
447
|
} & {
|
|
448
448
|
readonly __address: true;
|
|
449
|
-
}) | import("@xyo-network/address").
|
|
449
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
450
450
|
readonly __hex: true;
|
|
451
451
|
} & {
|
|
452
452
|
readonly __address: true;
|
|
453
|
-
}) | import("@xyo-network/address").
|
|
453
|
+
}) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
|
|
454
454
|
}, z.core.$strip>>;
|
|
455
455
|
}, z.core.$strip>, z.core.$ZodType<Brand<string, {
|
|
456
456
|
__moduleAlias: true;
|
|
@@ -483,12 +483,12 @@ export declare const isNodeManifest: <T>(value: T) => value is T & {
|
|
|
483
483
|
readonly __hex: true;
|
|
484
484
|
} & {
|
|
485
485
|
readonly __address: true;
|
|
486
|
-
}) | import("@xyo-network/address").
|
|
486
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
487
487
|
children?: Record<(Lowercase<string> & {
|
|
488
488
|
readonly __hex: true;
|
|
489
489
|
} & {
|
|
490
490
|
readonly __address: true;
|
|
491
|
-
}) | import("@xyo-network/address").
|
|
491
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
492
492
|
} | undefined;
|
|
493
493
|
modules?: {
|
|
494
494
|
private?: (Brand<string, {
|
|
@@ -512,12 +512,12 @@ export declare const isNodeManifest: <T>(value: T) => value is T & {
|
|
|
512
512
|
readonly __hex: true;
|
|
513
513
|
} & {
|
|
514
514
|
readonly __address: true;
|
|
515
|
-
}) | import("@xyo-network/address").
|
|
515
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
516
516
|
children?: Record<(Lowercase<string> & {
|
|
517
517
|
readonly __hex: true;
|
|
518
518
|
} & {
|
|
519
519
|
readonly __address: true;
|
|
520
|
-
}) | import("@xyo-network/address").
|
|
520
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
521
521
|
} | undefined;
|
|
522
522
|
})[] | undefined;
|
|
523
523
|
public?: (Brand<string, {
|
|
@@ -541,12 +541,12 @@ export declare const isNodeManifest: <T>(value: T) => value is T & {
|
|
|
541
541
|
readonly __hex: true;
|
|
542
542
|
} & {
|
|
543
543
|
readonly __address: true;
|
|
544
|
-
}) | import("@xyo-network/address").
|
|
544
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
545
545
|
children?: Record<(Lowercase<string> & {
|
|
546
546
|
readonly __hex: true;
|
|
547
547
|
} & {
|
|
548
548
|
readonly __address: true;
|
|
549
|
-
}) | import("@xyo-network/address").
|
|
549
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
550
550
|
} | undefined;
|
|
551
551
|
})[] | undefined;
|
|
552
552
|
} | undefined;
|
|
@@ -571,12 +571,12 @@ export declare const asNodeManifest: {
|
|
|
571
571
|
readonly __hex: true;
|
|
572
572
|
} & {
|
|
573
573
|
readonly __address: true;
|
|
574
|
-
}) | import("@xyo-network/address").
|
|
574
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
575
575
|
children?: Record<(Lowercase<string> & {
|
|
576
576
|
readonly __hex: true;
|
|
577
577
|
} & {
|
|
578
578
|
readonly __address: true;
|
|
579
|
-
}) | import("@xyo-network/address").
|
|
579
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
580
580
|
} | undefined;
|
|
581
581
|
modules?: {
|
|
582
582
|
private?: (Brand<string, {
|
|
@@ -600,12 +600,12 @@ export declare const asNodeManifest: {
|
|
|
600
600
|
readonly __hex: true;
|
|
601
601
|
} & {
|
|
602
602
|
readonly __address: true;
|
|
603
|
-
}) | import("@xyo-network/address").
|
|
603
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
604
604
|
children?: Record<(Lowercase<string> & {
|
|
605
605
|
readonly __hex: true;
|
|
606
606
|
} & {
|
|
607
607
|
readonly __address: true;
|
|
608
|
-
}) | import("@xyo-network/address").
|
|
608
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
609
609
|
} | undefined;
|
|
610
610
|
})[] | undefined;
|
|
611
611
|
public?: (Brand<string, {
|
|
@@ -629,12 +629,12 @@ export declare const asNodeManifest: {
|
|
|
629
629
|
readonly __hex: true;
|
|
630
630
|
} & {
|
|
631
631
|
readonly __address: true;
|
|
632
|
-
}) | import("@xyo-network/address").
|
|
632
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
633
633
|
children?: Record<(Lowercase<string> & {
|
|
634
634
|
readonly __hex: true;
|
|
635
635
|
} & {
|
|
636
636
|
readonly __address: true;
|
|
637
|
-
}) | import("@xyo-network/address").
|
|
637
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
638
638
|
} | undefined;
|
|
639
639
|
})[] | undefined;
|
|
640
640
|
} | undefined;
|
|
@@ -658,12 +658,12 @@ export declare const asNodeManifest: {
|
|
|
658
658
|
readonly __hex: true;
|
|
659
659
|
} & {
|
|
660
660
|
readonly __address: true;
|
|
661
|
-
}) | import("@xyo-network/address").
|
|
661
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
662
662
|
children?: Record<(Lowercase<string> & {
|
|
663
663
|
readonly __hex: true;
|
|
664
664
|
} & {
|
|
665
665
|
readonly __address: true;
|
|
666
|
-
}) | import("@xyo-network/address").
|
|
666
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
667
667
|
} | undefined;
|
|
668
668
|
modules?: {
|
|
669
669
|
private?: (Brand<string, {
|
|
@@ -687,12 +687,12 @@ export declare const asNodeManifest: {
|
|
|
687
687
|
readonly __hex: true;
|
|
688
688
|
} & {
|
|
689
689
|
readonly __address: true;
|
|
690
|
-
}) | import("@xyo-network/address").
|
|
690
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
691
691
|
children?: Record<(Lowercase<string> & {
|
|
692
692
|
readonly __hex: true;
|
|
693
693
|
} & {
|
|
694
694
|
readonly __address: true;
|
|
695
|
-
}) | import("@xyo-network/address").
|
|
695
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
696
696
|
} | undefined;
|
|
697
697
|
})[] | undefined;
|
|
698
698
|
public?: (Brand<string, {
|
|
@@ -716,12 +716,12 @@ export declare const asNodeManifest: {
|
|
|
716
716
|
readonly __hex: true;
|
|
717
717
|
} & {
|
|
718
718
|
readonly __address: true;
|
|
719
|
-
}) | import("@xyo-network/address").
|
|
719
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
720
720
|
children?: Record<(Lowercase<string> & {
|
|
721
721
|
readonly __hex: true;
|
|
722
722
|
} & {
|
|
723
723
|
readonly __address: true;
|
|
724
|
-
}) | import("@xyo-network/address").
|
|
724
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
725
725
|
} | undefined;
|
|
726
726
|
})[] | undefined;
|
|
727
727
|
} | undefined;
|
|
@@ -747,12 +747,12 @@ export declare const toNodeManifest: {
|
|
|
747
747
|
readonly __hex: true;
|
|
748
748
|
} & {
|
|
749
749
|
readonly __address: true;
|
|
750
|
-
}) | import("@xyo-network/address").
|
|
750
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
751
751
|
children?: Record<(Lowercase<string> & {
|
|
752
752
|
readonly __hex: true;
|
|
753
753
|
} & {
|
|
754
754
|
readonly __address: true;
|
|
755
|
-
}) | import("@xyo-network/address").
|
|
755
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
756
756
|
} | undefined;
|
|
757
757
|
modules?: {
|
|
758
758
|
private?: (Brand<string, {
|
|
@@ -776,12 +776,12 @@ export declare const toNodeManifest: {
|
|
|
776
776
|
readonly __hex: true;
|
|
777
777
|
} & {
|
|
778
778
|
readonly __address: true;
|
|
779
|
-
}) | import("@xyo-network/address").
|
|
779
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
780
780
|
children?: Record<(Lowercase<string> & {
|
|
781
781
|
readonly __hex: true;
|
|
782
782
|
} & {
|
|
783
783
|
readonly __address: true;
|
|
784
|
-
}) | import("@xyo-network/address").
|
|
784
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
785
785
|
} | undefined;
|
|
786
786
|
})[] | undefined;
|
|
787
787
|
public?: (Brand<string, {
|
|
@@ -805,12 +805,12 @@ export declare const toNodeManifest: {
|
|
|
805
805
|
readonly __hex: true;
|
|
806
806
|
} & {
|
|
807
807
|
readonly __address: true;
|
|
808
|
-
}) | import("@xyo-network/address").
|
|
808
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
809
809
|
children?: Record<(Lowercase<string> & {
|
|
810
810
|
readonly __hex: true;
|
|
811
811
|
} & {
|
|
812
812
|
readonly __address: true;
|
|
813
|
-
}) | import("@xyo-network/address").
|
|
813
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
814
814
|
} | undefined;
|
|
815
815
|
})[] | undefined;
|
|
816
816
|
} | undefined;
|
|
@@ -834,12 +834,12 @@ export declare const toNodeManifest: {
|
|
|
834
834
|
readonly __hex: true;
|
|
835
835
|
} & {
|
|
836
836
|
readonly __address: true;
|
|
837
|
-
}) | import("@xyo-network/address").
|
|
837
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
838
838
|
children?: Record<(Lowercase<string> & {
|
|
839
839
|
readonly __hex: true;
|
|
840
840
|
} & {
|
|
841
841
|
readonly __address: true;
|
|
842
|
-
}) | import("@xyo-network/address").
|
|
842
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
843
843
|
} | undefined;
|
|
844
844
|
modules?: {
|
|
845
845
|
private?: (Brand<string, {
|
|
@@ -863,12 +863,12 @@ export declare const toNodeManifest: {
|
|
|
863
863
|
readonly __hex: true;
|
|
864
864
|
} & {
|
|
865
865
|
readonly __address: true;
|
|
866
|
-
}) | import("@xyo-network/address").
|
|
866
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
867
867
|
children?: Record<(Lowercase<string> & {
|
|
868
868
|
readonly __hex: true;
|
|
869
869
|
} & {
|
|
870
870
|
readonly __address: true;
|
|
871
|
-
}) | import("@xyo-network/address").
|
|
871
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
872
872
|
} | undefined;
|
|
873
873
|
})[] | undefined;
|
|
874
874
|
public?: (Brand<string, {
|
|
@@ -892,12 +892,12 @@ export declare const toNodeManifest: {
|
|
|
892
892
|
readonly __hex: true;
|
|
893
893
|
} & {
|
|
894
894
|
readonly __address: true;
|
|
895
|
-
}) | import("@xyo-network/address").
|
|
895
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
896
896
|
children?: Record<(Lowercase<string> & {
|
|
897
897
|
readonly __hex: true;
|
|
898
898
|
} & {
|
|
899
899
|
readonly __address: true;
|
|
900
|
-
}) | import("@xyo-network/address").
|
|
900
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
901
901
|
} | undefined;
|
|
902
902
|
})[] | undefined;
|
|
903
903
|
} | undefined;
|
|
@@ -932,20 +932,20 @@ export declare const PackageManifestZod: z.ZodMiniObject<{
|
|
|
932
932
|
readonly __hex: true;
|
|
933
933
|
} & {
|
|
934
934
|
readonly __address: true;
|
|
935
|
-
}) | import("@xyo-network/address").
|
|
935
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
936
936
|
readonly __hex: true;
|
|
937
937
|
} & {
|
|
938
938
|
readonly __address: true;
|
|
939
|
-
}) | import("@xyo-network/address").
|
|
939
|
+
}) | import("@xyo-network/address").XyoQuantAddress>;
|
|
940
940
|
children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
|
|
941
941
|
readonly __hex: true;
|
|
942
942
|
} & {
|
|
943
943
|
readonly __address: true;
|
|
944
|
-
}) | import("@xyo-network/address").
|
|
944
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
945
945
|
readonly __hex: true;
|
|
946
946
|
} & {
|
|
947
947
|
readonly __address: true;
|
|
948
|
-
}) | import("@xyo-network/address").
|
|
948
|
+
}) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
|
|
949
949
|
}, z.core.$strip>>;
|
|
950
950
|
}, z.core.$strip>>>;
|
|
951
951
|
nodes: z.ZodMiniArray<z.ZodMiniObject<{
|
|
@@ -966,20 +966,20 @@ export declare const PackageManifestZod: z.ZodMiniObject<{
|
|
|
966
966
|
readonly __hex: true;
|
|
967
967
|
} & {
|
|
968
968
|
readonly __address: true;
|
|
969
|
-
}) | import("@xyo-network/address").
|
|
969
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
970
970
|
readonly __hex: true;
|
|
971
971
|
} & {
|
|
972
972
|
readonly __address: true;
|
|
973
|
-
}) | import("@xyo-network/address").
|
|
973
|
+
}) | import("@xyo-network/address").XyoQuantAddress>;
|
|
974
974
|
children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
|
|
975
975
|
readonly __hex: true;
|
|
976
976
|
} & {
|
|
977
977
|
readonly __address: true;
|
|
978
|
-
}) | import("@xyo-network/address").
|
|
978
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
979
979
|
readonly __hex: true;
|
|
980
980
|
} & {
|
|
981
981
|
readonly __address: true;
|
|
982
|
-
}) | import("@xyo-network/address").
|
|
982
|
+
}) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
|
|
983
983
|
}, z.core.$strip>>;
|
|
984
984
|
modules: z.ZodMiniOptional<z.ZodMiniObject<{
|
|
985
985
|
private: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
@@ -1000,20 +1000,20 @@ export declare const PackageManifestZod: z.ZodMiniObject<{
|
|
|
1000
1000
|
readonly __hex: true;
|
|
1001
1001
|
} & {
|
|
1002
1002
|
readonly __address: true;
|
|
1003
|
-
}) | import("@xyo-network/address").
|
|
1003
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
1004
1004
|
readonly __hex: true;
|
|
1005
1005
|
} & {
|
|
1006
1006
|
readonly __address: true;
|
|
1007
|
-
}) | import("@xyo-network/address").
|
|
1007
|
+
}) | import("@xyo-network/address").XyoQuantAddress>;
|
|
1008
1008
|
children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
|
|
1009
1009
|
readonly __hex: true;
|
|
1010
1010
|
} & {
|
|
1011
1011
|
readonly __address: true;
|
|
1012
|
-
}) | import("@xyo-network/address").
|
|
1012
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
1013
1013
|
readonly __hex: true;
|
|
1014
1014
|
} & {
|
|
1015
1015
|
readonly __address: true;
|
|
1016
|
-
}) | import("@xyo-network/address").
|
|
1016
|
+
}) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
|
|
1017
1017
|
}, z.core.$strip>>;
|
|
1018
1018
|
}, z.core.$strip>, z.core.$ZodType<Brand<string, {
|
|
1019
1019
|
__moduleAlias: true;
|
|
@@ -1042,20 +1042,20 @@ export declare const PackageManifestZod: z.ZodMiniObject<{
|
|
|
1042
1042
|
readonly __hex: true;
|
|
1043
1043
|
} & {
|
|
1044
1044
|
readonly __address: true;
|
|
1045
|
-
}) | import("@xyo-network/address").
|
|
1045
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
1046
1046
|
readonly __hex: true;
|
|
1047
1047
|
} & {
|
|
1048
1048
|
readonly __address: true;
|
|
1049
|
-
}) | import("@xyo-network/address").
|
|
1049
|
+
}) | import("@xyo-network/address").XyoQuantAddress>;
|
|
1050
1050
|
children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
|
|
1051
1051
|
readonly __hex: true;
|
|
1052
1052
|
} & {
|
|
1053
1053
|
readonly __address: true;
|
|
1054
|
-
}) | import("@xyo-network/address").
|
|
1054
|
+
}) | import("@xyo-network/address").XyoQuantAddress, (Lowercase<string> & {
|
|
1055
1055
|
readonly __hex: true;
|
|
1056
1056
|
} & {
|
|
1057
1057
|
readonly __address: true;
|
|
1058
|
-
}) | import("@xyo-network/address").
|
|
1058
|
+
}) | import("@xyo-network/address").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
|
|
1059
1059
|
}, z.core.$strip>>;
|
|
1060
1060
|
}, z.core.$strip>, z.core.$ZodType<Brand<string, {
|
|
1061
1061
|
__moduleAlias: true;
|
|
@@ -1090,12 +1090,12 @@ export declare const isPackageManifest: <T>(value: T) => value is T & {
|
|
|
1090
1090
|
readonly __hex: true;
|
|
1091
1091
|
} & {
|
|
1092
1092
|
readonly __address: true;
|
|
1093
|
-
}) | import("@xyo-network/address").
|
|
1093
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1094
1094
|
children?: Record<(Lowercase<string> & {
|
|
1095
1095
|
readonly __hex: true;
|
|
1096
1096
|
} & {
|
|
1097
1097
|
readonly __address: true;
|
|
1098
|
-
}) | import("@xyo-network/address").
|
|
1098
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1099
1099
|
} | undefined;
|
|
1100
1100
|
modules?: {
|
|
1101
1101
|
private?: (Brand<string, {
|
|
@@ -1119,12 +1119,12 @@ export declare const isPackageManifest: <T>(value: T) => value is T & {
|
|
|
1119
1119
|
readonly __hex: true;
|
|
1120
1120
|
} & {
|
|
1121
1121
|
readonly __address: true;
|
|
1122
|
-
}) | import("@xyo-network/address").
|
|
1122
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1123
1123
|
children?: Record<(Lowercase<string> & {
|
|
1124
1124
|
readonly __hex: true;
|
|
1125
1125
|
} & {
|
|
1126
1126
|
readonly __address: true;
|
|
1127
|
-
}) | import("@xyo-network/address").
|
|
1127
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1128
1128
|
} | undefined;
|
|
1129
1129
|
})[] | undefined;
|
|
1130
1130
|
public?: (Brand<string, {
|
|
@@ -1148,12 +1148,12 @@ export declare const isPackageManifest: <T>(value: T) => value is T & {
|
|
|
1148
1148
|
readonly __hex: true;
|
|
1149
1149
|
} & {
|
|
1150
1150
|
readonly __address: true;
|
|
1151
|
-
}) | import("@xyo-network/address").
|
|
1151
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1152
1152
|
children?: Record<(Lowercase<string> & {
|
|
1153
1153
|
readonly __hex: true;
|
|
1154
1154
|
} & {
|
|
1155
1155
|
readonly __address: true;
|
|
1156
|
-
}) | import("@xyo-network/address").
|
|
1156
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1157
1157
|
} | undefined;
|
|
1158
1158
|
})[] | undefined;
|
|
1159
1159
|
} | undefined;
|
|
@@ -1181,12 +1181,12 @@ export declare const isPackageManifest: <T>(value: T) => value is T & {
|
|
|
1181
1181
|
readonly __hex: true;
|
|
1182
1182
|
} & {
|
|
1183
1183
|
readonly __address: true;
|
|
1184
|
-
}) | import("@xyo-network/address").
|
|
1184
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1185
1185
|
children?: Record<(Lowercase<string> & {
|
|
1186
1186
|
readonly __hex: true;
|
|
1187
1187
|
} & {
|
|
1188
1188
|
readonly __address: true;
|
|
1189
|
-
}) | import("@xyo-network/address").
|
|
1189
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1190
1190
|
} | undefined;
|
|
1191
1191
|
}> | undefined;
|
|
1192
1192
|
};
|
|
@@ -1211,12 +1211,12 @@ export declare const asPackageManifest: {
|
|
|
1211
1211
|
readonly __hex: true;
|
|
1212
1212
|
} & {
|
|
1213
1213
|
readonly __address: true;
|
|
1214
|
-
}) | import("@xyo-network/address").
|
|
1214
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1215
1215
|
children?: Record<(Lowercase<string> & {
|
|
1216
1216
|
readonly __hex: true;
|
|
1217
1217
|
} & {
|
|
1218
1218
|
readonly __address: true;
|
|
1219
|
-
}) | import("@xyo-network/address").
|
|
1219
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1220
1220
|
} | undefined;
|
|
1221
1221
|
modules?: {
|
|
1222
1222
|
private?: (Brand<string, {
|
|
@@ -1240,12 +1240,12 @@ export declare const asPackageManifest: {
|
|
|
1240
1240
|
readonly __hex: true;
|
|
1241
1241
|
} & {
|
|
1242
1242
|
readonly __address: true;
|
|
1243
|
-
}) | import("@xyo-network/address").
|
|
1243
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1244
1244
|
children?: Record<(Lowercase<string> & {
|
|
1245
1245
|
readonly __hex: true;
|
|
1246
1246
|
} & {
|
|
1247
1247
|
readonly __address: true;
|
|
1248
|
-
}) | import("@xyo-network/address").
|
|
1248
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1249
1249
|
} | undefined;
|
|
1250
1250
|
})[] | undefined;
|
|
1251
1251
|
public?: (Brand<string, {
|
|
@@ -1269,12 +1269,12 @@ export declare const asPackageManifest: {
|
|
|
1269
1269
|
readonly __hex: true;
|
|
1270
1270
|
} & {
|
|
1271
1271
|
readonly __address: true;
|
|
1272
|
-
}) | import("@xyo-network/address").
|
|
1272
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1273
1273
|
children?: Record<(Lowercase<string> & {
|
|
1274
1274
|
readonly __hex: true;
|
|
1275
1275
|
} & {
|
|
1276
1276
|
readonly __address: true;
|
|
1277
|
-
}) | import("@xyo-network/address").
|
|
1277
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1278
1278
|
} | undefined;
|
|
1279
1279
|
})[] | undefined;
|
|
1280
1280
|
} | undefined;
|
|
@@ -1302,12 +1302,12 @@ export declare const asPackageManifest: {
|
|
|
1302
1302
|
readonly __hex: true;
|
|
1303
1303
|
} & {
|
|
1304
1304
|
readonly __address: true;
|
|
1305
|
-
}) | import("@xyo-network/address").
|
|
1305
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1306
1306
|
children?: Record<(Lowercase<string> & {
|
|
1307
1307
|
readonly __hex: true;
|
|
1308
1308
|
} & {
|
|
1309
1309
|
readonly __address: true;
|
|
1310
|
-
}) | import("@xyo-network/address").
|
|
1310
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1311
1311
|
} | undefined;
|
|
1312
1312
|
}> | undefined;
|
|
1313
1313
|
}) | undefined;
|
|
@@ -1331,12 +1331,12 @@ export declare const asPackageManifest: {
|
|
|
1331
1331
|
readonly __hex: true;
|
|
1332
1332
|
} & {
|
|
1333
1333
|
readonly __address: true;
|
|
1334
|
-
}) | import("@xyo-network/address").
|
|
1334
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1335
1335
|
children?: Record<(Lowercase<string> & {
|
|
1336
1336
|
readonly __hex: true;
|
|
1337
1337
|
} & {
|
|
1338
1338
|
readonly __address: true;
|
|
1339
|
-
}) | import("@xyo-network/address").
|
|
1339
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1340
1340
|
} | undefined;
|
|
1341
1341
|
modules?: {
|
|
1342
1342
|
private?: (Brand<string, {
|
|
@@ -1360,12 +1360,12 @@ export declare const asPackageManifest: {
|
|
|
1360
1360
|
readonly __hex: true;
|
|
1361
1361
|
} & {
|
|
1362
1362
|
readonly __address: true;
|
|
1363
|
-
}) | import("@xyo-network/address").
|
|
1363
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1364
1364
|
children?: Record<(Lowercase<string> & {
|
|
1365
1365
|
readonly __hex: true;
|
|
1366
1366
|
} & {
|
|
1367
1367
|
readonly __address: true;
|
|
1368
|
-
}) | import("@xyo-network/address").
|
|
1368
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1369
1369
|
} | undefined;
|
|
1370
1370
|
})[] | undefined;
|
|
1371
1371
|
public?: (Brand<string, {
|
|
@@ -1389,12 +1389,12 @@ export declare const asPackageManifest: {
|
|
|
1389
1389
|
readonly __hex: true;
|
|
1390
1390
|
} & {
|
|
1391
1391
|
readonly __address: true;
|
|
1392
|
-
}) | import("@xyo-network/address").
|
|
1392
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1393
1393
|
children?: Record<(Lowercase<string> & {
|
|
1394
1394
|
readonly __hex: true;
|
|
1395
1395
|
} & {
|
|
1396
1396
|
readonly __address: true;
|
|
1397
|
-
}) | import("@xyo-network/address").
|
|
1397
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1398
1398
|
} | undefined;
|
|
1399
1399
|
})[] | undefined;
|
|
1400
1400
|
} | undefined;
|
|
@@ -1422,12 +1422,12 @@ export declare const asPackageManifest: {
|
|
|
1422
1422
|
readonly __hex: true;
|
|
1423
1423
|
} & {
|
|
1424
1424
|
readonly __address: true;
|
|
1425
|
-
}) | import("@xyo-network/address").
|
|
1425
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1426
1426
|
children?: Record<(Lowercase<string> & {
|
|
1427
1427
|
readonly __hex: true;
|
|
1428
1428
|
} & {
|
|
1429
1429
|
readonly __address: true;
|
|
1430
|
-
}) | import("@xyo-network/address").
|
|
1430
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1431
1431
|
} | undefined;
|
|
1432
1432
|
}> | undefined;
|
|
1433
1433
|
};
|
|
@@ -1453,12 +1453,12 @@ export declare const toPackageManifest: {
|
|
|
1453
1453
|
readonly __hex: true;
|
|
1454
1454
|
} & {
|
|
1455
1455
|
readonly __address: true;
|
|
1456
|
-
}) | import("@xyo-network/address").
|
|
1456
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1457
1457
|
children?: Record<(Lowercase<string> & {
|
|
1458
1458
|
readonly __hex: true;
|
|
1459
1459
|
} & {
|
|
1460
1460
|
readonly __address: true;
|
|
1461
|
-
}) | import("@xyo-network/address").
|
|
1461
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1462
1462
|
} | undefined;
|
|
1463
1463
|
modules?: {
|
|
1464
1464
|
private?: (Brand<string, {
|
|
@@ -1482,12 +1482,12 @@ export declare const toPackageManifest: {
|
|
|
1482
1482
|
readonly __hex: true;
|
|
1483
1483
|
} & {
|
|
1484
1484
|
readonly __address: true;
|
|
1485
|
-
}) | import("@xyo-network/address").
|
|
1485
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1486
1486
|
children?: Record<(Lowercase<string> & {
|
|
1487
1487
|
readonly __hex: true;
|
|
1488
1488
|
} & {
|
|
1489
1489
|
readonly __address: true;
|
|
1490
|
-
}) | import("@xyo-network/address").
|
|
1490
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1491
1491
|
} | undefined;
|
|
1492
1492
|
})[] | undefined;
|
|
1493
1493
|
public?: (Brand<string, {
|
|
@@ -1511,12 +1511,12 @@ export declare const toPackageManifest: {
|
|
|
1511
1511
|
readonly __hex: true;
|
|
1512
1512
|
} & {
|
|
1513
1513
|
readonly __address: true;
|
|
1514
|
-
}) | import("@xyo-network/address").
|
|
1514
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1515
1515
|
children?: Record<(Lowercase<string> & {
|
|
1516
1516
|
readonly __hex: true;
|
|
1517
1517
|
} & {
|
|
1518
1518
|
readonly __address: true;
|
|
1519
|
-
}) | import("@xyo-network/address").
|
|
1519
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1520
1520
|
} | undefined;
|
|
1521
1521
|
})[] | undefined;
|
|
1522
1522
|
} | undefined;
|
|
@@ -1544,12 +1544,12 @@ export declare const toPackageManifest: {
|
|
|
1544
1544
|
readonly __hex: true;
|
|
1545
1545
|
} & {
|
|
1546
1546
|
readonly __address: true;
|
|
1547
|
-
}) | import("@xyo-network/address").
|
|
1547
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1548
1548
|
children?: Record<(Lowercase<string> & {
|
|
1549
1549
|
readonly __hex: true;
|
|
1550
1550
|
} & {
|
|
1551
1551
|
readonly __address: true;
|
|
1552
|
-
}) | import("@xyo-network/address").
|
|
1552
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1553
1553
|
} | undefined;
|
|
1554
1554
|
}> | undefined;
|
|
1555
1555
|
}) | undefined;
|
|
@@ -1573,12 +1573,12 @@ export declare const toPackageManifest: {
|
|
|
1573
1573
|
readonly __hex: true;
|
|
1574
1574
|
} & {
|
|
1575
1575
|
readonly __address: true;
|
|
1576
|
-
}) | import("@xyo-network/address").
|
|
1576
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1577
1577
|
children?: Record<(Lowercase<string> & {
|
|
1578
1578
|
readonly __hex: true;
|
|
1579
1579
|
} & {
|
|
1580
1580
|
readonly __address: true;
|
|
1581
|
-
}) | import("@xyo-network/address").
|
|
1581
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1582
1582
|
} | undefined;
|
|
1583
1583
|
modules?: {
|
|
1584
1584
|
private?: (Brand<string, {
|
|
@@ -1602,12 +1602,12 @@ export declare const toPackageManifest: {
|
|
|
1602
1602
|
readonly __hex: true;
|
|
1603
1603
|
} & {
|
|
1604
1604
|
readonly __address: true;
|
|
1605
|
-
}) | import("@xyo-network/address").
|
|
1605
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1606
1606
|
children?: Record<(Lowercase<string> & {
|
|
1607
1607
|
readonly __hex: true;
|
|
1608
1608
|
} & {
|
|
1609
1609
|
readonly __address: true;
|
|
1610
|
-
}) | import("@xyo-network/address").
|
|
1610
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1611
1611
|
} | undefined;
|
|
1612
1612
|
})[] | undefined;
|
|
1613
1613
|
public?: (Brand<string, {
|
|
@@ -1631,12 +1631,12 @@ export declare const toPackageManifest: {
|
|
|
1631
1631
|
readonly __hex: true;
|
|
1632
1632
|
} & {
|
|
1633
1633
|
readonly __address: true;
|
|
1634
|
-
}) | import("@xyo-network/address").
|
|
1634
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1635
1635
|
children?: Record<(Lowercase<string> & {
|
|
1636
1636
|
readonly __hex: true;
|
|
1637
1637
|
} & {
|
|
1638
1638
|
readonly __address: true;
|
|
1639
|
-
}) | import("@xyo-network/address").
|
|
1639
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1640
1640
|
} | undefined;
|
|
1641
1641
|
})[] | undefined;
|
|
1642
1642
|
} | undefined;
|
|
@@ -1664,12 +1664,12 @@ export declare const toPackageManifest: {
|
|
|
1664
1664
|
readonly __hex: true;
|
|
1665
1665
|
} & {
|
|
1666
1666
|
readonly __address: true;
|
|
1667
|
-
}) | import("@xyo-network/address").
|
|
1667
|
+
}) | import("@xyo-network/address").XyoQuantAddress;
|
|
1668
1668
|
children?: Record<(Lowercase<string> & {
|
|
1669
1669
|
readonly __hex: true;
|
|
1670
1670
|
} & {
|
|
1671
1671
|
readonly __address: true;
|
|
1672
|
-
}) | import("@xyo-network/address").
|
|
1672
|
+
}) | import("@xyo-network/address").XyoQuantAddress, string | null> | undefined;
|
|
1673
1673
|
} | undefined;
|
|
1674
1674
|
}> | undefined;
|
|
1675
1675
|
};
|