@xyo-network/xl1-protocol 1.24.12 → 1.24.14

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.
@@ -226,7 +226,7 @@ export declare const toHydratedTransaction: {
226
226
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
227
227
  }[]];
228
228
  };
229
- export declare const HydratedTransactionWithHashMetaZod: z.ZodTuple<[z.ZodObject<{
229
+ export declare const HydratedTransactionWithHashMetaZod: z.ZodTuple<[z.ZodIntersection<z.ZodObject<{
230
230
  schema: z.ZodLiteral<"network.xyo.boundwitness" & {
231
231
  readonly __schema: true;
232
232
  }>;
@@ -260,13 +260,15 @@ export declare const HydratedTransactionWithHashMetaZod: z.ZodTuple<[z.ZodObject
260
260
  readonly __address: true;
261
261
  }, string>>;
262
262
  script: z.ZodOptional<z.ZodArray<z.ZodString>>;
263
+ }, z.core.$strip>, z.ZodObject<{
263
264
  _hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
264
265
  _dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
265
- }, z.core.$strip>, z.ZodArray<z.ZodObject<{
266
+ }, z.core.$strip>>, z.ZodArray<z.ZodIntersection<z.ZodObject<{
266
267
  schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").BrandedSchema<string>, string>>;
268
+ }, z.core.$strict>, z.ZodObject<{
267
269
  _hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
268
270
  _dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
269
- }, z.core.$strip>>], null>;
271
+ }, z.core.$strip>>>], null>;
270
272
  export type HydratedTransactionWithHashMeta = z.infer<typeof HydratedTransactionWithHashMetaZod>;
271
273
  export declare const isHydratedTransactionWithHashMeta: <T>(value: T) => value is T & [{
272
274
  schema: "network.xyo.boundwitness" & {
@@ -295,8 +297,6 @@ export declare const isHydratedTransactionWithHashMeta: <T>(value: T) => value i
295
297
  } & {
296
298
  readonly __address: true;
297
299
  };
298
- _hash: import("@xylabs/hex").BrandedHash;
299
- _dataHash: import("@xylabs/hex").BrandedHash;
300
300
  $destination?: (Lowercase<string> & {
301
301
  readonly __hex: true;
302
302
  } & {
@@ -304,11 +304,15 @@ export declare const isHydratedTransactionWithHashMeta: <T>(value: T) => value i
304
304
  }) | undefined;
305
305
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
306
306
  script?: string[] | undefined;
307
- }, {
307
+ } & {
308
+ _hash: import("@xylabs/hex").BrandedHash;
309
+ _dataHash: import("@xylabs/hex").BrandedHash;
310
+ }, ({
308
311
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
312
+ } & {
309
313
  _hash: import("@xylabs/hex").BrandedHash;
310
314
  _dataHash: import("@xylabs/hex").BrandedHash;
311
- }[]];
315
+ })[]];
312
316
  export declare const asHydratedTransactionWithHashMeta: {
313
317
  <T>(value: T): (T & [{
314
318
  schema: "network.xyo.boundwitness" & {
@@ -337,8 +341,6 @@ export declare const asHydratedTransactionWithHashMeta: {
337
341
  } & {
338
342
  readonly __address: true;
339
343
  };
340
- _hash: import("@xylabs/hex").BrandedHash;
341
- _dataHash: import("@xylabs/hex").BrandedHash;
342
344
  $destination?: (Lowercase<string> & {
343
345
  readonly __hex: true;
344
346
  } & {
@@ -346,11 +348,15 @@ export declare const asHydratedTransactionWithHashMeta: {
346
348
  }) | undefined;
347
349
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
348
350
  script?: string[] | undefined;
349
- }, {
351
+ } & {
352
+ _hash: import("@xylabs/hex").BrandedHash;
353
+ _dataHash: import("@xylabs/hex").BrandedHash;
354
+ }, ({
350
355
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
356
+ } & {
351
357
  _hash: import("@xylabs/hex").BrandedHash;
352
358
  _dataHash: import("@xylabs/hex").BrandedHash;
353
- }[]]) | undefined;
359
+ })[]]) | undefined;
354
360
  <T>(value: T, assert: import("@xylabs/zod").ZodFactoryConfig): T & [{
355
361
  schema: "network.xyo.boundwitness" & {
356
362
  readonly __schema: true;
@@ -378,8 +384,6 @@ export declare const asHydratedTransactionWithHashMeta: {
378
384
  } & {
379
385
  readonly __address: true;
380
386
  };
381
- _hash: import("@xylabs/hex").BrandedHash;
382
- _dataHash: import("@xylabs/hex").BrandedHash;
383
387
  $destination?: (Lowercase<string> & {
384
388
  readonly __hex: true;
385
389
  } & {
@@ -387,11 +391,15 @@ export declare const asHydratedTransactionWithHashMeta: {
387
391
  }) | undefined;
388
392
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
389
393
  script?: string[] | undefined;
390
- }, {
394
+ } & {
395
+ _hash: import("@xylabs/hex").BrandedHash;
396
+ _dataHash: import("@xylabs/hex").BrandedHash;
397
+ }, ({
391
398
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
399
+ } & {
392
400
  _hash: import("@xylabs/hex").BrandedHash;
393
401
  _dataHash: import("@xylabs/hex").BrandedHash;
394
- }[]];
402
+ })[]];
395
403
  };
