@xyo-network/xl1-rpc 2.0.5 → 2.0.6
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/index.mjs +3 -2
- package/dist/neutral/index.mjs.map +2 -2
- package/dist/neutral/provider/runner/JsonRpcMempoolRunner/JsonRpcMempoolRunnerMethods.d.ts +32 -16
- package/dist/neutral/provider/runner/JsonRpcMempoolRunner/JsonRpcMempoolRunnerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/runner/JsonRpcXyoRunner.d.ts +16 -8
- package/dist/neutral/provider/runner/JsonRpcXyoRunner.d.ts.map +1 -1
- package/dist/neutral/provider/signer/JsonRpcXyoSignerMethods.d.ts +32 -16
- package/dist/neutral/provider/signer/JsonRpcXyoSignerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcAccountBalanceViewer/JsonRpcAccountBalanceViewerMethods.d.ts +56 -24
- package/dist/neutral/provider/viewer/JsonRpcAccountBalanceViewer/JsonRpcAccountBalanceViewerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcBlockViewer/JsonRpcBlockViewerMethods.d.ts +36 -12
- package/dist/neutral/provider/viewer/JsonRpcBlockViewer/JsonRpcBlockViewerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcFinalizationViewer/JsonRpcFinalizationViewerMethods.d.ts +16 -8
- package/dist/neutral/provider/viewer/JsonRpcFinalizationViewer/JsonRpcFinalizationViewerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcMempoolViewer/JsonRpcMempoolViewerMethods.d.ts +32 -16
- package/dist/neutral/provider/viewer/JsonRpcMempoolViewer/JsonRpcMempoolViewerMethods.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcTransactionViewer/JsonRpcTransactionViewer.d.ts +84 -28
- package/dist/neutral/provider/viewer/JsonRpcTransactionViewer/JsonRpcTransactionViewer.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts +96 -32
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/neutral/types/schema/AccountBalanceViewerRpcSchemas.d.ts +56 -24
- package/dist/neutral/types/schema/AccountBalanceViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts +428 -212
- package/dist/neutral/types/schema/AllRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/BlockViewerRpcSchemas.d.ts +36 -12
- package/dist/neutral/types/schema/BlockViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/DataLakePageRpcSchemas.d.ts +6 -6
- package/dist/neutral/types/schema/FinalizationViewerRpcSchemas.d.ts +16 -8
- package/dist/neutral/types/schema/FinalizationViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/MempoolRunnerRpcSchemas.d.ts +32 -16
- package/dist/neutral/types/schema/MempoolRunnerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/MempoolViewerRpcSchemas.d.ts +32 -16
- package/dist/neutral/types/schema/MempoolViewerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/TransactionViewerRpcSchema.d.ts +64 -32
- package/dist/neutral/types/schema/TransactionViewerRpcSchema.d.ts.map +1 -1
- package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts +16 -8
- package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts +32 -16
- package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts.map +1 -1
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts +96 -32
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/index-node.mjs +3 -2
- package/dist/node/index-node.mjs.map +2 -2
- package/dist/node/provider/runner/JsonRpcMempoolRunner/JsonRpcMempoolRunnerMethods.d.ts +32 -16
- package/dist/node/provider/runner/JsonRpcMempoolRunner/JsonRpcMempoolRunnerMethods.d.ts.map +1 -1
- package/dist/node/provider/runner/JsonRpcXyoRunner.d.ts +16 -8
- package/dist/node/provider/runner/JsonRpcXyoRunner.d.ts.map +1 -1
- package/dist/node/provider/signer/JsonRpcXyoSignerMethods.d.ts +32 -16
- package/dist/node/provider/signer/JsonRpcXyoSignerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcAccountBalanceViewer/JsonRpcAccountBalanceViewerMethods.d.ts +56 -24
- package/dist/node/provider/viewer/JsonRpcAccountBalanceViewer/JsonRpcAccountBalanceViewerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcBlockViewer/JsonRpcBlockViewerMethods.d.ts +36 -12
- package/dist/node/provider/viewer/JsonRpcBlockViewer/JsonRpcBlockViewerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcFinalizationViewer/JsonRpcFinalizationViewerMethods.d.ts +16 -8
- package/dist/node/provider/viewer/JsonRpcFinalizationViewer/JsonRpcFinalizationViewerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcMempoolViewer/JsonRpcMempoolViewerMethods.d.ts +32 -16
- package/dist/node/provider/viewer/JsonRpcMempoolViewer/JsonRpcMempoolViewerMethods.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcTransactionViewer/JsonRpcTransactionViewer.d.ts +84 -28
- package/dist/node/provider/viewer/JsonRpcTransactionViewer/JsonRpcTransactionViewer.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts +96 -32
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/node/types/schema/AccountBalanceViewerRpcSchemas.d.ts +56 -24
- package/dist/node/types/schema/AccountBalanceViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/AllRpcSchemas.d.ts +428 -212
- package/dist/node/types/schema/AllRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/BlockViewerRpcSchemas.d.ts +36 -12
- package/dist/node/types/schema/BlockViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/DataLakePageRpcSchemas.d.ts +6 -6
- package/dist/node/types/schema/FinalizationViewerRpcSchemas.d.ts +16 -8
- package/dist/node/types/schema/FinalizationViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/MempoolRunnerRpcSchemas.d.ts +32 -16
- package/dist/node/types/schema/MempoolRunnerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/MempoolViewerRpcSchemas.d.ts +32 -16
- package/dist/node/types/schema/MempoolViewerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/TransactionViewerRpcSchema.d.ts +64 -32
- package/dist/node/types/schema/TransactionViewerRpcSchema.d.ts.map +1 -1
- package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts +16 -8
- package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts +32 -16
- package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts.map +1 -1
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts +96 -32
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts.map +1 -1
- package/package.json +15 -51
|
@@ -385,11 +385,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
385
385
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
386
386
|
readonly __schema: true;
|
|
387
387
|
}>;
|
|
388
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
388
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
389
389
|
readonly __hex: true;
|
|
390
390
|
} & {
|
|
391
391
|
readonly __address: true;
|
|
392
|
-
}, string
|
|
392
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
393
|
+
readonly __hex: true;
|
|
394
|
+
} & {
|
|
395
|
+
readonly __address: true;
|
|
396
|
+
}, string>>]>>;
|
|
393
397
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
394
398
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
395
399
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -406,11 +410,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
406
410
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
407
411
|
readonly __schema: true;
|
|
408
412
|
}>;
|
|
409
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
413
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
410
414
|
readonly __hex: true;
|
|
411
415
|
} & {
|
|
412
416
|
readonly __address: true;
|
|
413
|
-
}, string
|
|
417
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
418
|
+
readonly __hex: true;
|
|
419
|
+
} & {
|
|
420
|
+
readonly __address: true;
|
|
421
|
+
}, string>>]>>;
|
|
414
422
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
415
423
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
416
424
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -467,11 +475,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
467
475
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
468
476
|
readonly __schema: true;
|
|
469
477
|
}>;
|
|
470
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
478
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
471
479
|
readonly __hex: true;
|
|
472
480
|
} & {
|
|
473
481
|
readonly __address: true;
|
|
474
|
-
}, string
|
|
482
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
483
|
+
readonly __hex: true;
|
|
484
|
+
} & {
|
|
485
|
+
readonly __address: true;
|
|
486
|
+
}, string>>]>>;
|
|
475
487
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
476
488
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
477
489
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -488,11 +500,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
488
500
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
489
501
|
readonly __schema: true;
|
|
490
502
|
}>;
|
|
491
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
503
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
492
504
|
readonly __hex: true;
|
|
493
505
|
} & {
|
|
494
506
|
readonly __address: true;
|
|
495
|
-
}, string
|
|
507
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
508
|
+
readonly __hex: true;
|
|
509
|
+
} & {
|
|
510
|
+
readonly __address: true;
|
|
511
|
+
}, string>>]>>;
|
|
496
512
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
497
513
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
498
514
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -551,11 +567,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
551
567
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
552
568
|
readonly __schema: true;
|
|
553
569
|
}>;
|
|
554
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
570
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
555
571
|
readonly __hex: true;
|
|
556
572
|
} & {
|
|
557
573
|
readonly __address: true;
|
|
558
|
-
}, string
|
|
574
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
575
|
+
readonly __hex: true;
|
|
576
|
+
} & {
|
|
577
|
+
readonly __address: true;
|
|
578
|
+
}, string>>]>>;
|
|
559
579
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
560
580
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
561
581
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -583,11 +603,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
583
603
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
584
604
|
readonly __schema: true;
|
|
585
605
|
}>;
|
|
586
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
606
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
587
607
|
readonly __hex: true;
|
|
588
608
|
} & {
|
|
589
609
|
readonly __address: true;
|
|
590
|
-
}, string
|
|
610
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
611
|
+
readonly __hex: true;
|
|
612
|
+
} & {
|
|
613
|
+
readonly __address: true;
|
|
614
|
+
}, string>>]>>;
|
|
591
615
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
592
616
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
593
617
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -623,11 +647,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
623
647
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
624
648
|
readonly __schema: true;
|
|
625
649
|
}>;
|
|
626
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
650
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
627
651
|
readonly __hex: true;
|
|
628
652
|
} & {
|
|
629
653
|
readonly __address: true;
|
|
630
|
-
}, string
|
|
654
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
655
|
+
readonly __hex: true;
|
|
656
|
+
} & {
|
|
657
|
+
readonly __address: true;
|
|
658
|
+
}, string>>]>>;
|
|
631
659
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
632
660
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
633
661
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -655,11 +683,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
655
683
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
656
684
|
readonly __schema: true;
|
|
657
685
|
}>;
|
|
658
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
686
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
659
687
|
readonly __hex: true;
|
|
660
688
|
} & {
|
|
661
689
|
readonly __address: true;
|
|
662
|
-
}, string
|
|
690
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
691
|
+
readonly __hex: true;
|
|
692
|
+
} & {
|
|
693
|
+
readonly __address: true;
|
|
694
|
+
}, string>>]>>;
|
|
663
695
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
664
696
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
665
697
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -695,11 +727,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
695
727
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
696
728
|
readonly __schema: true;
|
|
697
729
|
}>;
|
|
698
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
730
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
699
731
|
readonly __hex: true;
|
|
700
732
|
} & {
|
|
701
733
|
readonly __address: true;
|
|
702
|
-
}, string
|
|
734
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
735
|
+
readonly __hex: true;
|
|
736
|
+
} & {
|
|
737
|
+
readonly __address: true;
|
|
738
|
+
}, string>>]>>;
|
|
703
739
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
704
740
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
705
741
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -727,11 +763,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
727
763
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
728
764
|
readonly __schema: true;
|
|
729
765
|
}>;
|
|
730
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
766
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
731
767
|
readonly __hex: true;
|
|
732
768
|
} & {
|
|
733
769
|
readonly __address: true;
|
|
734
|
-
}, string
|
|
770
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
771
|
+
readonly __hex: true;
|
|
772
|
+
} & {
|
|
773
|
+
readonly __address: true;
|
|
774
|
+
}, string>>]>>;
|
|
735
775
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
736
776
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
737
777
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -1225,11 +1265,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1225
1265
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
1226
1266
|
readonly __schema: true;
|
|
1227
1267
|
}>;
|
|
1228
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1268
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1229
1269
|
readonly __hex: true;
|
|
1230
1270
|
} & {
|
|
1231
1271
|
readonly __address: true;
|
|
1232
|
-
}, string
|
|
1272
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1273
|
+
readonly __hex: true;
|
|
1274
|
+
} & {
|
|
1275
|
+
readonly __address: true;
|
|
1276
|
+
}, string>>]>>;
|
|
1233
1277
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1234
1278
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1235
1279
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -1262,11 +1306,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1262
1306
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
1263
1307
|
readonly __schema: true;
|
|
1264
1308
|
}>;
|
|
1265
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1309
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1266
1310
|
readonly __hex: true;
|
|
1267
1311
|
} & {
|
|
1268
1312
|
readonly __address: true;
|
|
1269
|
-
}, string
|
|
1313
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1314
|
+
readonly __hex: true;
|
|
1315
|
+
} & {
|
|
1316
|
+
readonly __address: true;
|
|
1317
|
+
}, string>>]>>;
|
|
1270
1318
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1271
1319
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1272
1320
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -1307,11 +1355,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1307
1355
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
1308
1356
|
readonly __schema: true;
|
|
1309
1357
|
}>;
|
|
1310
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1358
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1311
1359
|
readonly __hex: true;
|
|
1312
1360
|
} & {
|
|
1313
1361
|
readonly __address: true;
|
|
1314
|
-
}, string
|
|
1362
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1363
|
+
readonly __hex: true;
|
|
1364
|
+
} & {
|
|
1365
|
+
readonly __address: true;
|
|
1366
|
+
}, string>>]>>;
|
|
1315
1367
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1316
1368
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1317
1369
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -1344,11 +1396,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1344
1396
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
1345
1397
|
readonly __schema: true;
|
|
1346
1398
|
}>;
|
|
1347
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1399
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1348
1400
|
readonly __hex: true;
|
|
1349
1401
|
} & {
|
|
1350
1402
|
readonly __address: true;
|
|
1351
|
-
}, string
|
|
1403
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1404
|
+
readonly __hex: true;
|
|
1405
|
+
} & {
|
|
1406
|
+
readonly __address: true;
|
|
1407
|
+
}, string>>]>>;
|
|
1352
1408
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1353
1409
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1354
1410
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -1389,11 +1445,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1389
1445
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
1390
1446
|
readonly __schema: true;
|
|
1391
1447
|
}>;
|
|
1392
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1448
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1393
1449
|
readonly __hex: true;
|
|
1394
1450
|
} & {
|
|
1395
1451
|
readonly __address: true;
|
|
1396
|
-
}, string
|
|
1452
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1453
|
+
readonly __hex: true;
|
|
1454
|
+
} & {
|
|
1455
|
+
readonly __address: true;
|
|
1456
|
+
}, string>>]>>;
|
|
1397
1457
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1398
1458
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1399
1459
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -1426,11 +1486,15 @@ export declare const XyoViewerRpcSchemas: {
|
|
|
1426
1486
|
schema: z.ZodMiniLiteral<"network.xyo.boundwitness" & {
|
|
1427
1487
|
readonly __schema: true;
|
|
1428
1488
|
}>;
|
|
1429
|
-
addresses: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1489
|
+
addresses: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1430
1490
|
readonly __hex: true;
|
|
1431
1491
|
} & {
|
|
1432
1492
|
readonly __address: true;
|
|
1433
|
-
}, string
|
|
1493
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
1494
|
+
readonly __hex: true;
|
|
1495
|
+
} & {
|
|
1496
|
+
readonly __address: true;
|
|
1497
|
+
}, string>>]>>;
|
|
1434
1498
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
1435
1499
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
1436
1500
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"XyoViewerRpcSchemas.d.ts","sourceRoot":"","sources":["../../../../src/types/schema/XyoViewerRpcSchemas.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAA;AAK5B,oCAAoC;AACpC,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"XyoViewerRpcSchemas.d.ts","sourceRoot":"","sources":["../../../../src/types/schema/XyoViewerRpcSchemas.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAA;AAK5B,oCAAoC;AACpC,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiUgB,CAAA;AAEhD,gCAAgC;AAChC,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xyo-network/xl1-rpc",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.6",
|
|
5
5
|
"description": "XYO Layer One API",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -45,49 +45,31 @@
|
|
|
45
45
|
"README.md"
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@xyo-network/xl1-protocol-lib": "~2.0.
|
|
49
|
-
"@xyo-network/xl1-protocol-model": "~2.0.
|
|
50
|
-
"@xyo-network/xl1-protocol-sdk": "~2.0.
|
|
48
|
+
"@xyo-network/xl1-protocol-lib": "~2.0.6",
|
|
49
|
+
"@xyo-network/xl1-protocol-model": "~2.0.6",
|
|
50
|
+
"@xyo-network/xl1-protocol-sdk": "~2.0.6"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@bitauth/libauth": "~3.0.0",
|
|
54
54
|
"@metamask/json-rpc-engine": "^10.5.0",
|
|
55
55
|
"@metamask/providers": "^22.1.1",
|
|
56
56
|
"@metamask/utils": "^11.11.0",
|
|
57
|
+
"@noble/post-quantum": "~0.6.1",
|
|
57
58
|
"@opentelemetry/api": "^1.9.1",
|
|
58
59
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
59
60
|
"@scure/base": "~2.2.0",
|
|
60
61
|
"@scure/bip39": "~2.2.0",
|
|
61
|
-
"@xylabs/
|
|
62
|
-
"@xylabs/
|
|
63
|
-
"@xylabs/
|
|
64
|
-
"@xylabs/
|
|
65
|
-
"@xylabs/
|
|
66
|
-
"@
|
|
67
|
-
"@xyo-network/
|
|
68
|
-
"@xyo-network/account-model": "~6.0.2",
|
|
69
|
-
"@xyo-network/api": "~6.0.2",
|
|
70
|
-
"@xyo-network/api-models": "~6.0.2",
|
|
71
|
-
"@xyo-network/boundwitness-builder": "~6.0.2",
|
|
72
|
-
"@xyo-network/boundwitness-model": "~6.0.2",
|
|
73
|
-
"@xyo-network/boundwitness-wrapper": "~6.0.2",
|
|
74
|
-
"@xyo-network/config-payload-plugin": "~6.0.2",
|
|
75
|
-
"@xyo-network/huri": "~6.0.2",
|
|
76
|
-
"@xyo-network/manifest-model": "~6.0.2",
|
|
77
|
-
"@xyo-network/payload-builder": "~6.0.2",
|
|
78
|
-
"@xyo-network/payload-model": "~6.0.2",
|
|
79
|
-
"@xyo-network/payload-plugin": "~6.0.2",
|
|
80
|
-
"@xyo-network/payload-wrapper": "~6.0.2",
|
|
81
|
-
"@xyo-network/query-payload-plugin": "~6.0.2",
|
|
82
|
-
"@xyo-network/sdk-js": "~6.0",
|
|
83
|
-
"@xyo-network/sdk-protocol-js": "~6.0.2",
|
|
84
|
-
"@xyo-network/wallet": "~6.0.2",
|
|
85
|
-
"@xyo-network/wallet-model": "^6.0.2",
|
|
62
|
+
"@xylabs/geo": "^6.0.4",
|
|
63
|
+
"@xylabs/sdk-js": "^6.0.4",
|
|
64
|
+
"@xylabs/threads": "~6.0.4",
|
|
65
|
+
"@xylabs/toolchain": "~8.1.6",
|
|
66
|
+
"@xylabs/tsconfig": "~8.1.6",
|
|
67
|
+
"@xyo-network/sdk-js": "~6.0.1",
|
|
68
|
+
"@xyo-network/sdk-protocol-js": "~6.0.5",
|
|
86
69
|
"ajv": "^8.20.0",
|
|
87
70
|
"async-mutex": "^0.5.0",
|
|
88
71
|
"bn.js": "^5.2.3",
|
|
89
72
|
"buffer": "^6.0.3",
|
|
90
|
-
"chalk": "^5.6.2",
|
|
91
73
|
"cosmiconfig": "^9.0.1",
|
|
92
74
|
"debug": "~4.4.3",
|
|
93
75
|
"dotenv": "~17.4.2",
|
|
@@ -95,7 +77,7 @@
|
|
|
95
77
|
"ethers": "^6.16.0",
|
|
96
78
|
"hash-wasm": "~4.12.0",
|
|
97
79
|
"idb": "^8.0.3",
|
|
98
|
-
"lru-cache": "^11.5.
|
|
80
|
+
"lru-cache": "^11.5.1",
|
|
99
81
|
"mapbox-gl": "^3.24.0",
|
|
100
82
|
"observable-fns": "~0.6.1",
|
|
101
83
|
"pako": "^2.1.0",
|
|
@@ -108,45 +90,27 @@
|
|
|
108
90
|
"wasm-feature-detect": "~1.8.0",
|
|
109
91
|
"webextension-polyfill": "^0.12.0",
|
|
110
92
|
"zod": "~4.4.3",
|
|
111
|
-
"@xyo-network/xl1-test": "~2.0.
|
|
93
|
+
"@xyo-network/xl1-test": "~2.0.6"
|
|
112
94
|
},
|
|
113
95
|
"peerDependencies": {
|
|
114
96
|
"@bitauth/libauth": "~3.0",
|
|
115
97
|
"@metamask/json-rpc-engine": "^10.3",
|
|
116
98
|
"@metamask/providers": "^22.1",
|
|
117
99
|
"@metamask/utils": "^11.11",
|
|
100
|
+
"@noble/post-quantum": "~0.6.1",
|
|
118
101
|
"@opentelemetry/api": "^1.9",
|
|
119
102
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
120
103
|
"@scure/base": "~2.2",
|
|
121
104
|
"@scure/bip39": "~2.2",
|
|
122
|
-
"@xylabs/fetch": "^6.0",
|
|
123
105
|
"@xylabs/geo": "^6.0",
|
|
124
106
|
"@xylabs/sdk-js": "^6.0",
|
|
125
107
|
"@xylabs/threads": "~6.0",
|
|
126
|
-
"@xyo-network/account": "~6.0",
|
|
127
|
-
"@xyo-network/account-model": "~6.0",
|
|
128
|
-
"@xyo-network/api": "~6.0",
|
|
129
|
-
"@xyo-network/api-models": "~6.0",
|
|
130
|
-
"@xyo-network/boundwitness-builder": "~6.0",
|
|
131
|
-
"@xyo-network/boundwitness-model": "~6.0",
|
|
132
|
-
"@xyo-network/boundwitness-wrapper": "~6.0",
|
|
133
|
-
"@xyo-network/config-payload-plugin": "~6.0",
|
|
134
|
-
"@xyo-network/huri": "~6.0",
|
|
135
|
-
"@xyo-network/manifest-model": "~6.0",
|
|
136
|
-
"@xyo-network/payload-builder": "~6.0",
|
|
137
|
-
"@xyo-network/payload-model": "~6.0",
|
|
138
|
-
"@xyo-network/payload-plugin": "~6.0",
|
|
139
|
-
"@xyo-network/payload-wrapper": "~6.0",
|
|
140
|
-
"@xyo-network/query-payload-plugin": "~6.0",
|
|
141
108
|
"@xyo-network/sdk-js": "^6.0",
|
|
142
109
|
"@xyo-network/sdk-protocol-js": "~6.0",
|
|
143
|
-
"@xyo-network/wallet": "~6.0",
|
|
144
|
-
"@xyo-network/wallet-model": "^6.0",
|
|
145
110
|
"ajv": "^8.20",
|
|
146
111
|
"async-mutex": "^0.5",
|
|
147
112
|
"bn.js": "^5.2",
|
|
148
113
|
"buffer": "^6.0",
|
|
149
|
-
"chalk": "^5.6",
|
|
150
114
|
"cosmiconfig": "^9.0",
|
|
151
115
|
"debug": "~4.4",
|
|
152
116
|
"ethers": "^6.16",
|