@xyo-network/xl1-rpc 1.15.4 → 1.15.5

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.
@@ -0,0 +1,6 @@
1
+ import * as z from 'zod';
2
+ export declare const StepIdentityZod: z.ZodObject<{
3
+ block: z.ZodNumber;
4
+ step: z.ZodNumber;
5
+ }, z.core.$strip>;
6
+ //# sourceMappingURL=StepIdentity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StepIdentity.d.ts","sourceRoot":"","sources":["../../../../../src/types/schema/common/StepIdentity.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAA;AAExB,eAAO,MAAM,eAAe;;;iBAG1B,CAAA"}
@@ -9,7 +9,7 @@ export * from './Payload.ts';
9
9
  export * from './Permission.ts';
10
10
  export * from './Sequence.ts';
11
11
  export * from './Stake.ts';
12
- export * from './StepContext.ts';
12
+ export * from './StepIdentity.ts';
13
13
  export * from './TransactionBoundWitness.ts';
14
14
  export * from './TransactionFees.ts';
15
15
  export * from './Transfer.ts';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/types/schema/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA;AACjC,cAAc,YAAY,CAAA;AAC1B,cAAc,oBAAoB,CAAA;AAClC,cAAc,0BAA0B,CAAA;AACxC,cAAc,WAAW,CAAA;AACzB,cAAc,cAAc,CAAA;AAC5B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA;AAC7B,cAAc,YAAY,CAAA;AAC1B,cAAc,kBAAkB,CAAA;AAChC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,sBAAsB,CAAA;AACpC,cAAc,eAAe,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/types/schema/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA;AACjC,cAAc,YAAY,CAAA;AAC1B,cAAc,oBAAoB,CAAA;AAClC,cAAc,0BAA0B,CAAA;AACxC,cAAc,WAAW,CAAA;AACzB,cAAc,cAAc,CAAA;AAC5B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA;AAC7B,cAAc,YAAY,CAAA;AAC1B,cAAc,mBAAmB,CAAA;AACjC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,sBAAsB,CAAA;AACpC,cAAc,eAAe,CAAA"}
@@ -424,9 +424,9 @@ var JsonToStakeZod = StakeZod.extend({
424
424
  withdrawBlock: val.withdrawBlock
425
425
  }));
426
426
 
427
- // src/types/schema/common/StepContext.ts
427
+ // src/types/schema/common/StepIdentity.ts
428
428
  import * as z14 from "zod";