396
404
  export declare const toHydratedTransactionWithHashMeta: {
397
405
  <T>(value: T): (T & [{
@@ -421,8 +429,6 @@ export declare const toHydratedTransactionWithHashMeta: {
421
429
  } & {
422
430
  readonly __address: true;
423
431
  };
424
- _hash: import("@xylabs/hex").BrandedHash;
425
- _dataHash: import("@xylabs/hex").BrandedHash;
426
432
  $destination?: (Lowercase<string> & {
427
433
  readonly __hex: true;
428
434
  } & {
@@ -430,11 +436,15 @@ export declare const toHydratedTransactionWithHashMeta: {
430
436
  }) | undefined;
431
437
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
432
438
  script?: string[] | undefined;
433
- }, {
439
+ } & {
440
+ _hash: import("@xylabs/hex").BrandedHash;
441
+ _dataHash: import("@xylabs/hex").BrandedHash;
442
+ }, ({
434
443
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
444
+ } & {
435
445
  _hash: import("@xylabs/hex").BrandedHash;
436
446
  _dataHash: import("@xylabs/hex").BrandedHash;
437
- }[]]) | undefined;
447
+ })[]]) | undefined;
438
448
  <T>(value: T, assert: import("@xylabs/zod").ZodFactoryConfig): T & [{
439
449
  schema: "network.xyo.boundwitness" & {
440
450
  readonly __schema: true;
@@ -462,8 +472,6 @@ export declare const toHydratedTransactionWithHashMeta: {
462
472
  } & {
463
473
  readonly __address: true;
464
474
  };
465
- _hash: import("@xylabs/hex").BrandedHash;
466
- _dataHash: import("@xylabs/hex").BrandedHash;
467
475
  $destination?: (Lowercase<string> & {
468
476
  readonly __hex: true;
469
477
  } & {
@@ -471,13 +479,17 @@ export declare const toHydratedTransactionWithHashMeta: {
471
479
  }) | undefined;
472
480
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
473
481
  script?: string[] | undefined;
474
- }, {
482
+ } & {
483
+ _hash: import("@xylabs/hex").BrandedHash;
484
+ _dataHash: import("@xylabs/hex").BrandedHash;
485
+ }, ({
475
486
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
487
+ } & {
476
488
  _hash: import("@xylabs/hex").BrandedHash;
477
489
  _dataHash: import("@xylabs/hex").BrandedHash;
478
- }[]];
490
+ })[]];
479
491
  };
480
- export declare const HydratedTransactionWithStorageMetaZod: z.ZodTuple<[z.ZodObject<{
492
+ export declare const HydratedTransactionWithStorageMetaZod: z.ZodTuple<[z.ZodIntersection<z.ZodObject<{
481
493
  schema: z.ZodLiteral<"network.xyo.boundwitness" & {
482
494
  readonly __schema: true;
483
495
  }>;
@@ -511,15 +523,17 @@ export declare const HydratedTransactionWithStorageMetaZod: z.ZodTuple<[z.ZodObj
511
523
  readonly __address: true;
512
524
  }, string>>;
513
525
  script: z.ZodOptional<z.ZodArray<z.ZodString>>;
526
+ }, z.core.$strip>, z.ZodObject<{
514
527
  _hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
515
528
  _dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
516
529
  _sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>;
517
- }, z.core.$strip>, z.ZodArray<z.ZodObject<{
530
+ }, z.core.$strip>>, z.ZodArray<z.ZodIntersection<z.ZodObject<{
518
531
  schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").BrandedSchema<string>, string>>;
532
+ }, z.core.$strict>, z.ZodObject<{
519
533
  _hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
520
534
  _dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
521
535
  _sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>;
522
- }, z.core.$strip>>], null>;
536
+ }, z.core.$strip>>>], null>;
523
537
  export type HydratedTransactionWithStorageMeta = z.infer<typeof HydratedTransactionWithStorageMetaZod>;
524
538
  export declare const isHydratedTransactionWithStorageMeta: <T>(value: T) => value is T & [{
525
539
  schema: "network.xyo.boundwitness" & {
@@ -548,9 +562,6 @@ export declare const isHydratedTransactionWithStorageMeta: <T>(value: T) => valu
548
562
  } & {
549
563
  readonly __address: true;
550
564
  };
551
- _hash: import("@xylabs/hex").BrandedHash;
552
- _dataHash: import("@xylabs/hex").BrandedHash;
553
- _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
554
565
  $destination?: (Lowercase<string> & {
555
566
  readonly __hex: true;
556
567
  } & {
@@ -558,12 +569,17 @@ export declare const isHydratedTransactionWithStorageMeta: <T>(value: T) => valu
558
569
  }) | undefined;
559
570
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
560
571
  script?: string[] | undefined;
561
- }, {
572
+ } & {
573
+ _hash: import("@xylabs/hex").BrandedHash;
574
+ _dataHash: import("@xylabs/hex").BrandedHash;
575
+ _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
576
+ }, ({
562
577
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
578
+ } & {
563
579
  _hash: import("@xylabs/hex").BrandedHash;
564
580
  _dataHash: import("@xylabs/hex").BrandedHash;
565
581
  _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
566
- }[]];
582
+ })[]];
567
583
  export declare const asHydratedTransactionWithStorageMeta: {
568
584
  <T>(value: T): (T & [{
569
585
  schema: "network.xyo.boundwitness" & {
@@ -592,9 +608,6 @@ export declare const asHydratedTransactionWithStorageMeta: {
592
608
  } & {
593
609
  readonly __address: true;
594
610
  };
595
- _hash: import("@xylabs/hex").BrandedHash;
596
- _dataHash: import("@xylabs/hex").BrandedHash;
597
- _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
598
611
  $destination?: (Lowercase<string> & {
599
612
  readonly __hex: true;
600
613
  } & {
@@ -602,12 +615,17 @@ export declare const asHydratedTransactionWithStorageMeta: {
602
615
  }) | undefined;
603
616
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
604
617
  script?: string[] | undefined;
605
- }, {
618
+ } & {
619
+ _hash: import("@xylabs/hex").BrandedHash;
620
+ _dataHash: import("@xylabs/hex").BrandedHash;
621
+ _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
622
+ }, ({
606
623
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
624
+ } & {
607
625
  _hash: import("@xylabs/hex").BrandedHash;
608
626
  _dataHash: import("@xylabs/hex").BrandedHash;
609
627
  _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
610
- }[]]) | undefined;
628
+ })[]]) | undefined;
611
629
  <T>(value: T, assert: import("@xylabs/zod").ZodFactoryConfig): T & [{
612
630
  schema: "network.xyo.boundwitness" & {
613
631
  readonly __schema: true;
@@ -635,9 +653,6 @@ export declare const asHydratedTransactionWithStorageMeta: {
635
653
  } & {
636
654
  readonly __address: true;
637
655
  };
638
- _hash: import("@xylabs/hex").BrandedHash;
639
- _dataHash: import("@xylabs/hex").BrandedHash;
640
- _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
641
656
  $destination?: (Lowercase<string> & {
642
657
  readonly __hex: true;
643
658
  } & {
@@ -645,12 +660,17 @@ export declare const asHydratedTransactionWithStorageMeta: {
645
660
  }) | undefined;
646
661
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
647
662
  script?: string[] | undefined;
648
- }, {
663
+ } & {
664
+ _hash: import("@xylabs/hex").BrandedHash;
665
+ _dataHash: import("@xylabs/hex").BrandedHash;
666
+ _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
667
+ }, ({
649
668
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
669
+ } & {
650
670
  _hash: import("@xylabs/hex").BrandedHash;
651
671
  _dataHash: import("@xylabs/hex").BrandedHash;
652
672
  _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
653
- }[]];
673
+ })[]];
654
674
  };
655
675
  export declare const toHydratedTransactionWithStorageMeta: {
656
676
  <T>(value: T): (T & [{
@@ -680,9 +700,6 @@ export declare const toHydratedTransactionWithStorageMeta: {
680
700
  } & {
681
701
  readonly __address: true;
682
702
  };
683
- _hash: import("@xylabs/hex").BrandedHash;
684
- _dataHash: import("@xylabs/hex").BrandedHash;
685
- _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
686
703
  $destination?: (Lowercase<string> & {
687
704
  readonly __hex: true;
688
705
  } & {
@@ -690,12 +707,17 @@ export declare const toHydratedTransactionWithStorageMeta: {
690
707
  }) | undefined;
691
708
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
692
709
  script?: string[] | undefined;
693
- }, {
710
+ } & {
711
+ _hash: import("@xylabs/hex").BrandedHash;
712
+ _dataHash: import("@xylabs/hex").BrandedHash;
713
+ _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
714
+ }, ({
694
715
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
716
+ } & {
695
717
  _hash: import("@xylabs/hex").BrandedHash;
696
718
  _dataHash: import("@xylabs/hex").BrandedHash;
697
719
  _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
698
- }[]]) | undefined;
720
+ })[]]) | undefined;
699
721
  <T>(value: T, assert: import("@xylabs/zod").ZodFactoryConfig): T & [{
700
722
  schema: "network.xyo.boundwitness" & {
701
723
  readonly __schema: true;
@@ -723,9 +745,6 @@ export declare const toHydratedTransactionWithStorageMeta: {
723
745
  } & {
724
746
  readonly __address: true;
725
747
  };
726
- _hash: import("@xylabs/hex").BrandedHash;
727
- _dataHash: import("@xylabs/hex").BrandedHash;
728
- _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
729
748
  $destination?: (Lowercase<string> & {
730
749
  readonly __hex: true;
731
750
  } & {
@@ -733,12 +752,17 @@ export declare const toHydratedTransactionWithStorageMeta: {
733
752
  }) | undefined;
734
753
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
735
754
  script?: string[] | undefined;
736
- }, {
755
+ } & {
756
+ _hash: import("@xylabs/hex").BrandedHash;
757
+ _dataHash: import("@xylabs/hex").BrandedHash;
758
+ _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
759
+ }, ({
737
760
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
761
+ } & {
738
762
  _hash: import("@xylabs/hex").BrandedHash;
739
763
  _dataHash: import("@xylabs/hex").BrandedHash;
740
764
  _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
741
- }[]];
765
+ })[]];
742
766
  };
743
767
  export declare const UnsignedHydratedTransactionZod: z.ZodTuple<[z.ZodObject<{
744
768
  schema: z.ZodLiteral<"network.xyo.boundwitness" & {
@@ -967,7 +991,7 @@ export declare const toUnsignedHydratedTransaction: {
967
991
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
968
992
  }[]];
969
993
  };
970
- export declare const UnsignedHydratedTransactionWithHashMetaZod: z.ZodTuple<[z.ZodObject<{
994
+ export declare const UnsignedHydratedTransactionWithHashMetaZod: z.ZodTuple<[z.ZodIntersection<z.ZodObject<{
971
995
  schema: z.ZodLiteral<"network.xyo.boundwitness" & {
972
996
  readonly __schema: true;
973
997
  }>;
@@ -1001,13 +1025,15 @@ export declare const UnsignedHydratedTransactionWithHashMetaZod: z.ZodTuple<[z.Z
1001
1025
  readonly __address: true;
1002
1026
  }, string>>;
1003
1027
  script: z.ZodOptional<z.ZodArray<z.ZodString>>;
1028
+ }, z.core.$strip>, z.ZodObject<{
1004
1029
  _hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
1005
1030
  _dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
1006
- }, z.core.$strip>, z.ZodArray<z.ZodObject<{
1031
+ }, z.core.$strip>>, z.ZodArray<z.ZodIntersection<z.ZodObject<{
1007
1032
  schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").BrandedSchema<string>, string>>;
1033
+ }, z.core.$strict>, z.ZodObject<{
1008
1034
  _hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
1009
1035
  _dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
1010
- }, z.core.$strip>>], null>;
1036
+ }, z.core.$strip>>>], null>;
1011
1037
  export type UnsignedHydratedTransactionWithHashMeta = z.infer<typeof UnsignedHydratedTransactionWithHashMetaZod>;
1012
1038
  export declare const isUnsignedHydratedTransactionWithHashMeta: <T>(value: T) => value is T & [{
1013
1039
  schema: "network.xyo.boundwitness" & {
@@ -1036,8 +1062,6 @@ export declare const isUnsignedHydratedTransactionWithHashMeta: <T>(value: T) =>
1036
1062
  } & {
1037
1063
  readonly __address: true;
1038
1064
  };
1039
- _hash: import("@xylabs/hex").BrandedHash;
1040
- _dataHash: import("@xylabs/hex").BrandedHash;
1041
1065
  $destination?: (Lowercase<string> & {
1042
1066
  readonly __hex: true;
1043
1067
  } & {
@@ -1045,11 +1069,15 @@ export declare const isUnsignedHydratedTransactionWithHashMeta: <T>(value: T) =>
1045
1069
  }) | undefined;
1046
1070
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
1047
1071
  script?: string[] | undefined;
1048
- }, {
1072
+ } & {
1073
+ _hash: import("@xylabs/hex").BrandedHash;
1074
+ _dataHash: import("@xylabs/hex").BrandedHash;
1075
+ }, ({
1049
1076
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
1077
+ } & {
1050
1078
  _hash: import("@xylabs/hex").BrandedHash;
1051
1079
  _dataHash: import("@xylabs/hex").BrandedHash;
1052
- }[]];
1080
+ })[]];
1053
1081
  export declare const asUnsignedHydratedTransactionWithHashMeta: {
1054
1082
  <T>(value: T): (T & [{
1055
1083
  schema: "network.xyo.boundwitness" & {
@@ -1078,8 +1106,6 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
1078
1106
  } & {
1079
1107
  readonly __address: true;
1080
1108
  };
1081
- _hash: import("@xylabs/hex").BrandedHash;
1082
- _dataHash: import("@xylabs/hex").BrandedHash;
1083
1109
  $destination?: (Lowercase<string> & {
1084
1110
  readonly __hex: true;
1085
1111
  } & {
@@ -1087,11 +1113,15 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
1087
1113
  }) | undefined;
1088
1114
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
1089
1115
  script?: string[] | undefined;
1090
- }, {
1116
+ } & {
1117
+ _hash: import("@xylabs/hex").BrandedHash;
1118
+ _dataHash: import("@xylabs/hex").BrandedHash;
1119
+ }, ({
1091
1120
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
1121
+ } & {
1092
1122
  _hash: import("@xylabs/hex").BrandedHash;
1093
1123
  _dataHash: import("@xylabs/hex").BrandedHash;
1094
- }[]]) | undefined;
1124
+ })[]]) | undefined;
1095
1125
  <T>(value: T, assert: import("@xylabs/zod").ZodFactoryConfig): T & [{
1096
1126
  schema: "network.xyo.boundwitness" & {
1097
1127
  readonly __schema: true;
@@ -1119,8 +1149,6 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
1119
1149
  } & {
1120
1150
  readonly __address: true;
1121
1151
  };
1122
- _hash: import("@xylabs/hex").BrandedHash;
1123
- _dataHash: import("@xylabs/hex").BrandedHash;
1124
1152
  $destination?: (Lowercase<string> & {
1125
1153
  readonly __hex: true;
1126
1154
  } & {
@@ -1128,11 +1156,15 @@ export declare const asUnsignedHydratedTransactionWithHashMeta: {
1128
1156
  }) | undefined;
1129
1157
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
1130
1158
  script?: string[] | undefined;
1131
- }, {
1159
+ } & {
1160
+ _hash: import("@xylabs/hex").BrandedHash;
1161
+ _dataHash: import("@xylabs/hex").BrandedHash;
1162
+ }, ({
1132
1163
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
1164
+ } & {
1133
1165
  _hash: import("@xylabs/hex").BrandedHash;
1134
1166
  _dataHash: import("@xylabs/hex").BrandedHash;
1135
- }[]];
1167
+ })[]];
1136
1168
  };