429
- var StepContextZod = z14.object({
429
+ var StepIdentityZod = z14.object({
430
430
  block: z14.number(),
431
431
  step: z14.number()
432
432
  });
@@ -621,13 +621,13 @@ var XyoViewerRpcSchemas = {
621
621
  params: {
622
622
  to: z20.union([
623
623
  z20.tuple([
624
- StepContextZod,
624
+ StepIdentityZod,
625
625
  AddressZod
626
626
  ])
627
627
  ]),
628
628
  from: z20.union([
629
629
  z20.tuple([
630
- StepContextZod,
630
+ StepIdentityZod,
631
631
  AddressZod
632
632
  ])
633
633
  ])
@@ -659,13 +659,13 @@ var XyoViewerRpcSchemas = {
659
659
  params: {
660
660
  to: z20.union([
661
661
  z20.tuple([
662
- StepContextZod,
662
+ StepIdentityZod,
663
663
  AddressZod
664
664
  ])
665
665
  ]),
666
666
  from: z20.union([
667
667
  z20.tuple([
668
- StepContextZod,
668
+ StepIdentityZod,
669
669
  AddressZod
670
670
  ])
671
671
  ])
@@ -685,13 +685,13 @@ var XyoViewerRpcSchemas = {
685
685
  params: {
686
686
  to: z20.union([
687
687
  z20.tuple([
688
- StepContextZod,
688
+ StepIdentityZod,
689
689
  AddressZod
690
690
  ])
691
691
  ]),
692
692
  from: z20.union([
693
693
  z20.tuple([
694
- StepContextZod,
694
+ StepIdentityZod,
695
695
  AddressZod
696
696
  ])
697
697
  ])
@@ -723,12 +723,12 @@ var XyoViewerRpcSchemas = {
723
723
  params: {
724
724
  to: z20.union([
725
725
  z20.tuple([
726
- StepContextZod
726
+ StepIdentityZod
727
727
  ])
728
728
  ]),
729
729
  from: z20.union([
730
730
  z20.tuple([
731
- StepContextZod
731
+ StepIdentityZod
732
732
  ])
733
733
  ])
734
734
  },
@@ -741,13 +741,13 @@ var XyoViewerRpcSchemas = {
741
741
  params: {
742
742
  to: z20.union([
743
743
  z20.tuple([
744
- StepContextZod,
744
+ StepIdentityZod,
745
745
  z20.number()
746
746
  ])
747
747
  ]),
748
748
  from: z20.union([
749
749
  z20.tuple([
750
- StepContextZod,
750
+ StepIdentityZod,
751
751
  z20.number()
752
752
  ])
753
753
  ])
@@ -761,13 +761,13 @@ var XyoViewerRpcSchemas = {
761
761
  params: {
762
762
  to: z20.union([
763
763
  z20.tuple([
764
- StepContextZod,
764
+ StepIdentityZod,
765
765
  z20.number()
766
766
  ])
767
767
  ]),
768
768
  from: z20.union([
769
769
  z20.tuple([
770
- StepContextZod,
770
+ StepIdentityZod,
771
771
  z20.number()
772
772
  ])
773
773
  ])
@@ -781,12 +781,12 @@ var XyoViewerRpcSchemas = {
781
781
  params: {
782
782
  to: z20.union([
783
783
  z20.tuple([
784
- StepContextZod
784
+ StepIdentityZod
785
785
  ])
786
786
  ]),
787
787
  from: z20.union([
788
788
  z20.tuple([
789
- StepContextZod
789
+ StepIdentityZod
790
790
  ])
791
791
  ])
792
792
  },
@@ -799,12 +799,12 @@ var XyoViewerRpcSchemas = {
799
799
  params: {
800
800
  to: z20.union([
801
801
  z20.tuple([
802
- StepContextZod
802
+ StepIdentityZod
803
803
  ])
804
804
  ]),
805
805
  from: z20.union([
806
806
  z20.tuple([
807
- StepContextZod
807
+ StepIdentityZod
808
808
  ])
809
809
  ])
810
810
  },
@@ -817,12 +817,12 @@ var XyoViewerRpcSchemas = {
817
817
  params: {
818
818
  to: z20.union([
819
819
  z20.tuple([
820
- StepContextZod
820
+ StepIdentityZod
821
821
  ])
822
822
  ]),
823
823
  from: z20.union([
824
824
  z20.tuple([
825
- StepContextZod
825
+ StepIdentityZod
826
826
  ])
827
827
  ])
828
828
  },
@@ -835,12 +835,12 @@ var XyoViewerRpcSchemas = {
835
835
  params: {
836
836
  to: z20.union([
837
837
  z20.tuple([
838
- StepContextZod
838
+ StepIdentityZod
839
839
  ])
840
840
  ]),
841
841
  from: z20.union([
842
842
  z20.tuple([
843
- StepContextZod
843
+ StepIdentityZod
844
844
  ])
845
845
  ])
846
846
  },
@@ -853,13 +853,13 @@ var XyoViewerRpcSchemas = {
853
853
  params: {
854
854
  to: z20.union([
855
855
  z20.tuple([
856
- StepContextZod,
856
+ StepIdentityZod,
857
857
  z20.number()
858
858
  ])
859
859
  ]),
860
860
  from: z20.union([
861
861
  z20.tuple([
862
- StepContextZod,
862
+ StepIdentityZod,
863
863
  z20.number()
864
864
  ])
865
865
  ])
@@ -2428,7 +2428,7 @@ export {
2428
2428
  SignedTransactionBoundWitnessZod,
2429
2429
  StakeToJsonZod,
2430
2430
  StakeZod,
2431
- StepContextZod,
2431
+ StepIdentityZod,
2432
2432
  StorageMetaZod,
2433
2433
  TransactionBoundWitnessZod,
2434
2434
  TransactionFeesBigIntToJsonZod,