1137
1169
  export declare const toUnsignedHydratedTransactionWithHashMeta: {
1138
1170
  <T>(value: T): (T & [{
@@ -1162,8 +1194,6 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
1162
1194
  } & {
1163
1195
  readonly __address: true;
1164
1196
  };
1165
- _hash: import("@xylabs/hex").BrandedHash;
1166
- _dataHash: import("@xylabs/hex").BrandedHash;
1167
1197
  $destination?: (Lowercase<string> & {
1168
1198
  readonly __hex: true;
1169
1199
  } & {
@@ -1171,11 +1201,15 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
1171
1201
  }) | undefined;
1172
1202
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
1173
1203
  script?: string[] | undefined;
1174
- }, {
1204
+ } & {
1205
+ _hash: import("@xylabs/hex").BrandedHash;
1206
+ _dataHash: import("@xylabs/hex").BrandedHash;
1207
+ }, ({
1175
1208
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
1209
+ } & {
1176
1210
  _hash: import("@xylabs/hex").BrandedHash;
1177
1211
  _dataHash: import("@xylabs/hex").BrandedHash;
1178
- }[]]) | undefined;
1212
+ })[]]) | undefined;
1179
1213
  <T>(value: T, assert: import("@xylabs/zod").ZodFactoryConfig): T & [{
1180
1214
  schema: "network.xyo.boundwitness" & {
1181
1215
  readonly __schema: true;
@@ -1203,8 +1237,6 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
1203
1237
  } & {
1204
1238
  readonly __address: true;
1205
1239
  };
1206
- _hash: import("@xylabs/hex").BrandedHash;
1207
- _dataHash: import("@xylabs/hex").BrandedHash;
1208
1240
  $destination?: (Lowercase<string> & {
1209
1241
  readonly __hex: true;
1210
1242
  } & {
@@ -1212,13 +1244,17 @@ export declare const toUnsignedHydratedTransactionWithHashMeta: {
1212
1244
  }) | undefined;
1213
1245
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
1214
1246
  script?: string[] | undefined;
1215
- }, {
1247
+ } & {
1248
+ _hash: import("@xylabs/hex").BrandedHash;
1249
+ _dataHash: import("@xylabs/hex").BrandedHash;
1250
+ }, ({
1216
1251
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
1252
+ } & {
1217
1253
  _hash: import("@xylabs/hex").BrandedHash;
1218
1254
  _dataHash: import("@xylabs/hex").BrandedHash;
1219
- }[]];
1255
+ })[]];
1220
1256
  };
1221
- export declare const UnsignedHydratedTransactionWithStorageMetaZod: z.ZodTuple<[z.ZodObject<{
1257
+ export declare const UnsignedHydratedTransactionWithStorageMetaZod: z.ZodTuple<[z.ZodIntersection<z.ZodObject<{
1222
1258
  schema: z.ZodLiteral<"network.xyo.boundwitness" & {
1223
1259
  readonly __schema: true;
1224
1260
  }>;
@@ -1252,15 +1288,17 @@ export declare const UnsignedHydratedTransactionWithStorageMetaZod: z.ZodTuple<[
1252
1288
  readonly __address: true;
1253
1289
  }, string>>;
1254
1290
  script: z.ZodOptional<z.ZodArray<z.ZodString>>;
1291
+ }, z.core.$strip>, z.ZodObject<{
1255
1292
  _hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
1256
1293
  _dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
1257
1294
  _sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>;
1258
- }, z.core.$strip>, z.ZodArray<z.ZodObject<{
1295
+ }, z.core.$strip>>, z.ZodArray<z.ZodIntersection<z.ZodObject<{
1259
1296
  schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").BrandedSchema<string>, string>>;
1297
+ }, z.core.$strict>, z.ZodObject<{
1260
1298
  _hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
1261
1299
  _dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
1262
1300
  _sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>;
1263
- }, z.core.$strip>>], null>;
1301
+ }, z.core.$strip>>>], null>;
1264
1302
  export type UnsignedHydratedTransactionWithStorageMeta = z.infer<typeof UnsignedHydratedTransactionWithStorageMetaZod>;
1265
1303
  export declare const isUnsignedHydratedTransactionWithStorageMeta: <T>(value: T) => value is T & [{
1266
1304
  schema: "network.xyo.boundwitness" & {
@@ -1289,9 +1327,6 @@ export declare const isUnsignedHydratedTransactionWithStorageMeta: <T>(value: T)
1289
1327
  } & {
1290
1328
  readonly __address: true;
1291
1329
  };
1292
- _hash: import("@xylabs/hex").BrandedHash;
1293
- _dataHash: import("@xylabs/hex").BrandedHash;
1294
- _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
1295
1330
  $destination?: (Lowercase<string> & {
1296
1331
  readonly __hex: true;
1297
1332
  } & {
@@ -1299,12 +1334,17 @@ export declare const isUnsignedHydratedTransactionWithStorageMeta: <T>(value: T)
1299
1334
  }) | undefined;
1300
1335
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
1301
1336
  script?: string[] | undefined;
1302
- }, {
1337
+ } & {
1338
+ _hash: import("@xylabs/hex").BrandedHash;
1339
+ _dataHash: import("@xylabs/hex").BrandedHash;
1340
+ _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
1341
+ }, ({
1303
1342
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
1343
+ } & {
1304
1344
  _hash: import("@xylabs/hex").BrandedHash;
1305
1345
  _dataHash: import("@xylabs/hex").BrandedHash;
1306
1346
  _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
1307
- }[]];
1347
+ })[]];
1308
1348
  export declare const asUnsignedHydratedTransactionWithStorageMeta: {
1309
1349
  <T>(value: T): (T & [{
1310
1350
  schema: "network.xyo.boundwitness" & {
@@ -1333,9 +1373,6 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
1333
1373
  } & {
1334
1374
  readonly __address: true;
1335
1375
  };
1336
- _hash: import("@xylabs/hex").BrandedHash;
1337
- _dataHash: import("@xylabs/hex").BrandedHash;
1338
- _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
1339
1376
  $destination?: (Lowercase<string> & {
1340
1377
  readonly __hex: true;
1341
1378
  } & {
@@ -1343,12 +1380,17 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
1343
1380
  }) | undefined;
1344
1381
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
1345
1382
  script?: string[] | undefined;
1346
- }, {
1383
+ } & {
1384
+ _hash: import("@xylabs/hex").BrandedHash;
1385
+ _dataHash: import("@xylabs/hex").BrandedHash;
1386
+ _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
1387
+ }, ({
1347
1388
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
1389
+ } & {
1348
1390
  _hash: import("@xylabs/hex").BrandedHash;
1349
1391
  _dataHash: import("@xylabs/hex").BrandedHash;
1350
1392
  _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
1351
- }[]]) | undefined;
1393
+ })[]]) | undefined;
1352
1394
  <T>(value: T, assert: import("@xylabs/zod").ZodFactoryConfig): T & [{
1353
1395
  schema: "network.xyo.boundwitness" & {
1354
1396
  readonly __schema: true;
@@ -1376,9 +1418,6 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
1376
1418
  } & {
1377
1419
  readonly __address: true;
1378
1420
  };
1379
- _hash: import("@xylabs/hex").BrandedHash;
1380
- _dataHash: import("@xylabs/hex").BrandedHash;
1381
- _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
1382
1421
  $destination?: (Lowercase<string> & {
1383
1422
  readonly __hex: true;
1384
1423
  } & {
@@ -1386,12 +1425,17 @@ export declare const asUnsignedHydratedTransactionWithStorageMeta: {
1386
1425
  }) | undefined;
1387
1426
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
1388
1427
  script?: string[] | undefined;
1389
- }, {
1428
+ } & {
1429
+ _hash: import("@xylabs/hex").BrandedHash;
1430
+ _dataHash: import("@xylabs/hex").BrandedHash;
1431
+ _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
1432
+ }, ({
1390
1433
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
1434
+ } & {
1391
1435
  _hash: import("@xylabs/hex").BrandedHash;
1392
1436
  _dataHash: import("@xylabs/hex").BrandedHash;
1393
1437
  _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
1394
- }[]];
1438
+ })[]];
1395
1439
  };
1396
1440
  export declare const toUnsignedHydratedTransactionWithStorageMeta: {
1397
1441
  <T>(value: T): (T & [{
@@ -1421,9 +1465,6 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
1421
1465
  } & {
1422
1466
  readonly __address: true;
1423
1467
  };
1424
- _hash: import("@xylabs/hex").BrandedHash;
1425
- _dataHash: import("@xylabs/hex").BrandedHash;
1426
- _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
1427
1468
  $destination?: (Lowercase<string> & {
1428
1469
  readonly __hex: true;
1429
1470
  } & {
@@ -1431,12 +1472,17 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
1431
1472
  }) | undefined;
1432
1473
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
1433
1474
  script?: string[] | undefined;
1434
- }, {
1475
+ } & {
1476
+ _hash: import("@xylabs/hex").BrandedHash;
1477
+ _dataHash: import("@xylabs/hex").BrandedHash;
1478
+ _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
1479
+ }, ({
1435
1480
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
1481
+ } & {
1436
1482
  _hash: import("@xylabs/hex").BrandedHash;
1437
1483
  _dataHash: import("@xylabs/hex").BrandedHash;
1438
1484
  _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
1439
- }[]]) | undefined;
1485
+ })[]]) | undefined;
1440
1486
  <T>(value: T, assert: import("@xylabs/zod").ZodFactoryConfig): T & [{
1441
1487
  schema: "network.xyo.boundwitness" & {
1442
1488
  readonly __schema: true;
@@ -1464,9 +1510,6 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
1464
1510
  } & {
1465
1511
  readonly __address: true;
1466
1512
  };
1467
- _hash: import("@xylabs/hex").BrandedHash;
1468
- _dataHash: import("@xylabs/hex").BrandedHash;
1469
- _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
1470
1513
  $destination?: (Lowercase<string> & {
1471
1514
  readonly __hex: true;
1472
1515
  } & {
@@ -1474,12 +1517,17 @@ export declare const toUnsignedHydratedTransactionWithStorageMeta: {
1474
1517
  }) | undefined;
1475
1518
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
1476
1519
  script?: string[] | undefined;
1477
- }, {
1520
+ } & {
1521
+ _hash: import("@xylabs/hex").BrandedHash;
1522
+ _dataHash: import("@xylabs/hex").BrandedHash;
1523
+ _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
1524
+ }, ({
1478
1525
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
1526
+ } & {
1479
1527
  _hash: import("@xylabs/hex").BrandedHash;
1480
1528
  _dataHash: import("@xylabs/hex").BrandedHash;
1481
1529
  _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
1482
- }[]];
1530
+ })[]];
1483
1531
  };
1484
1532
  export declare const SignedHydratedTransactionZod: z.ZodTuple<[z.ZodObject<{
1485
1533
  schema: z.ZodLiteral<"network.xyo.boundwitness" & {
@@ -1708,7 +1756,7 @@ export declare const toSignedHydratedTransaction: {
1708
1756
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
1709
1757
  }[]];
1710
1758
  };
1711
- export declare const SignedHydratedTransactionWithHashMetaZod: z.ZodTuple<[z.ZodObject<{
1759
+ export declare const SignedHydratedTransactionWithHashMetaZod: z.ZodTuple<[z.ZodIntersection<z.ZodObject<{
1712
1760
  schema: z.ZodLiteral<"network.xyo.boundwitness" & {
1713
1761
  readonly __schema: true;
1714
1762
  }>;
@@ -1742,13 +1790,15 @@ export declare const SignedHydratedTransactionWithHashMetaZod: z.ZodTuple<[z.Zod
1742
1790
  readonly __address: true;
1743
1791
  }, string>>;
1744
1792
  script: z.ZodOptional<z.ZodArray<z.ZodString>>;
1793
+ }, z.core.$strip>, z.ZodObject<{
1745
1794
  _hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
1746
1795
  _dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
1747
- }, z.core.$strip>, z.ZodArray<z.ZodObject<{
1796
+ }, z.core.$strip>>, z.ZodArray<z.ZodIntersection<z.ZodObject<{
1748
1797
  schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").BrandedSchema<string>, string>>;
1798
+ }, z.core.$strict>, z.ZodObject<{
1749
1799
  _hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
1750
1800
  _dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
1751
- }, z.core.$strip>>], null>;
1801
+ }, z.core.$strip>>>], null>;
1752
1802
  export type SignedHydratedTransactionWithHashMeta = z.infer<typeof SignedHydratedTransactionWithHashMetaZod>;
1753
1803
  export declare const isSignedHydratedTransactionWithHashMeta: <T>(value: T) => value is T & [{
1754
1804
  schema: "network.xyo.boundwitness" & {
@@ -1777,8 +1827,6 @@ export declare const isSignedHydratedTransactionWithHashMeta: <T>(value: T) => v
1777
1827
  } & {
1778
1828
  readonly __address: true;
1779
1829
  };
1780
- _hash: import("@xylabs/hex").BrandedHash;
1781
- _dataHash: import("@xylabs/hex").BrandedHash;
1782
1830
  $destination?: (Lowercase<string> & {
1783
1831
  readonly __hex: true;
1784
1832
  } & {
@@ -1786,11 +1834,15 @@ export declare const isSignedHydratedTransactionWithHashMeta: <T>(value: T) => v
1786
1834
  }) | undefined;
1787
1835
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
1788
1836
  script?: string[] | undefined;
1789
- }, {
1837
+ } & {
1838
+ _hash: import("@xylabs/hex").BrandedHash;
1839
+ _dataHash: import("@xylabs/hex").BrandedHash;
1840
+ }, ({
1790
1841
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
1842
+ } & {
1791
1843
  _hash: import("@xylabs/hex").BrandedHash;
1792
1844
  _dataHash: import("@xylabs/hex").BrandedHash;
1793
- }[]];
1845
+ })[]];
1794
1846
  export declare const asSignedHydratedTransactionWithHashMeta: {
1795
1847
  <T>(value: T): (T & [{
1796
1848
  schema: "network.xyo.boundwitness" & {
@@ -1819,8 +1871,6 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
1819
1871
  } & {
1820
1872
  readonly __address: true;
1821
1873
  };
1822
- _hash: import("@xylabs/hex").BrandedHash;
1823
- _dataHash: import("@xylabs/hex").BrandedHash;
1824
1874
  $destination?: (Lowercase<string> & {
1825
1875
  readonly __hex: true;
1826
1876
  } & {
@@ -1828,11 +1878,15 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
1828
1878
  }) | undefined;
1829
1879
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
1830
1880
  script?: string[] | undefined;
1831
- }, {
1881
+ } & {
1882
+ _hash: import("@xylabs/hex").BrandedHash;
1883
+ _dataHash: import("@xylabs/hex").BrandedHash;
1884
+ }, ({
1832
1885
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
1886
+ } & {
1833
1887
  _hash: import("@xylabs/hex").BrandedHash;
1834
1888
  _dataHash: import("@xylabs/hex").BrandedHash;
1835
- }[]]) | undefined;
1889
+ })[]]) | undefined;
1836
1890
  <T>(value: T, assert: import("@xylabs/zod").ZodFactoryConfig): T & [{
1837
1891
  schema: "network.xyo.boundwitness" & {
1838
1892
  readonly __schema: true;
@@ -1860,8 +1914,6 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
1860
1914
  } & {
1861
1915
  readonly __address: true;
1862
1916
  };
1863
- _hash: import("@xylabs/hex").BrandedHash;
1864
- _dataHash: import("@xylabs/hex").BrandedHash;
1865
1917
  $destination?: (Lowercase<string> & {
1866
1918
  readonly __hex: true;
1867
1919
  } & {
@@ -1869,11 +1921,15 @@ export declare const asSignedHydratedTransactionWithHashMeta: {
1869
1921
  }) | undefined;
1870
1922
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
1871
1923
  script?: string[] | undefined;
1872
- }, {
1924
+ } & {
1925
+ _hash: import("@xylabs/hex").BrandedHash;
1926
+ _dataHash: import("@xylabs/hex").BrandedHash;
1927
+ }, ({
1873
1928
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
1929
+ } & {
1874
1930
  _hash: import("@xylabs/hex").BrandedHash;
1875
1931
  _dataHash: import("@xylabs/hex").BrandedHash;
1876
- }[]];
1932
+ })[]];
1877
1933
  };
1878
1934
  export declare const toSignedHydratedTransactionWithHashMeta: {
1879
1935
  <T>(value: T): (T & [{
@@ -1903,8 +1959,6 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
1903
1959
  } & {
1904
1960
  readonly __address: true;
1905
1961
  };
1906
- _hash: import("@xylabs/hex").BrandedHash;
1907
- _dataHash: import("@xylabs/hex").BrandedHash;
1908
1962
  $destination?: (Lowercase<string> & {
1909
1963
  readonly __hex: true;
1910
1964
  } & {
@@ -1912,11 +1966,15 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
1912
1966
  }) | undefined;
1913
1967
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
1914
1968
  script?: string[] | undefined;
1915
- }, {
1969
+ } & {
1970
+ _hash: import("@xylabs/hex").BrandedHash;
1971
+ _dataHash: import("@xylabs/hex").BrandedHash;
1972
+ }, ({
1916
1973
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
1974
+ } & {
1917
1975
  _hash: import("@xylabs/hex").BrandedHash;
1918
1976
  _dataHash: import("@xylabs/hex").BrandedHash;
1919
- }[]]) | undefined;
1977
+ })[]]) | undefined;
1920
1978
  <T>(value: T, assert: import("@xylabs/zod").ZodFactoryConfig): T & [{
1921
1979
  schema: "network.xyo.boundwitness" & {
1922
1980
  readonly __schema: true;
@@ -1944,8 +2002,6 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
1944
2002
  } & {
1945
2003
  readonly __address: true;
1946
2004
  };
1947
- _hash: import("@xylabs/hex").BrandedHash;
1948
- _dataHash: import("@xylabs/hex").BrandedHash;
1949
2005
  $destination?: (Lowercase<string> & {
1950
2006
  readonly __hex: true;
1951
2007
  } & {
@@ -1953,13 +2009,17 @@ export declare const toSignedHydratedTransactionWithHashMeta: {
1953
2009
  }) | undefined;
1954
2010
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
1955
2011
  script?: string[] | undefined;
1956
- }, {
2012
+ } & {
2013
+ _hash: import("@xylabs/hex").BrandedHash;
2014
+ _dataHash: import("@xylabs/hex").BrandedHash;
2015
+ }, ({
1957
2016
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
2017
+ } & {
1958
2018
  _hash: import("@xylabs/hex").BrandedHash;
1959
2019
  _dataHash: import("@xylabs/hex").BrandedHash;
1960
- }[]];
2020
+ })[]];
1961
2021
  };
1962
- export declare const SignedHydratedTransactionWithStorageMetaZod: z.ZodTuple<[z.ZodObject<{
2022
+ export declare const SignedHydratedTransactionWithStorageMetaZod: z.ZodTuple<[z.ZodIntersection<z.ZodObject<{
1963
2023
  schema: z.ZodLiteral<"network.xyo.boundwitness" & {
1964
2024
  readonly __schema: true;
1965
2025
  }>;
@@ -1993,15 +2053,17 @@ export declare const SignedHydratedTransactionWithStorageMetaZod: z.ZodTuple<[z.
1993
2053
  readonly __address: true;
1994
2054
  }, string>>;
1995
2055
  script: z.ZodOptional<z.ZodArray<z.ZodString>>;
2056
+ }, z.core.$strip>, z.ZodObject<{
1996
2057
  _hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
1997
2058
  _dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
1998
2059
  _sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>;
1999
- }, z.core.$strip>, z.ZodArray<z.ZodObject<{
2060
+ }, z.core.$strip>>, z.ZodArray<z.ZodIntersection<z.ZodObject<{
2000
2061
  schema: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").BrandedSchema<string>, string>>;
2062
+ }, z.core.$strict>, z.ZodObject<{
2001
2063
  _hash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
2002
2064
  _dataHash: z.ZodPipe<z.ZodString, z.ZodTransform<import("@xylabs/hex").BrandedHash, string>>;
2003
2065
  _sequence: z.ZodUnion<readonly [z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").LocalSequence, string>>, z.ZodPipe<z.ZodString, z.ZodTransform<import("@xyo-network/payload-model").QualifiedSequence, string>>]>;
2004
- }, z.core.$strip>>], null>;
2066
+ }, z.core.$strip>>>], null>;
2005
2067
  export type SignedHydratedTransactionWithStorageMeta = z.infer<typeof SignedHydratedTransactionWithStorageMetaZod>;
2006
2068
  export declare const isSignedHydratedTransactionWithStorageMeta: <T>(value: T) => value is T & [{
2007
2069
  schema: "network.xyo.boundwitness" & {
@@ -2030,9 +2092,6 @@ export declare const isSignedHydratedTransactionWithStorageMeta: <T>(value: T) =
2030
2092
  } & {
2031
2093
  readonly __address: true;
2032
2094
  };
2033
- _hash: import("@xylabs/hex").BrandedHash;
2034
- _dataHash: import("@xylabs/hex").BrandedHash;
2035
- _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
2036
2095
  $destination?: (Lowercase<string> & {
2037
2096
  readonly __hex: true;
2038
2097
  } & {
@@ -2040,12 +2099,17 @@ export declare const isSignedHydratedTransactionWithStorageMeta: <T>(value: T) =
2040
2099
  }) | undefined;
2041
2100
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
2042
2101
  script?: string[] | undefined;
2043
- }, {
2102
+ } & {
2103
+ _hash: import("@xylabs/hex").BrandedHash;
2104
+ _dataHash: import("@xylabs/hex").BrandedHash;
2105
+ _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
2106
+ }, ({
2044
2107
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
2108
+ } & {
2045
2109
  _hash: import("@xylabs/hex").BrandedHash;
2046
2110
  _dataHash: import("@xylabs/hex").BrandedHash;
2047
2111
  _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
2048
- }[]];
2112
+ })[]];
2049
2113
  export declare const asSignedHydratedTransactionWithStorageMeta: {
2050
2114
  <T>(value: T): (T & [{
2051
2115
  schema: "network.xyo.boundwitness" & {
@@ -2074,9 +2138,6 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
2074
2138
  } & {
2075
2139
  readonly __address: true;
2076
2140
  };
2077
- _hash: import("@xylabs/hex").BrandedHash;
2078
- _dataHash: import("@xylabs/hex").BrandedHash;
2079
- _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
2080
2141
  $destination?: (Lowercase<string> & {
2081
2142
  readonly __hex: true;
2082
2143
  } & {
@@ -2084,12 +2145,17 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
2084
2145
  }) | undefined;
2085
2146
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
2086
2147
  script?: string[] | undefined;
2087
- }, {
2148
+ } & {
2149
+ _hash: import("@xylabs/hex").BrandedHash;
2150
+ _dataHash: import("@xylabs/hex").BrandedHash;
2151
+ _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
2152
+ }, ({
2088
2153
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
2154
+ } & {
2089
2155
  _hash: import("@xylabs/hex").BrandedHash;
2090
2156
  _dataHash: import("@xylabs/hex").BrandedHash;
2091
2157
  _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
2092
- }[]]) | undefined;
2158
+ })[]]) | undefined;
2093
2159
  <T>(value: T, assert: import("@xylabs/zod").ZodFactoryConfig): T & [{
2094
2160
  schema: "network.xyo.boundwitness" & {
2095
2161
  readonly __schema: true;
@@ -2117,9 +2183,6 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
2117
2183
  } & {
2118
2184
  readonly __address: true;
2119
2185
  };
2120
- _hash: import("@xylabs/hex").BrandedHash;
2121
- _dataHash: import("@xylabs/hex").BrandedHash;
2122
- _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
2123
2186
  $destination?: (Lowercase<string> & {
2124
2187
  readonly __hex: true;
2125
2188
  } & {
@@ -2127,12 +2190,17 @@ export declare const asSignedHydratedTransactionWithStorageMeta: {
2127
2190
  }) | undefined;
2128
2191
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
2129
2192
  script?: string[] | undefined;
2130
- }, {
2193
+ } & {
2194
+ _hash: import("@xylabs/hex").BrandedHash;
2195
+ _dataHash: import("@xylabs/hex").BrandedHash;
2196
+ _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
2197
+ }, ({
2131
2198
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
2199
+ } & {
2132
2200
  _hash: import("@xylabs/hex").BrandedHash;
2133
2201
  _dataHash: import("@xylabs/hex").BrandedHash;
2134
2202
  _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
2135
- }[]];
2203
+ })[]];
2136
2204
  };
2137
2205
  export declare const toSignedHydratedTransactionWithStorageMeta: {
2138
2206
  <T>(value: T): (T & [{
@@ -2162,9 +2230,6 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
2162
2230
  } & {
2163
2231
  readonly __address: true;
2164
2232
  };
2165
- _hash: import("@xylabs/hex").BrandedHash;
2166
- _dataHash: import("@xylabs/hex").BrandedHash;
2167
- _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
2168
2233
  $destination?: (Lowercase<string> & {
2169
2234
  readonly __hex: true;
2170
2235
  } & {
@@ -2172,12 +2237,17 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
2172
2237
  }) | undefined;
2173
2238
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
2174
2239
  script?: string[] | undefined;
2175
- }, {
2240
+ } & {
2241
+ _hash: import("@xylabs/hex").BrandedHash;
2242
+ _dataHash: import("@xylabs/hex").BrandedHash;
2243
+ _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
2244
+ }, ({
2176
2245
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
2246
+ } & {
2177
2247
  _hash: import("@xylabs/hex").BrandedHash;
2178
2248
  _dataHash: import("@xylabs/hex").BrandedHash;
2179
2249
  _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
2180
- }[]]) | undefined;
2250
+ })[]]) | undefined;
2181
2251
  <T>(value: T, assert: import("@xylabs/zod").ZodFactoryConfig): T & [{
2182
2252
  schema: "network.xyo.boundwitness" & {
2183
2253
  readonly __schema: true;
@@ -2205,9 +2275,6 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
2205
2275
  } & {
2206
2276
  readonly __address: true;
2207
2277
  };
2208
- _hash: import("@xylabs/hex").BrandedHash;
2209
- _dataHash: import("@xylabs/hex").BrandedHash;
2210
- _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
2211
2278
  $destination?: (Lowercase<string> & {
2212
2279
  readonly __hex: true;
2213
2280
  } & {
@@ -2215,11 +2282,16 @@ export declare const toSignedHydratedTransactionWithStorageMeta: {
2215
2282
  }) | undefined;
2216
2283
  $sourceQuery?: import("@xylabs/hex").BrandedHash | undefined;
2217
2284
  script?: string[] | undefined;
2218
- }, {
2285
+ } & {
2286
+ _hash: import("@xylabs/hex").BrandedHash;
2287
+ _dataHash: import("@xylabs/hex").BrandedHash;
2288
+ _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
2289
+ }, ({
2219
2290
  schema: import("@xyo-network/payload-model").BrandedSchema<string>;
2291
+ } & {
2220
2292
  _hash: import("@xylabs/hex").BrandedHash;
2221
2293
  _dataHash: import("@xylabs/hex").BrandedHash;
2222
2294
  _sequence: import("@xyo-network/payload-model").LocalSequence | import("@xyo-network/payload-model").QualifiedSequence;
2223
- }[]];
2295
+ })[]];
2224
2296
  };
2225
2297
  //# sourceMappingURL=HydratedTransaction.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HydratedTransaction.d.ts","sourceRoot":"","sources":["../../../src/model/HydratedTransaction.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"HydratedTransaction.d.ts","sourceRoot":"","sources":["../../../src/model/HydratedTransaction.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/xl1-protocol",
3
- "version": "1.24.12",
3
+ "version": "1.24.14",
4
4
  "description": "XYO Layer One Protocol",
5
5
  "homepage": "https://xylabs.com",
6
6
  "bugs": {
@@ -41,20 +41,20 @@
41
41
  "@opentelemetry/api": "^1.9.0",
42
42
  "@xylabs/sdk-js": "~5.0.79",
43
43
  "@xylabs/zod": "~5.0.79",
44
- "@xyo-network/archivist-model": "~5.3.2",
45
- "@xyo-network/boundwitness-model": "~5.3.2",
46
- "@xyo-network/payload-model": "~5.3.2",
47
- "@xyo-network/schema-payload-plugin": "~5.3.2",
48
- "@xyo-network/sdk-js": "~5.3.2"
44
+ "@xyo-network/archivist-model": "~5.3.5",
45
+ "@xyo-network/boundwitness-model": "~5.3.5",
46
+ "@xyo-network/payload-model": "~5.3.5",
47
+ "@xyo-network/schema-payload-plugin": "~5.3.5",
48
+ "@xyo-network/sdk-js": "~5.3.5"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/node": "~25.2.3",
52
- "@typescript-eslint/types": "~8.55.0",
52
+ "@typescript-eslint/types": "~8.56.0",
53
53
  "@xylabs/creatable": "~5.0.79",
54
54
  "@xylabs/eslint-config-flat": "~7.3.2",
55
55
  "@xylabs/ts-scripts-yarn3": "~7.3.2",
56
56
  "@xylabs/tsconfig": "~7.3.2",
57
- "@xyo-network/account-model": "~5.3.2",
57
+ "@xyo-network/account-model": "~5.3.5",
58
58
  "dependency-cruiser": "~17.3.8",
59
59
  "dotenv": "~17.3.1",
60
60
  "eslint": "^9.39.2",