@xyo-network/crypto-payload-plugins 2.57.4 → 2.57.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.
Files changed (47) hide show
  1. package/dist/docs.json +1009 -217
  2. package/docs/assets/highlight.css +22 -0
  3. package/docs/assets/main.js +58 -0
  4. package/docs/assets/search.js +1 -0
  5. package/docs/assets/style.css +1367 -0
  6. package/docs/functions/CoingeckoCryptoMarketPayloadPlugin.html +84 -0
  7. package/docs/functions/CryptoCardsGamePayloadPlugin.html +84 -0
  8. package/docs/functions/CryptoCardsMovePayloadPlugin.html +84 -0
  9. package/docs/functions/CryptoMarketAssetPayloadPlugin.html +84 -0
  10. package/docs/functions/UniswapCryptoMarketPayloadPlugin.html +84 -0
  11. package/docs/functions/coingeckoCryptoMarketPayloadTemplate.html +84 -0
  12. package/docs/functions/cryptoCardsGamePayloadTemplate.html +84 -0
  13. package/docs/functions/cryptoCardsMovePayloadTemplate.html +84 -0
  14. package/docs/functions/cryptoMarketAssetPayloadTemplate.html +84 -0
  15. package/docs/functions/uniswapCryptoMarketPayloadTemplate.html +84 -0
  16. package/docs/index.html +91 -0
  17. package/docs/interfaces/AssetInfo.html +104 -0
  18. package/docs/interfaces/XyoCryptoAsset.html +111 -0
  19. package/docs/interfaces/XyoCryptoMarketAssetPayload.html +130 -0
  20. package/docs/interfaces/XyoUniswapCryptoPair.html +104 -0
  21. package/docs/interfaces/XyoUniswapCryptoToken.html +118 -0
  22. package/docs/modules.html +143 -0
  23. package/docs/types/AssetSymbol.html +80 -0
  24. package/docs/types/Currency.html +80 -0
  25. package/docs/types/Token.html +80 -0
  26. package/docs/types/ValueBasis.html +80 -0
  27. package/docs/types/XyoCoingeckoCryptoMarketPayload.html +80 -0
  28. package/docs/types/XyoCoingeckoCryptoMarketSchema.html +81 -0
  29. package/docs/types/XyoCryptoAssetPrices.html +80 -0
  30. package/docs/types/XyoCryptoCardsGamePayload.html +80 -0
  31. package/docs/types/XyoCryptoCardsGameSchema.html +81 -0
  32. package/docs/types/XyoCryptoCardsMovePayload.html +80 -0
  33. package/docs/types/XyoCryptoCardsMoveSchema.html +81 -0
  34. package/docs/types/XyoCryptoMarketAssetSchema.html +81 -0
  35. package/docs/types/XyoUniswapCryptoMarketPayload.html +80 -0
  36. package/docs/types/XyoUniswapCryptoMarketSchema.html +81 -0
  37. package/docs/types/XyoUniswapCryptoMarketWitnessConfigSchema.html +81 -0
  38. package/docs/variables/CryptoPayloadPlugins.html +80 -0
  39. package/docs/variables/XyoCoingeckoCryptoMarketSchema-1.html +81 -0
  40. package/docs/variables/XyoCryptoCardsGameSchema-1.html +81 -0
  41. package/docs/variables/XyoCryptoCardsMoveSchema-1.html +81 -0
  42. package/docs/variables/XyoCryptoCardsPayloadPlugins.html +80 -0
  43. package/docs/variables/XyoCryptoMarketAssetSchema-1.html +81 -0
  44. package/docs/variables/XyoCryptoMarketPayloadPlugins.html +80 -0
  45. package/docs/variables/XyoUniswapCryptoMarketSchema-1.html +81 -0
  46. package/docs/variables/XyoUniswapCryptoMarketWitnessConfigSchema-1.html +81 -0
  47. package/package.json +6 -6
package/dist/docs.json CHANGED
@@ -1,23 +1,22 @@
1
1
  {
2
2
  "id": 0,
3
3
  "name": "@xyo-network/crypto-payload-plugins",
4
+ "variant": "project",
4
5
  "kind": 1,
5
- "kindString": "Project",
6
6
  "flags": {},
7
- "originalName": "",
8
7
  "children": [
9
8
  {
10
9
  "id": 2,
11
10
  "name": "default",
11
+ "variant": "reference",
12
12
  "kind": 8388608,
13
- "kindString": "Reference",
14
13
  "flags": {},
15
14
  "sources": [
16
15
  {
17
16
  "fileName": "plugins/packages/payload/packages/crypto/src/index.ts",
18
17
  "line": 11,
19
18
  "character": 0,
20
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/plugins/packages/payload/packages/crypto/src/index.ts#L11"
19
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/plugins/packages/payload/packages/crypto/src/index.ts#L11"
21
20
  }
22
21
  ],
23
22
  "target": 1
@@ -25,15 +24,15 @@
25
24
  {
26
25
  "id": 81,
27
26
  "name": "AssetInfo",
27
+ "variant": "declaration",
28
28
  "kind": 256,
29
- "kindString": "Interface",
30
29
  "flags": {},
31
30
  "children": [
32
31
  {
33
32
  "id": 82,
34
33
  "name": "value",
34
+ "variant": "declaration",
35
35
  "kind": 1024,
36
- "kindString": "Property",
37
36
  "flags": {},
38
37
  "sources": [
39
38
  {
@@ -44,22 +43,32 @@
44
43
  ],
45
44
  "type": {
46
45
  "type": "reference",
46
+ "target": {
47
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
48
+ "qualifiedName": "Partial"
49
+ },
47
50
  "typeArguments": [
48
51
  {
49
52
  "type": "reference",
53
+ "target": {
54
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
55
+ "qualifiedName": "Record"
56
+ },
50
57
  "typeArguments": [
51
58
  {
52
59
  "type": "union",
53
60
  "types": [
54
61
  {
55
62
  "type": "reference",
56
- "id": 83,
57
- "name": "Currency"
63
+ "target": 83,
64
+ "name": "Currency",
65
+ "package": "@xyo-network/crypto-asset-payload-plugin"
58
66
  },
59
67
  {
60
68
  "type": "reference",
61
- "id": 84,
62
- "name": "Token"
69
+ "target": 84,
70
+ "name": "Token",
71
+ "package": "@xyo-network/crypto-asset-payload-plugin"
63
72
  }
64
73
  ]
65
74
  },
@@ -78,12 +87,10 @@
78
87
  }
79
88
  ],
80
89
  "name": "Record",
81
- "qualifiedName": "Record",
82
90
  "package": "typescript"
83
91
  }
84
92
  ],
85
93
  "name": "Partial",
86
- "qualifiedName": "Partial",
87
94
  "package": "typescript"
88
95
  }
89
96
  }
@@ -107,15 +114,15 @@
107
114
  {
108
115
  "id": 62,
109
116
  "name": "XyoCryptoAsset",
117
+ "variant": "declaration",
110
118
  "kind": 256,
111
- "kindString": "Interface",
112
119
  "flags": {},
113
120
  "children": [
114
121
  {
115
122
  "id": 63,
116
123
  "name": "name",
124
+ "variant": "declaration",
117
125
  "kind": 1024,
118
- "kindString": "Property",
119
126
  "flags": {
120
127
  "isOptional": true
121
128
  },
@@ -134,8 +141,8 @@
134
141
  {
135
142
  "id": 64,
136
143
  "name": "symbol",
144
+ "variant": "declaration",
137
145
  "kind": 1024,
138
- "kindString": "Property",
139
146
  "flags": {
140
147
  "isOptional": true
141
148
  },
@@ -172,15 +179,15 @@
172
179
  {
173
180
  "id": 86,
174
181
  "name": "XyoCryptoMarketAssetPayload",
182
+ "variant": "declaration",
175
183
  "kind": 256,
176
- "kindString": "Interface",
177
184
  "flags": {},
178
185
  "children": [
179
186
  {
180
187
  "id": 87,
181
188
  "name": "assets",
189
+ "variant": "declaration",
182
190
  "kind": 1024,
183
- "kindString": "Property",
184
191
  "flags": {},
185
192
  "sources": [
186
193
  {
@@ -191,14 +198,23 @@
191
198
  ],
192
199
  "type": {
193
200
  "type": "reference",
201
+ "target": {
202
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
203
+ "qualifiedName": "Partial"
204
+ },
194
205
  "typeArguments": [
195
206
  {
196
207
  "type": "reference",
208
+ "target": {
209
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
210
+ "qualifiedName": "Record"
211
+ },
197
212
  "typeArguments": [
198
213
  {
199
214
  "type": "reference",
200
- "id": 84,
201
- "name": "Token"
215
+ "target": 84,
216
+ "name": "Token",
217
+ "package": "@xyo-network/crypto-asset-payload-plugin"
202
218
  },
203
219
  {
204
220
  "type": "union",
@@ -209,27 +225,26 @@
209
225
  },
210
226
  {
211
227
  "type": "reference",
212
- "id": 81,
213
- "name": "AssetInfo"
228
+ "target": 81,
229
+ "name": "AssetInfo",
230
+ "package": "@xyo-network/crypto-asset-payload-plugin"
214
231
  }
215
232
  ]
216
233
  }
217
234
  ],
218
235
  "name": "Record",
219
- "qualifiedName": "Record",
220
236
  "package": "typescript"
221
237
  }
222
238
  ],
223
239
  "name": "Partial",
224
- "qualifiedName": "Partial",
225
240
  "package": "typescript"
226
241
  }
227
242
  },
228
243
  {
229
244
  "id": 88,
230
245
  "name": "schema",
246
+ "variant": "declaration",
231
247
  "kind": 1024,
232
- "kindString": "Property",
233
248
  "flags": {},
234
249
  "sources": [
235
250
  {
@@ -244,14 +259,15 @@
244
259
  },
245
260
  "overwrites": {
246
261
  "type": "reference",
262
+ "target": -1,
247
263
  "name": "Payload.schema"
248
264
  }
249
265
  },
250
266
  {
251
267
  "id": 90,
252
268
  "name": "sources",
269
+ "variant": "declaration",
253
270
  "kind": 1024,
254
- "kindString": "Property",
255
271
  "flags": {
256
272
  "isOptional": true
257
273
  },
@@ -271,14 +287,15 @@
271
287
  },
272
288
  "inheritedFrom": {
273
289
  "type": "reference",
290
+ "target": -1,
274
291
  "name": "Payload.sources"
275
292
  }
276
293
  },
277
294
  {
278
295
  "id": 89,
279
296
  "name": "timestamp",
297
+ "variant": "declaration",
280
298
  "kind": 1024,
281
- "kindString": "Property",
282
299
  "flags": {},
283
300
  "sources": [
284
301
  {
@@ -293,6 +310,7 @@
293
310
  },
294
311
  "overwrites": {
295
312
  "type": "reference",
313
+ "target": -1,
296
314
  "name": "Payload.timestamp"
297
315
  }
298
316
  }
@@ -318,22 +336,27 @@
318
336
  "extendedTypes": [
319
337
  {
320
338
  "type": "reference",
321
- "name": "Payload"
339
+ "target": {
340
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
341
+ "qualifiedName": "Payload"
342
+ },
343
+ "name": "Payload",
344
+ "package": "@xyo-network/payload-model"
322
345
  }
323
346
  ]
324
347
  },
325
348
  {
326
349
  "id": 101,
327
350
  "name": "XyoUniswapCryptoPair",
351
+ "variant": "declaration",
328
352
  "kind": 256,
329
- "kindString": "Interface",
330
353
  "flags": {},
331
354
  "children": [
332
355
  {
333
356
  "id": 102,
334
357
  "name": "tokens",
358
+ "variant": "declaration",
335
359
  "kind": 1024,
336
- "kindString": "Property",
337
360
  "flags": {},
338
361
  "sources": [
339
362
  {
@@ -346,8 +369,9 @@
346
369
  "type": "array",
347
370
  "elementType": {
348
371
  "type": "reference",
349
- "id": 103,
350
- "name": "XyoUniswapCryptoToken"
372
+ "target": 103,
373
+ "name": "XyoUniswapCryptoToken",
374
+ "package": "@xyo-network/uniswap-crypto-market-payload-plugin"
351
375
  }
352
376
  }
353
377
  }
@@ -371,15 +395,15 @@
371
395
  {
372
396
  "id": 103,
373
397
  "name": "XyoUniswapCryptoToken",
398
+ "variant": "declaration",
374
399
  "kind": 256,
375
- "kindString": "Interface",
376
400
  "flags": {},
377
401
  "children": [
378
402
  {
379
403
  "id": 104,
380
404
  "name": "address",
405
+ "variant": "declaration",
381
406
  "kind": 1024,
382
- "kindString": "Property",
383
407
  "flags": {},
384
408
  "sources": [
385
409
  {
@@ -396,8 +420,8 @@
396
420
  {
397
421
  "id": 105,
398
422
  "name": "symbol",
423
+ "variant": "declaration",
399
424
  "kind": 1024,
400
- "kindString": "Property",
401
425
  "flags": {},
402
426
  "sources": [
403
427
  {
@@ -414,8 +438,8 @@
414
438
  {
415
439
  "id": 106,
416
440
  "name": "value",
441
+ "variant": "declaration",
417
442
  "kind": 1024,
418
- "kindString": "Property",
419
443
  "flags": {},
420
444
  "sources": [
421
445
  {
@@ -451,8 +475,8 @@
451
475
  {
452
476
  "id": 61,
453
477
  "name": "AssetSymbol",
478
+ "variant": "declaration",
454
479
  "kind": 4194304,
455
- "kindString": "Type alias",
456
480
  "flags": {},
457
481
  "sources": [
458
482
  {
@@ -530,8 +554,8 @@
530
554
  {
531
555
  "id": 83,
532
556
  "name": "Currency",
557
+ "variant": "declaration",
533
558
  "kind": 4194304,
534
- "kindString": "Type alias",
535
559
  "flags": {},
536
560
  "sources": [
537
561
  {
@@ -557,8 +581,8 @@
557
581
  {
558
582
  "id": 84,
559
583
  "name": "Token",
584
+ "variant": "declaration",
560
585
  "kind": 4194304,
561
- "kindString": "Type alias",
562
586
  "flags": {},
563
587
  "sources": [
564
588
  {
@@ -624,8 +648,8 @@
624
648
  {
625
649
  "id": 85,
626
650
  "name": "ValueBasis",
651
+ "variant": "declaration",
627
652
  "kind": 4194304,
628
- "kindString": "Type alias",
629
653
  "flags": {},
630
654
  "sources": [
631
655
  {
@@ -636,22 +660,32 @@
636
660
  ],
637
661
  "type": {
638
662
  "type": "reference",
663
+ "target": {
664
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
665
+ "qualifiedName": "Partial"
666
+ },
639
667
  "typeArguments": [
640
668
  {
641
669
  "type": "reference",
670
+ "target": {
671
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
672
+ "qualifiedName": "Record"
673
+ },
642
674
  "typeArguments": [
643
675
  {
644
676
  "type": "union",
645
677
  "types": [
646
678
  {
647
679
  "type": "reference",
648
- "id": 83,
649
- "name": "Currency"
680
+ "target": 83,
681
+ "name": "Currency",
682
+ "package": "@xyo-network/crypto-asset-payload-plugin"
650
683
  },
651
684
  {
652
685
  "type": "reference",
653
- "id": 84,
654
- "name": "Token"
686
+ "target": 84,
687
+ "name": "Token",
688
+ "package": "@xyo-network/crypto-asset-payload-plugin"
655
689
  }
656
690
  ]
657
691
  },
@@ -670,20 +704,18 @@
670
704
  }
671
705
  ],
672
706
  "name": "Record",
673
- "qualifiedName": "Record",
674
707
  "package": "typescript"
675
708
  }
676
709
  ],
677
710
  "name": "Partial",
678
- "qualifiedName": "Partial",
679
711
  "package": "typescript"
680
712
  }
681
713
  },
682
714
  {
683
715
  "id": 66,
684
716
  "name": "XyoCoingeckoCryptoMarketPayload",
717
+ "variant": "declaration",
685
718
  "kind": 4194304,
686
- "kindString": "Type alias",
687
719
  "flags": {},
688
720
  "sources": [
689
721
  {
@@ -694,21 +726,25 @@
694
726
  ],
695
727
  "type": {
696
728
  "type": "reference",
729
+ "target": {
730
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
731
+ "qualifiedName": "Payload"
732
+ },
697
733
  "typeArguments": [
698
734
  {
699
735
  "type": "reflection",
700
736
  "declaration": {
701
737
  "id": 67,
702
738
  "name": "__type",
739
+ "variant": "declaration",
703
740
  "kind": 65536,
704
- "kindString": "Type literal",
705
741
  "flags": {},
706
742
  "children": [
707
743
  {
708
744
  "id": 68,
709
745
  "name": "assets",
746
+ "variant": "declaration",
710
747
  "kind": 1024,
711
- "kindString": "Property",
712
748
  "flags": {},
713
749
  "sources": [
714
750
  {
@@ -719,15 +755,16 @@
719
755
  ],
720
756
  "type": {
721
757
  "type": "reference",
722
- "id": 65,
723
- "name": "XyoCryptoAssetPrices"
758
+ "target": 65,
759
+ "name": "XyoCryptoAssetPrices",
760
+ "package": "@xyo-network/coingecko-crypto-market-payload-plugin"
724
761
  }
725
762
  },
726
763
  {
727
764
  "id": 69,
728
765
  "name": "schema",
766
+ "variant": "declaration",
729
767
  "kind": 1024,
730
- "kindString": "Property",
731
768
  "flags": {},
732
769
  "sources": [
733
770
  {
@@ -738,15 +775,16 @@
738
775
  ],
739
776
  "type": {
740
777
  "type": "reference",
741
- "id": 71,
742
- "name": "XyoCoingeckoCryptoMarketSchema"
778
+ "target": 71,
779
+ "name": "XyoCoingeckoCryptoMarketSchema",
780
+ "package": "@xyo-network/coingecko-crypto-market-payload-plugin"
743
781
  }
744
782
  },
745
783
  {
746
784
  "id": 70,
747
785
  "name": "timestamp",
786
+ "variant": "declaration",
748
787
  "kind": 1024,
749
- "kindString": "Property",
750
788
  "flags": {},
751
789
  "sources": [
752
790
  {
@@ -781,14 +819,15 @@
781
819
  }
782
820
  }
783
821
  ],
784
- "name": "Payload"
822
+ "name": "Payload",
823
+ "package": "@xyo-network/payload-model"
785
824
  }
786
825
  },
787
826
  {
788
827
  "id": 72,
789
828
  "name": "XyoCoingeckoCryptoMarketSchema",
829
+ "variant": "declaration",
790
830
  "kind": 4194304,
791
- "kindString": "Type alias",
792
831
  "flags": {},
793
832
  "sources": [
794
833
  {
@@ -810,8 +849,8 @@
810
849
  {
811
850
  "id": 65,
812
851
  "name": "XyoCryptoAssetPrices",
852
+ "variant": "declaration",
813
853
  "kind": 4194304,
814
- "kindString": "Type alias",
815
854
  "flags": {},
816
855
  "sources": [
817
856
  {
@@ -822,9 +861,17 @@
822
861
  ],
823
862
  "type": {
824
863
  "type": "reference",
864
+ "target": {
865
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
866
+ "qualifiedName": "Partial"
867
+ },
825
868
  "typeArguments": [
826
869
  {
827
870
  "type": "reference",
871
+ "target": {
872
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
873
+ "qualifiedName": "Record"
874
+ },
828
875
  "typeArguments": [
829
876
  {
830
877
  "type": "intrinsic",
@@ -832,12 +879,20 @@
832
879
  },
833
880
  {
834
881
  "type": "reference",
882
+ "target": {
883
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
884
+ "qualifiedName": "Partial"
885
+ },
835
886
  "typeArguments": [
836
887
  {
837
888
  "type": "union",
838
889
  "types": [
839
890
  {
840
891
  "type": "reference",
892
+ "target": {
893
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
894
+ "qualifiedName": "Record"
895
+ },
841
896
  "typeArguments": [
842
897
  {
843
898
  "type": "intrinsic",
@@ -849,7 +904,6 @@
849
904
  }
850
905
  ],
851
906
  "name": "Record",
852
- "qualifiedName": "Record",
853
907
  "package": "typescript"
854
908
  },
855
909
  {
@@ -860,25 +914,22 @@
860
914
  }
861
915
  ],
862
916
  "name": "Partial",
863
- "qualifiedName": "Partial",
864
917
  "package": "typescript"
865
918
  }
866
919
  ],
867
920
  "name": "Record",
868
- "qualifiedName": "Record",
869
921
  "package": "typescript"
870
922
  }
871
923
  ],
872
924
  "name": "Partial",
873
- "qualifiedName": "Partial",
874
925
  "package": "typescript"
875
926
  }
876
927
  },
877
928
  {
878
929
  "id": 14,
879
930
  "name": "XyoCryptoCardsGamePayload",
931
+ "variant": "declaration",
880
932
  "kind": 4194304,
881
- "kindString": "Type alias",
882
933
  "flags": {},
883
934
  "sources": [
884
935
  {
@@ -889,21 +940,25 @@
889
940
  ],
890
941
  "type": {
891
942
  "type": "reference",
943
+ "target": {
944
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
945
+ "qualifiedName": "Payload"
946
+ },
892
947
  "typeArguments": [
893
948
  {
894
949
  "type": "reflection",
895
950
  "declaration": {
896
951
  "id": 15,
897
952
  "name": "__type",
953
+ "variant": "declaration",
898
954
  "kind": 65536,
899
- "kindString": "Type literal",
900
955
  "flags": {},
901
956
  "children": [
902
957
  {
903
958
  "id": 16,
904
959
  "name": "allowedWeights",
960
+ "variant": "declaration",
905
961
  "kind": 1024,
906
- "kindString": "Property",
907
962
  "flags": {},
908
963
  "comment": {
909
964
  "summary": [],
@@ -937,8 +992,8 @@
937
992
  {
938
993
  "id": 17,
939
994
  "name": "duration",
995
+ "variant": "declaration",
940
996
  "kind": 1024,
941
- "kindString": "Property",
942
997
  "flags": {},
943
998
  "comment": {
944
999
  "summary": [],
@@ -969,8 +1024,8 @@
969
1024
  {
970
1025
  "id": 18,
971
1026
  "name": "expiration",
1027
+ "variant": "declaration",
972
1028
  "kind": 1024,
973
- "kindString": "Property",
974
1029
  "flags": {},
975
1030
  "comment": {
976
1031
  "summary": [],
@@ -1001,8 +1056,8 @@
1001
1056
  {
1002
1057
  "id": 19,
1003
1058
  "name": "oraclePointer",
1059
+ "variant": "declaration",
1004
1060
  "kind": 1024,
1005
- "kindString": "Property",
1006
1061
  "flags": {},
1007
1062
  "comment": {
1008
1063
  "summary": [],
@@ -1033,8 +1088,8 @@
1033
1088
  {
1034
1089
  "id": 20,
1035
1090
  "name": "schema",
1091
+ "variant": "declaration",
1036
1092
  "kind": 1024,
1037
- "kindString": "Property",
1038
1093
  "flags": {},
1039
1094
  "sources": [
1040
1095
  {
@@ -1045,15 +1100,16 @@
1045
1100
  ],
1046
1101
  "type": {
1047
1102
  "type": "reference",
1048
- "id": 23,
1049
- "name": "XyoCryptoCardsGameSchema"
1103
+ "target": 23,
1104
+ "name": "XyoCryptoCardsGameSchema",
1105
+ "package": "@xyo-network/crypto-cards-game-payload-plugin"
1050
1106
  }
1051
1107
  },
1052
1108
  {
1053
1109
  "id": 21,
1054
1110
  "name": "sequence",
1111
+ "variant": "declaration",
1055
1112
  "kind": 1024,
1056
- "kindString": "Property",
1057
1113
  "flags": {},
1058
1114
  "comment": {
1059
1115
  "summary": [],
@@ -1087,8 +1143,8 @@
1087
1143
  {
1088
1144
  "id": 22,
1089
1145
  "name": "sequencer",
1146
+ "variant": "declaration",
1090
1147
  "kind": 1024,
1091
- "kindString": "Property",
1092
1148
  "flags": {},
1093
1149
  "comment": {
1094
1150
  "summary": [],
@@ -1141,14 +1197,15 @@
1141
1197
  }
1142
1198
  }
1143
1199
  ],
1144
- "name": "Payload"
1200
+ "name": "Payload",
1201
+ "package": "@xyo-network/payload-model"
1145
1202
  }
1146
1203
  },
1147
1204
  {
1148
1205
  "id": 24,
1149
1206
  "name": "XyoCryptoCardsGameSchema",
1207
+ "variant": "declaration",
1150
1208
  "kind": 4194304,
1151
- "kindString": "Type alias",
1152
1209
  "flags": {},
1153
1210
  "sources": [
1154
1211
  {
@@ -1170,8 +1227,8 @@
1170
1227
  {
1171
1228
  "id": 41,
1172
1229
  "name": "XyoCryptoCardsMovePayload",
1230
+ "variant": "declaration",
1173
1231
  "kind": 4194304,
1174
- "kindString": "Type alias",
1175
1232
  "flags": {},
1176
1233
  "sources": [
1177
1234
  {
@@ -1182,21 +1239,25 @@
1182
1239
  ],
1183
1240
  "type": {
1184
1241
  "type": "reference",
1242
+ "target": {
1243
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1244
+ "qualifiedName": "Payload"
1245
+ },
1185
1246
  "typeArguments": [
1186
1247
  {
1187
1248
  "type": "reflection",
1188
1249
  "declaration": {
1189
1250
  "id": 42,
1190
1251
  "name": "__type",
1252
+ "variant": "declaration",
1191
1253
  "kind": 65536,
1192
- "kindString": "Type literal",
1193
1254
  "flags": {},
1194
1255
  "children": [
1195
1256
  {
1196
1257
  "id": 43,
1197
1258
  "name": "cards",
1259
+ "variant": "declaration",
1198
1260
  "kind": 1024,
1199
- "kindString": "Property",
1200
1261
  "flags": {},
1201
1262
  "comment": {
1202
1263
  "summary": [],
@@ -1230,8 +1291,8 @@
1230
1291
  {
1231
1292
  "id": 44,
1232
1293
  "name": "moves",
1294
+ "variant": "declaration",
1233
1295
  "kind": 1024,
1234
- "kindString": "Property",
1235
1296
  "flags": {},
1236
1297
  "comment": {
1237
1298
  "summary": [],
@@ -1265,8 +1326,8 @@
1265
1326
  {
1266
1327
  "id": 45,
1267
1328
  "name": "schema",
1329
+ "variant": "declaration",
1268
1330
  "kind": 1024,
1269
- "kindString": "Property",
1270
1331
  "flags": {},
1271
1332
  "sources": [
1272
1333
  {
@@ -1277,8 +1338,9 @@
1277
1338
  ],
1278
1339
  "type": {
1279
1340
  "type": "reference",
1280
- "id": 46,
1281
- "name": "XyoCryptoCardsMoveSchema"
1341
+ "target": 46,
1342
+ "name": "XyoCryptoCardsMoveSchema",
1343
+ "package": "@xyo-network/crypto-cards-move-payload-plugin"
1282
1344
  }
1283
1345
  }
1284
1346
  ],
@@ -1302,14 +1364,15 @@
1302
1364
  }
1303
1365
  }
1304
1366
  ],
1305
- "name": "Payload"
1367
+ "name": "Payload",
1368
+ "package": "@xyo-network/payload-model"
1306
1369
  }
1307
1370
  },
1308
1371
  {
1309
1372
  "id": 47,
1310
1373
  "name": "XyoCryptoCardsMoveSchema",
1374
+ "variant": "declaration",
1311
1375
  "kind": 4194304,
1312
- "kindString": "Type alias",
1313
1376
  "flags": {},
1314
1377
  "sources": [
1315
1378
  {
@@ -1331,8 +1394,8 @@
1331
1394
  {
1332
1395
  "id": 92,
1333
1396
  "name": "XyoCryptoMarketAssetSchema",
1397
+ "variant": "declaration",
1334
1398
  "kind": 4194304,
1335
- "kindString": "Type alias",
1336
1399
  "flags": {},
1337
1400
  "sources": [
1338
1401
  {
@@ -1354,8 +1417,8 @@
1354
1417
  {
1355
1418
  "id": 107,
1356
1419
  "name": "XyoUniswapCryptoMarketPayload",
1420
+ "variant": "declaration",
1357
1421
  "kind": 4194304,
1358
- "kindString": "Type alias",
1359
1422
  "flags": {},
1360
1423
  "sources": [
1361
1424
  {
@@ -1366,21 +1429,25 @@
1366
1429
  ],
1367
1430
  "type": {
1368
1431
  "type": "reference",
1432
+ "target": {
1433
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1434
+ "qualifiedName": "Payload"
1435
+ },
1369
1436
  "typeArguments": [
1370
1437
  {
1371
1438
  "type": "reflection",
1372
1439
  "declaration": {
1373
1440
  "id": 108,
1374
1441
  "name": "__type",
1442
+ "variant": "declaration",
1375
1443
  "kind": 65536,
1376
- "kindString": "Type literal",
1377
1444
  "flags": {},
1378
1445
  "children": [
1379
1446
  {
1380
1447
  "id": 109,
1381
1448
  "name": "pairs",
1449
+ "variant": "declaration",
1382
1450
  "kind": 1024,
1383
- "kindString": "Property",
1384
1451
  "flags": {},
1385
1452
  "sources": [
1386
1453
  {
@@ -1393,16 +1460,17 @@
1393
1460
  "type": "array",
1394
1461
  "elementType": {
1395
1462
  "type": "reference",
1396
- "id": 101,
1397
- "name": "XyoUniswapCryptoPair"
1463
+ "target": 101,
1464
+ "name": "XyoUniswapCryptoPair",
1465
+ "package": "@xyo-network/uniswap-crypto-market-payload-plugin"
1398
1466
  }
1399
1467
  }
1400
1468
  },
1401
1469
  {
1402
1470
  "id": 110,
1403
1471
  "name": "schema",
1472
+ "variant": "declaration",
1404
1473
  "kind": 1024,
1405
- "kindString": "Property",
1406
1474
  "flags": {},
1407
1475
  "sources": [
1408
1476
  {
@@ -1413,15 +1481,16 @@
1413
1481
  ],
1414
1482
  "type": {
1415
1483
  "type": "reference",
1416
- "id": 114,
1417
- "name": "XyoUniswapCryptoMarketSchema"
1484
+ "target": 114,
1485
+ "name": "XyoUniswapCryptoMarketSchema",
1486
+ "package": "@xyo-network/uniswap-crypto-market-payload-plugin"
1418
1487
  }
1419
1488
  },
1420
1489
  {
1421
1490
  "id": 111,
1422
1491
  "name": "timestamp",
1492
+ "variant": "declaration",
1423
1493
  "kind": 1024,
1424
- "kindString": "Property",
1425
1494
  "flags": {},
1426
1495
  "sources": [
1427
1496
  {
@@ -1456,14 +1525,15 @@
1456
1525
  }
1457
1526
  }
1458
1527
  ],
1459
- "name": "Payload"
1528
+ "name": "Payload",
1529
+ "package": "@xyo-network/payload-model"
1460
1530
  }
1461
1531
  },
1462
1532
  {
1463
1533
  "id": 115,
1464
1534
  "name": "XyoUniswapCryptoMarketSchema",
1535
+ "variant": "declaration",
1465
1536
  "kind": 4194304,
1466
- "kindString": "Type alias",
1467
1537
  "flags": {},
1468
1538
  "sources": [
1469
1539
  {
@@ -1485,8 +1555,8 @@
1485
1555
  {
1486
1556
  "id": 113,
1487
1557
  "name": "XyoUniswapCryptoMarketWitnessConfigSchema",
1558
+ "variant": "declaration",
1488
1559
  "kind": 4194304,
1489
- "kindString": "Type alias",
1490
1560
  "flags": {},
1491
1561
  "sources": [
1492
1562
  {
@@ -1508,8 +1578,8 @@
1508
1578
  {
1509
1579
  "id": 1,
1510
1580
  "name": "CryptoPayloadPlugins",
1581
+ "variant": "declaration",
1511
1582
  "kind": 32,
1512
- "kindString": "Variable",
1513
1583
  "flags": {
1514
1584
  "isConst": true
1515
1585
  },
@@ -1518,14 +1588,19 @@
1518
1588
  "fileName": "plugins/packages/payload/packages/crypto/src/index.ts",
1519
1589
  "line": 8,
1520
1590
  "character": 13,
1521
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/plugins/packages/payload/packages/crypto/src/index.ts#L8"
1591
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e991956c/packages/plugins/packages/payload/packages/crypto/src/index.ts#L8"
1522
1592
  }
1523
1593
  ],
1524
1594
  "type": {
1525
1595
  "type": "array",
1526
1596
  "elementType": {
1527
1597
  "type": "reference",
1528
- "name": "PayloadPluginFunc"
1598
+ "target": {
1599
+ "sourceFileName": "../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
1600
+ "qualifiedName": "PayloadPluginFunc"
1601
+ },
1602
+ "name": "PayloadPluginFunc",
1603
+ "package": "@xyo-network/payload-plugin"
1529
1604
  }
1530
1605
  },
1531
1606
  "defaultValue": "..."
@@ -1533,8 +1608,8 @@
1533
1608
  {
1534
1609
  "id": 71,
1535
1610
  "name": "XyoCoingeckoCryptoMarketSchema",
1611
+ "variant": "declaration",
1536
1612
  "kind": 32,
1537
- "kindString": "Variable",
1538
1613
  "flags": {},
1539
1614
  "sources": [
1540
1615
  {
@@ -1556,8 +1631,8 @@
1556
1631
  {
1557
1632
  "id": 23,
1558
1633
  "name": "XyoCryptoCardsGameSchema",
1634
+ "variant": "declaration",
1559
1635
  "kind": 32,
1560
- "kindString": "Variable",
1561
1636
  "flags": {},
1562
1637
  "sources": [
1563
1638
  {
@@ -1579,8 +1654,8 @@
1579
1654
  {
1580
1655
  "id": 46,
1581
1656
  "name": "XyoCryptoCardsMoveSchema",
1657
+ "variant": "declaration",
1582
1658
  "kind": 32,
1583
- "kindString": "Variable",
1584
1659
  "flags": {},
1585
1660
  "sources": [
1586
1661
  {
@@ -1602,8 +1677,8 @@
1602
1677
  {
1603
1678
  "id": 3,
1604
1679
  "name": "XyoCryptoCardsPayloadPlugins",
1680
+ "variant": "declaration",
1605
1681
  "kind": 32,
1606
- "kindString": "Variable",
1607
1682
  "flags": {
1608
1683
  "isConst": true
1609
1684
  },
@@ -1618,15 +1693,20 @@
1618
1693
  "type": "array",
1619
1694
  "elementType": {
1620
1695
  "type": "reference",
1621
- "name": "PayloadPluginFunc"
1696
+ "target": {
1697
+ "sourceFileName": "../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
1698
+ "qualifiedName": "PayloadPluginFunc"
1699
+ },
1700
+ "name": "PayloadPluginFunc",
1701
+ "package": "@xyo-network/payload-plugin"
1622
1702
  }
1623
1703
  }
1624
1704
  },
1625
1705
  {
1626
1706
  "id": 91,
1627
1707
  "name": "XyoCryptoMarketAssetSchema",
1708
+ "variant": "declaration",
1628
1709
  "kind": 32,
1629
- "kindString": "Variable",
1630
1710
  "flags": {},
1631
1711
  "sources": [
1632
1712
  {
@@ -1648,8 +1728,8 @@
1648
1728
  {
1649
1729
  "id": 54,
1650
1730
  "name": "XyoCryptoMarketPayloadPlugins",
1731
+ "variant": "declaration",
1651
1732
  "kind": 32,
1652
- "kindString": "Variable",
1653
1733
  "flags": {
1654
1734
  "isConst": true
1655
1735
  },
@@ -1664,15 +1744,20 @@
1664
1744
  "type": "array",
1665
1745
  "elementType": {
1666
1746
  "type": "reference",
1667
- "name": "PayloadPluginFunc"
1747
+ "target": {
1748
+ "sourceFileName": "../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
1749
+ "qualifiedName": "PayloadPluginFunc"
1750
+ },
1751
+ "name": "PayloadPluginFunc",
1752
+ "package": "@xyo-network/payload-plugin"
1668
1753
  }
1669
1754
  }
1670
1755
  },
1671
1756
  {
1672
1757
  "id": 114,
1673
1758
  "name": "XyoUniswapCryptoMarketSchema",
1759
+ "variant": "declaration",
1674
1760
  "kind": 32,
1675
- "kindString": "Variable",
1676
1761
  "flags": {},
1677
1762
  "sources": [
1678
1763
  {
@@ -1694,8 +1779,8 @@
1694
1779
  {
1695
1780
  "id": 112,
1696
1781
  "name": "XyoUniswapCryptoMarketWitnessConfigSchema",
1782
+ "variant": "declaration",
1697
1783
  "kind": 32,
1698
- "kindString": "Variable",
1699
1784
  "flags": {},
1700
1785
  "sources": [
1701
1786
  {
@@ -1717,8 +1802,8 @@
1717
1802
  {
1718
1803
  "id": 55,
1719
1804
  "name": "CoingeckoCryptoMarketPayloadPlugin",
1805
+ "variant": "declaration",
1720
1806
  "kind": 64,
1721
- "kindString": "Function",
1722
1807
  "flags": {},
1723
1808
  "sources": [
1724
1809
  {
@@ -1731,37 +1816,58 @@
1731
1816
  {
1732
1817
  "id": 56,
1733
1818
  "name": "CoingeckoCryptoMarketPayloadPlugin",
1819
+ "variant": "signature",
1734
1820
  "kind": 4096,
1735
- "kindString": "Call signature",
1736
1821
  "flags": {},
1822
+ "sources": [
1823
+ {
1824
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Plugin.d.ts",
1825
+ "line": 1,
1826
+ "character": 57
1827
+ }
1828
+ ],
1737
1829
  "type": {
1738
1830
  "type": "reference",
1831
+ "target": {
1832
+ "sourceFileName": "../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
1833
+ "qualifiedName": "PayloadPlugin"
1834
+ },
1739
1835
  "typeArguments": [
1740
1836
  {
1741
1837
  "type": "intersection",
1742
1838
  "types": [
1743
1839
  {
1744
1840
  "type": "reference",
1745
- "name": "SchemaFields"
1841
+ "target": {
1842
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1843
+ "qualifiedName": "SchemaFields"
1844
+ },
1845
+ "name": "SchemaFields",
1846
+ "package": "@xyo-network/payload-model"
1746
1847
  },
1747
1848
  {
1748
1849
  "type": "reference",
1749
- "name": "PayloadFields"
1850
+ "target": {
1851
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1852
+ "qualifiedName": "PayloadFields"
1853
+ },
1854
+ "name": "PayloadFields",
1855
+ "package": "@xyo-network/payload-model"
1750
1856
  },
1751
1857
  {
1752
1858
  "type": "reflection",
1753
1859
  "declaration": {
1754
1860
  "id": 57,
1755
1861
  "name": "__type",
1862
+ "variant": "declaration",
1756
1863
  "kind": 65536,
1757
- "kindString": "Type literal",
1758
1864
  "flags": {},
1759
1865
  "children": [
1760
1866
  {
1761
1867
  "id": 58,
1762
1868
  "name": "assets",
1869
+ "variant": "declaration",
1763
1870
  "kind": 1024,
1764
- "kindString": "Property",
1765
1871
  "flags": {},
1766
1872
  "sources": [
1767
1873
  {
@@ -1772,9 +1878,17 @@
1772
1878
  ],
1773
1879
  "type": {
1774
1880
  "type": "reference",
1881
+ "target": {
1882
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1883
+ "qualifiedName": "Partial"
1884
+ },
1775
1885
  "typeArguments": [
1776
1886
  {
1777
1887
  "type": "reference",
1888
+ "target": {
1889
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1890
+ "qualifiedName": "Record"
1891
+ },
1778
1892
  "typeArguments": [
1779
1893
  {
1780
1894
  "type": "intrinsic",
@@ -1782,6 +1896,10 @@
1782
1896
  },
1783
1897
  {
1784
1898
  "type": "reference",
1899
+ "target": {
1900
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1901
+ "qualifiedName": "Partial"
1902
+ },
1785
1903
  "typeArguments": [
1786
1904
  {
1787
1905
  "type": "union",
@@ -1792,6 +1910,10 @@
1792
1910
  },
1793
1911
  {
1794
1912
  "type": "reference",
1913
+ "target": {
1914
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1915
+ "qualifiedName": "Record"
1916
+ },
1795
1917
  "typeArguments": [
1796
1918
  {
1797
1919
  "type": "intrinsic",
@@ -1803,32 +1925,28 @@
1803
1925
  }
1804
1926
  ],
1805
1927
  "name": "Record",
1806
- "qualifiedName": "Record",
1807
1928
  "package": "typescript"
1808
1929
  }
1809
1930
  ]
1810
1931
  }
1811
1932
  ],
1812
1933
  "name": "Partial",
1813
- "qualifiedName": "Partial",
1814
1934
  "package": "typescript"
1815
1935
  }
1816
1936
  ],
1817
1937
  "name": "Record",
1818
- "qualifiedName": "Record",
1819
1938
  "package": "typescript"
1820
1939
  }
1821
1940
  ],
1822
1941
  "name": "Partial",
1823
- "qualifiedName": "Partial",
1824
1942
  "package": "typescript"
1825
1943
  }
1826
1944
  },
1827
1945
  {
1828
1946
  "id": 59,
1829
1947
  "name": "schema",
1948
+ "variant": "declaration",
1830
1949
  "kind": 1024,
1831
- "kindString": "Property",
1832
1950
  "flags": {},
1833
1951
  "sources": [
1834
1952
  {
@@ -1845,8 +1963,8 @@
1845
1963
  {
1846
1964
  "id": 60,
1847
1965
  "name": "timestamp",
1966
+ "variant": "declaration",
1848
1967
  "kind": 1024,
1849
- "kindString": "Property",
1850
1968
  "flags": {},
1851
1969
  "sources": [
1852
1970
  {
@@ -1883,7 +2001,8 @@
1883
2001
  ]
1884
2002
  }
1885
2003
  ],
1886
- "name": "PayloadPlugin"
2004
+ "name": "PayloadPlugin",
2005
+ "package": "@xyo-network/payload-plugin"
1887
2006
  }
1888
2007
  }
1889
2008
  ]
@@ -1891,8 +2010,8 @@
1891
2010
  {
1892
2011
  "id": 4,
1893
2012
  "name": "CryptoCardsGamePayloadPlugin",
2013
+ "variant": "declaration",
1894
2014
  "kind": 64,
1895
- "kindString": "Function",
1896
2015
  "flags": {},
1897
2016
  "sources": [
1898
2017
  {
@@ -1905,37 +2024,58 @@
1905
2024
  {
1906
2025
  "id": 5,
1907
2026
  "name": "CryptoCardsGamePayloadPlugin",
2027
+ "variant": "signature",
1908
2028
  "kind": 4096,
1909
- "kindString": "Call signature",
1910
2029
  "flags": {},
2030
+ "sources": [
2031
+ {
2032
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Plugin.d.ts",
2033
+ "line": 1,
2034
+ "character": 51
2035
+ }
2036
+ ],
1911
2037
  "type": {
1912
2038
  "type": "reference",
2039
+ "target": {
2040
+ "sourceFileName": "../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
2041
+ "qualifiedName": "PayloadPlugin"
2042
+ },
1913
2043
  "typeArguments": [
1914
2044
  {
1915
2045
  "type": "intersection",
1916
2046
  "types": [
1917
2047
  {
1918
2048
  "type": "reference",
1919
- "name": "SchemaFields"
2049
+ "target": {
2050
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
2051
+ "qualifiedName": "SchemaFields"
2052
+ },
2053
+ "name": "SchemaFields",
2054
+ "package": "@xyo-network/payload-model"
1920
2055
  },
1921
2056
  {
1922
2057
  "type": "reference",
1923
- "name": "PayloadFields"
2058
+ "target": {
2059
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
2060
+ "qualifiedName": "PayloadFields"
2061
+ },
2062
+ "name": "PayloadFields",
2063
+ "package": "@xyo-network/payload-model"
1924
2064
  },
1925
2065
  {
1926
2066
  "type": "reflection",
1927
2067
  "declaration": {
1928
2068
  "id": 6,
1929
2069
  "name": "__type",
2070
+ "variant": "declaration",
1930
2071
  "kind": 65536,
1931
- "kindString": "Type literal",
1932
2072
  "flags": {},
1933
2073
  "children": [
1934
2074
  {
1935
2075
  "id": 7,
1936
2076
  "name": "allowedWeights",
2077
+ "variant": "declaration",
1937
2078
  "kind": 1024,
1938
- "kindString": "Property",
1939
2079
  "flags": {},
1940
2080
  "sources": [
1941
2081
  {
@@ -1955,8 +2095,8 @@
1955
2095
  {
1956
2096
  "id": 8,
1957
2097
  "name": "duration",
2098
+ "variant": "declaration",
1958
2099
  "kind": 1024,
1959
- "kindString": "Property",
1960
2100
  "flags": {},
1961
2101
  "sources": [
1962
2102
  {
@@ -1973,8 +2113,8 @@
1973
2113
  {
1974
2114
  "id": 9,
1975
2115
  "name": "expiration",
2116
+ "variant": "declaration",
1976
2117
  "kind": 1024,
1977
- "kindString": "Property",
1978
2118
  "flags": {},
1979
2119
  "sources": [
1980
2120
  {
@@ -1991,8 +2131,8 @@
1991
2131
  {
1992
2132
  "id": 10,
1993
2133
  "name": "oraclePointer",
2134
+ "variant": "declaration",
1994
2135
  "kind": 1024,
1995
- "kindString": "Property",
1996
2136
  "flags": {},
1997
2137
  "sources": [
1998
2138
  {
@@ -2009,8 +2149,8 @@
2009
2149
  {
2010
2150
  "id": 11,
2011
2151
  "name": "schema",
2152
+ "variant": "declaration",
2012
2153
  "kind": 1024,
2013
- "kindString": "Property",
2014
2154
  "flags": {},
2015
2155
  "sources": [
2016
2156
  {
@@ -2027,8 +2167,8 @@
2027
2167
  {
2028
2168
  "id": 12,
2029
2169
  "name": "sequence",
2170
+ "variant": "declaration",
2030
2171
  "kind": 1024,
2031
- "kindString": "Property",
2032
2172
  "flags": {},
2033
2173
  "sources": [
2034
2174
  {
@@ -2048,8 +2188,8 @@
2048
2188
  {
2049
2189
  "id": 13,
2050
2190
  "name": "sequencer",
2191
+ "variant": "declaration",
2051
2192
  "kind": 1024,
2052
- "kindString": "Property",
2053
2193
  "flags": {},
2054
2194
  "sources": [
2055
2195
  {
@@ -2090,7 +2230,8 @@
2090
2230
  ]
2091
2231
  }
2092
2232
  ],
2093
- "name": "PayloadPlugin"
2233
+ "name": "PayloadPlugin",
2234
+ "package": "@xyo-network/payload-plugin"
2094
2235
  }
2095
2236
  }
2096
2237
  ]
@@ -2098,8 +2239,8 @@
2098
2239
  {
2099
2240
  "id": 35,
2100
2241
  "name": "CryptoCardsMovePayloadPlugin",
2242
+ "variant": "declaration",
2101
2243
  "kind": 64,
2102
- "kindString": "Function",
2103
2244
  "flags": {},
2104
2245
  "sources": [
2105
2246
  {
@@ -2112,37 +2253,58 @@
2112
2253
  {
2113
2254
  "id": 36,
2114
2255
  "name": "CryptoCardsMovePayloadPlugin",
2256
+ "variant": "signature",
2115
2257
  "kind": 4096,
2116
- "kindString": "Call signature",
2117
2258
  "flags": {},
2259
+ "sources": [
2260
+ {
2261
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Plugin.d.ts",
2262
+ "line": 1,
2263
+ "character": 51
2264
+ }
2265
+ ],
2118
2266
  "type": {
2119
2267
  "type": "reference",
2268
+ "target": {
2269
+ "sourceFileName": "../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
2270
+ "qualifiedName": "PayloadPlugin"
2271
+ },
2120
2272
  "typeArguments": [
2121
2273
  {
2122
2274
  "type": "intersection",
2123
2275
  "types": [
2124
2276
  {
2125
2277
  "type": "reference",
2126
- "name": "SchemaFields"
2278
+ "target": {
2279
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
2280
+ "qualifiedName": "SchemaFields"
2281
+ },
2282
+ "name": "SchemaFields",
2283
+ "package": "@xyo-network/payload-model"
2127
2284
  },
2128
2285
  {
2129
2286
  "type": "reference",
2130
- "name": "PayloadFields"
2287
+ "target": {
2288
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
2289
+ "qualifiedName": "PayloadFields"
2290
+ },
2291
+ "name": "PayloadFields",
2292
+ "package": "@xyo-network/payload-model"
2131
2293
  },
2132
2294
  {
2133
2295
  "type": "reflection",
2134
2296
  "declaration": {
2135
2297
  "id": 37,
2136
2298
  "name": "__type",
2299
+ "variant": "declaration",
2137
2300
  "kind": 65536,
2138
- "kindString": "Type literal",
2139
2301
  "flags": {},
2140
2302
  "children": [
2141
2303
  {
2142
2304
  "id": 38,
2143
2305
  "name": "cards",
2306
+ "variant": "declaration",
2144
2307
  "kind": 1024,
2145
- "kindString": "Property",
2146
2308
  "flags": {},
2147
2309
  "sources": [
2148
2310
  {
@@ -2162,8 +2324,8 @@
2162
2324
  {
2163
2325
  "id": 39,
2164
2326
  "name": "moves",
2327
+ "variant": "declaration",
2165
2328
  "kind": 1024,
2166
- "kindString": "Property",
2167
2329
  "flags": {},
2168
2330
  "sources": [
2169
2331
  {
@@ -2183,8 +2345,8 @@
2183
2345
  {
2184
2346
  "id": 40,
2185
2347
  "name": "schema",
2348
+ "variant": "declaration",
2186
2349
  "kind": 1024,
2187
- "kindString": "Property",
2188
2350
  "flags": {},
2189
2351
  "sources": [
2190
2352
  {
@@ -2221,7 +2383,8 @@
2221
2383
  ]
2222
2384
  }
2223
2385
  ],
2224
- "name": "PayloadPlugin"
2386
+ "name": "PayloadPlugin",
2387
+ "package": "@xyo-network/payload-plugin"
2225
2388
  }
2226
2389
  }
2227
2390
  ]
@@ -2229,8 +2392,8 @@
2229
2392
  {
2230
2393
  "id": 79,
2231
2394
  "name": "CryptoMarketAssetPayloadPlugin",
2395
+ "variant": "declaration",
2232
2396
  "kind": 64,
2233
- "kindString": "Function",
2234
2397
  "flags": {},
2235
2398
  "sources": [
2236
2399
  {
@@ -2243,19 +2406,32 @@
2243
2406
  {
2244
2407
  "id": 80,
2245
2408
  "name": "CryptoMarketAssetPayloadPlugin",
2409
+ "variant": "signature",
2246
2410
  "kind": 4096,
2247
- "kindString": "Call signature",
2248
2411
  "flags": {},
2412
+ "sources": [
2413
+ {
2414
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/asset/dist/types/Plugin.d.ts",
2415
+ "line": 2,
2416
+ "character": 53
2417
+ }
2418
+ ],
2249
2419
  "type": {
2250
2420
  "type": "reference",
2421
+ "target": {
2422
+ "sourceFileName": "../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
2423
+ "qualifiedName": "PayloadPlugin"
2424
+ },
2251
2425
  "typeArguments": [
2252
2426
  {
2253
2427
  "type": "reference",
2254
- "id": 86,
2255
- "name": "XyoCryptoMarketAssetPayload"
2428
+ "target": 86,
2429
+ "name": "XyoCryptoMarketAssetPayload",
2430
+ "package": "@xyo-network/crypto-asset-payload-plugin"
2256
2431
  }
2257
2432
  ],
2258
- "name": "PayloadPlugin"
2433
+ "name": "PayloadPlugin",
2434
+ "package": "@xyo-network/payload-plugin"
2259
2435
  }
2260
2436
  }
2261
2437
  ]
@@ -2263,8 +2439,8 @@
2263
2439
  {
2264
2440
  "id": 95,
2265
2441
  "name": "UniswapCryptoMarketPayloadPlugin",
2442
+ "variant": "declaration",
2266
2443
  "kind": 64,
2267
- "kindString": "Function",
2268
2444
  "flags": {},
2269
2445
  "sources": [
2270
2446
  {
@@ -2277,37 +2453,58 @@
2277
2453
  {
2278
2454
  "id": 96,
2279
2455
  "name": "UniswapCryptoMarketPayloadPlugin",
2456
+ "variant": "signature",
2280
2457
  "kind": 4096,
2281
- "kindString": "Call signature",
2282
2458
  "flags": {},
2459
+ "sources": [
2460
+ {
2461
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Plugin.d.ts",
2462
+ "line": 1,
2463
+ "character": 55
2464
+ }
2465
+ ],
2283
2466
  "type": {
2284
2467
  "type": "reference",
2468
+ "target": {
2469
+ "sourceFileName": "../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
2470
+ "qualifiedName": "PayloadPlugin"
2471
+ },
2285
2472
  "typeArguments": [
2286
2473
  {
2287
2474
  "type": "intersection",
2288
2475
  "types": [
2289
2476
  {
2290
2477
  "type": "reference",
2291
- "name": "SchemaFields"
2478
+ "target": {
2479
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
2480
+ "qualifiedName": "SchemaFields"
2481
+ },
2482
+ "name": "SchemaFields",
2483
+ "package": "@xyo-network/payload-model"
2292
2484
  },
2293
2485
  {
2294
2486
  "type": "reference",
2295
- "name": "PayloadFields"
2487
+ "target": {
2488
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
2489
+ "qualifiedName": "PayloadFields"
2490
+ },
2491
+ "name": "PayloadFields",
2492
+ "package": "@xyo-network/payload-model"
2296
2493
  },
2297
2494
  {
2298
2495
  "type": "reflection",
2299
2496
  "declaration": {
2300
2497
  "id": 97,
2301
2498
  "name": "__type",
2499
+ "variant": "declaration",
2302
2500
  "kind": 65536,
2303
- "kindString": "Type literal",
2304
2501
  "flags": {},
2305
2502
  "children": [
2306
2503
  {
2307
2504
  "id": 98,
2308
2505
  "name": "pairs",
2506
+ "variant": "declaration",
2309
2507
  "kind": 1024,
2310
- "kindString": "Property",
2311
2508
  "flags": {},
2312
2509
  "sources": [
2313
2510
  {
@@ -2320,16 +2517,17 @@
2320
2517
  "type": "array",
2321
2518
  "elementType": {
2322
2519
  "type": "reference",
2323
- "id": 101,
2324
- "name": "XyoUniswapCryptoPair"
2520
+ "target": 101,
2521
+ "name": "XyoUniswapCryptoPair",
2522
+ "package": "@xyo-network/uniswap-crypto-market-payload-plugin"
2325
2523
  }
2326
2524
  }
2327
2525
  },
2328
2526
  {
2329
2527
  "id": 99,
2330
2528
  "name": "schema",
2529
+ "variant": "declaration",
2331
2530
  "kind": 1024,
2332
- "kindString": "Property",
2333
2531
  "flags": {},
2334
2532
  "sources": [
2335
2533
  {
@@ -2346,8 +2544,8 @@
2346
2544
  {
2347
2545
  "id": 100,
2348
2546
  "name": "timestamp",
2547
+ "variant": "declaration",
2349
2548
  "kind": 1024,
2350
- "kindString": "Property",
2351
2549
  "flags": {},
2352
2550
  "sources": [
2353
2551
  {
@@ -2384,7 +2582,8 @@
2384
2582
  ]
2385
2583
  }
2386
2584
  ],
2387
- "name": "PayloadPlugin"
2585
+ "name": "PayloadPlugin",
2586
+ "package": "@xyo-network/payload-plugin"
2388
2587
  }
2389
2588
  }
2390
2589
  ]
@@ -2392,8 +2591,8 @@
2392
2591
  {
2393
2592
  "id": 73,
2394
2593
  "name": "coingeckoCryptoMarketPayloadTemplate",
2594
+ "variant": "declaration",
2395
2595
  "kind": 64,
2396
- "kindString": "Function",
2397
2596
  "flags": {},
2398
2597
  "sources": [
2399
2598
  {
@@ -2406,37 +2605,58 @@
2406
2605
  {
2407
2606
  "id": 74,
2408
2607
  "name": "coingeckoCryptoMarketPayloadTemplate",
2608
+ "variant": "signature",
2409
2609
  "kind": 4096,
2410
- "kindString": "Call signature",
2411
2610
  "flags": {},
2611
+ "sources": [
2612
+ {
2613
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Template.d.ts",
2614
+ "line": 2,
2615
+ "character": 59
2616
+ }
2617
+ ],
2412
2618
  "type": {
2413
2619
  "type": "reference",
2620
+ "target": {
2621
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
2622
+ "qualifiedName": "Partial"
2623
+ },
2414
2624
  "typeArguments": [
2415
2625
  {
2416
2626
  "type": "intersection",
2417
2627
  "types": [
2418
2628
  {
2419
2629
  "type": "reference",
2420
- "name": "SchemaFields"
2630
+ "target": {
2631
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
2632
+ "qualifiedName": "SchemaFields"
2633
+ },
2634
+ "name": "SchemaFields",
2635
+ "package": "@xyo-network/payload-model"
2421
2636
  },
2422
2637
  {
2423
2638
  "type": "reference",
2424
- "name": "PayloadFields"
2639
+ "target": {
2640
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
2641
+ "qualifiedName": "PayloadFields"
2642
+ },
2643
+ "name": "PayloadFields",
2644
+ "package": "@xyo-network/payload-model"
2425
2645
  },
2426
2646
  {
2427
2647
  "type": "reflection",
2428
2648
  "declaration": {
2429
2649
  "id": 75,
2430
2650
  "name": "__type",
2651
+ "variant": "declaration",
2431
2652
  "kind": 65536,
2432
- "kindString": "Type literal",
2433
2653
  "flags": {},
2434
2654
  "children": [
2435
2655
  {
2436
2656
  "id": 76,
2437
2657
  "name": "assets",
2658
+ "variant": "declaration",
2438
2659
  "kind": 1024,
2439
- "kindString": "Property",
2440
2660
  "flags": {},
2441
2661
  "sources": [
2442
2662
  {
@@ -2447,9 +2667,17 @@
2447
2667
  ],
2448
2668
  "type": {
2449
2669
  "type": "reference",
2670
+ "target": {
2671
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
2672
+ "qualifiedName": "Partial"
2673
+ },
2450
2674
  "typeArguments": [
2451
2675
  {
2452
2676
  "type": "reference",
2677
+ "target": {
2678
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
2679
+ "qualifiedName": "Record"
2680
+ },
2453
2681
  "typeArguments": [
2454
2682
  {
2455
2683
  "type": "intrinsic",
@@ -2457,6 +2685,10 @@
2457
2685
  },
2458
2686
  {
2459
2687
  "type": "reference",
2688
+ "target": {
2689
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
2690
+ "qualifiedName": "Partial"
2691
+ },
2460
2692
  "typeArguments": [
2461
2693
  {
2462
2694
  "type": "union",
@@ -2467,6 +2699,10 @@
2467
2699
  },
2468
2700
  {
2469
2701
  "type": "reference",
2702
+ "target": {
2703
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
2704
+ "qualifiedName": "Record"
2705
+ },
2470
2706
  "typeArguments": [
2471
2707
  {
2472
2708
  "type": "intrinsic",
@@ -2478,32 +2714,28 @@
2478
2714
  }
2479
2715
  ],
2480
2716
  "name": "Record",
2481
- "qualifiedName": "Record",
2482
2717
  "package": "typescript"
2483
2718
  }
2484
2719
  ]
2485
2720
  }
2486
2721
  ],
2487
2722
  "name": "Partial",
2488
- "qualifiedName": "Partial",
2489
2723
  "package": "typescript"
2490
2724
  }
2491
2725
  ],
2492
2726
  "name": "Record",
2493
- "qualifiedName": "Record",
2494
2727
  "package": "typescript"
2495
2728
  }
2496
2729
  ],
2497
2730
  "name": "Partial",
2498
- "qualifiedName": "Partial",
2499
2731
  "package": "typescript"
2500
2732
  }
2501
2733
  },
2502
2734
  {
2503
2735
  "id": 77,
2504
2736
  "name": "schema",
2737
+ "variant": "declaration",
2505
2738
  "kind": 1024,
2506
- "kindString": "Property",
2507
2739
  "flags": {},
2508
2740
  "sources": [
2509
2741
  {
@@ -2520,8 +2752,8 @@
2520
2752
  {
2521
2753
  "id": 78,
2522
2754
  "name": "timestamp",
2755
+ "variant": "declaration",
2523
2756
  "kind": 1024,
2524
- "kindString": "Property",
2525
2757
  "flags": {},
2526
2758
  "sources": [
2527
2759
  {
@@ -2559,7 +2791,6 @@
2559
2791
  }
2560
2792
  ],
2561
2793
  "name": "Partial",
2562
- "qualifiedName": "Partial",
2563
2794
  "package": "typescript"
2564
2795
  }
2565
2796
  }
@@ -2568,8 +2799,8 @@
2568
2799
  {
2569
2800
  "id": 25,
2570
2801
  "name": "cryptoCardsGamePayloadTemplate",
2802
+ "variant": "declaration",
2571
2803
  "kind": 64,
2572
- "kindString": "Function",
2573
2804
  "flags": {},
2574
2805
  "sources": [
2575
2806
  {
@@ -2582,37 +2813,58 @@
2582
2813
  {
2583
2814
  "id": 26,
2584
2815
  "name": "cryptoCardsGamePayloadTemplate",
2816
+ "variant": "signature",
2585
2817
  "kind": 4096,
2586
- "kindString": "Call signature",
2587
2818
  "flags": {},
2819
+ "sources": [
2820
+ {
2821
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Template.d.ts",
2822
+ "line": 2,
2823
+ "character": 53
2824
+ }
2825
+ ],
2588
2826
  "type": {
2589
2827
  "type": "reference",
2828
+ "target": {
2829
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
2830
+ "qualifiedName": "Partial"
2831
+ },
2590
2832
  "typeArguments": [
2591
2833
  {
2592
2834
  "type": "intersection",
2593
2835
  "types": [
2594
2836
  {
2595
2837
  "type": "reference",
2596
- "name": "SchemaFields"
2838
+ "target": {
2839
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
2840
+ "qualifiedName": "SchemaFields"
2841
+ },
2842
+ "name": "SchemaFields",
2843
+ "package": "@xyo-network/payload-model"
2597
2844
  },
2598
2845
  {
2599
2846
  "type": "reference",
2600
- "name": "PayloadFields"
2847
+ "target": {
2848
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
2849
+ "qualifiedName": "PayloadFields"
2850
+ },
2851
+ "name": "PayloadFields",
2852
+ "package": "@xyo-network/payload-model"
2601
2853
  },
2602
2854
  {
2603
2855
  "type": "reflection",
2604
2856
  "declaration": {
2605
2857
  "id": 27,
2606
2858
  "name": "__type",
2859
+ "variant": "declaration",
2607
2860
  "kind": 65536,
2608
- "kindString": "Type literal",
2609
2861
  "flags": {},
2610
2862
  "children": [
2611
2863
  {
2612
2864
  "id": 28,
2613
2865
  "name": "allowedWeights",
2866
+ "variant": "declaration",
2614
2867
  "kind": 1024,
2615
- "kindString": "Property",
2616
2868
  "flags": {},
2617
2869
  "comment": {
2618
2870
  "summary": [],
@@ -2646,8 +2898,8 @@
2646
2898
  {
2647
2899
  "id": 29,
2648
2900
  "name": "duration",
2901
+ "variant": "declaration",
2649
2902
  "kind": 1024,
2650
- "kindString": "Property",
2651
2903
  "flags": {},
2652
2904
  "comment": {
2653
2905
  "summary": [],
@@ -2678,8 +2930,8 @@
2678
2930
  {
2679
2931
  "id": 30,
2680
2932
  "name": "expiration",
2933
+ "variant": "declaration",
2681
2934
  "kind": 1024,
2682
- "kindString": "Property",
2683
2935
  "flags": {},
2684
2936
  "comment": {
2685
2937
  "summary": [],
@@ -2710,8 +2962,8 @@
2710
2962
  {
2711
2963
  "id": 31,
2712
2964
  "name": "oraclePointer",
2965
+ "variant": "declaration",
2713
2966
  "kind": 1024,
2714
- "kindString": "Property",
2715
2967
  "flags": {},
2716
2968
  "comment": {
2717
2969
  "summary": [],
@@ -2742,8 +2994,8 @@
2742
2994
  {
2743
2995
  "id": 32,
2744
2996
  "name": "schema",
2997
+ "variant": "declaration",
2745
2998
  "kind": 1024,
2746
- "kindString": "Property",
2747
2999
  "flags": {},
2748
3000
  "sources": [
2749
3001
  {
@@ -2760,8 +3012,8 @@
2760
3012
  {
2761
3013
  "id": 33,
2762
3014
  "name": "sequence",
3015
+ "variant": "declaration",
2763
3016
  "kind": 1024,
2764
- "kindString": "Property",
2765
3017
  "flags": {},
2766
3018
  "comment": {
2767
3019
  "summary": [],
@@ -2795,8 +3047,8 @@
2795
3047
  {
2796
3048
  "id": 34,
2797
3049
  "name": "sequencer",
3050
+ "variant": "declaration",
2798
3051
  "kind": 1024,
2799
- "kindString": "Property",
2800
3052
  "flags": {},
2801
3053
  "comment": {
2802
3054
  "summary": [],
@@ -2852,7 +3104,6 @@
2852
3104
  }
2853
3105
  ],
2854
3106
  "name": "Partial",
2855
- "qualifiedName": "Partial",
2856
3107
  "package": "typescript"
2857
3108
  }
2858
3109
  }
@@ -2861,8 +3112,8 @@
2861
3112
  {
2862
3113
  "id": 48,
2863
3114
  "name": "cryptoCardsMovePayloadTemplate",
3115
+ "variant": "declaration",
2864
3116
  "kind": 64,
2865
- "kindString": "Function",
2866
3117
  "flags": {},
2867
3118
  "sources": [
2868
3119
  {
@@ -2875,37 +3126,58 @@
2875
3126
  {
2876
3127
  "id": 49,
2877
3128
  "name": "cryptoCardsMovePayloadTemplate",
3129
+ "variant": "signature",
2878
3130
  "kind": 4096,
2879
- "kindString": "Call signature",
2880
3131
  "flags": {},
3132
+ "sources": [
3133
+ {
3134
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Template.d.ts",
3135
+ "line": 2,
3136
+ "character": 53
3137
+ }
3138
+ ],
2881
3139
  "type": {
2882
3140
  "type": "reference",
3141
+ "target": {
3142
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
3143
+ "qualifiedName": "Partial"
3144
+ },
2883
3145
  "typeArguments": [
2884
3146
  {
2885
3147
  "type": "intersection",
2886
3148
  "types": [
2887
3149
  {
2888
3150
  "type": "reference",
2889
- "name": "SchemaFields"
3151
+ "target": {
3152
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
3153
+ "qualifiedName": "SchemaFields"
3154
+ },
3155
+ "name": "SchemaFields",
3156
+ "package": "@xyo-network/payload-model"
2890
3157
  },
2891
3158
  {
2892
3159
  "type": "reference",
2893
- "name": "PayloadFields"
3160
+ "target": {
3161
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
3162
+ "qualifiedName": "PayloadFields"
3163
+ },
3164
+ "name": "PayloadFields",
3165
+ "package": "@xyo-network/payload-model"
2894
3166
  },
2895
3167
  {
2896
3168
  "type": "reflection",
2897
3169
  "declaration": {
2898
3170
  "id": 50,
2899
3171
  "name": "__type",
3172
+ "variant": "declaration",
2900
3173
  "kind": 65536,
2901
- "kindString": "Type literal",
2902
3174
  "flags": {},
2903
3175
  "children": [
2904
3176
  {
2905
3177
  "id": 51,
2906
3178
  "name": "cards",
3179
+ "variant": "declaration",
2907
3180
  "kind": 1024,
2908
- "kindString": "Property",
2909
3181
  "flags": {},
2910
3182
  "comment": {
2911
3183
  "summary": [],
@@ -2939,8 +3211,8 @@
2939
3211
  {
2940
3212
  "id": 52,
2941
3213
  "name": "moves",
3214
+ "variant": "declaration",
2942
3215
  "kind": 1024,
2943
- "kindString": "Property",
2944
3216
  "flags": {},
2945
3217
  "comment": {
2946
3218
  "summary": [],
@@ -2974,8 +3246,8 @@
2974
3246
  {
2975
3247
  "id": 53,
2976
3248
  "name": "schema",
3249
+ "variant": "declaration",
2977
3250
  "kind": 1024,
2978
- "kindString": "Property",
2979
3251
  "flags": {},
2980
3252
  "sources": [
2981
3253
  {
@@ -3013,7 +3285,6 @@
3013
3285
  }
3014
3286
  ],
3015
3287
  "name": "Partial",
3016
- "qualifiedName": "Partial",
3017
3288
  "package": "typescript"
3018
3289
  }
3019
3290
  }
@@ -3022,8 +3293,8 @@
3022
3293
  {
3023
3294
  "id": 93,
3024
3295
  "name": "cryptoMarketAssetPayloadTemplate",
3296
+ "variant": "declaration",
3025
3297
  "kind": 64,
3026
- "kindString": "Function",
3027
3298
  "flags": {},
3028
3299
  "sources": [
3029
3300
  {
@@ -3036,20 +3307,31 @@
3036
3307
  {
3037
3308
  "id": 94,
3038
3309
  "name": "cryptoMarketAssetPayloadTemplate",
3310
+ "variant": "signature",
3039
3311
  "kind": 4096,
3040
- "kindString": "Call signature",
3041
3312
  "flags": {},
3313
+ "sources": [
3314
+ {
3315
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/asset/dist/types/Template.d.ts",
3316
+ "line": 2,
3317
+ "character": 55
3318
+ }
3319
+ ],
3042
3320
  "type": {
3043
3321
  "type": "reference",
3322
+ "target": {
3323
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
3324
+ "qualifiedName": "Partial"
3325
+ },
3044
3326
  "typeArguments": [
3045
3327
  {
3046
3328
  "type": "reference",
3047
- "id": 86,
3048
- "name": "XyoCryptoMarketAssetPayload"
3329
+ "target": 86,
3330
+ "name": "XyoCryptoMarketAssetPayload",
3331
+ "package": "@xyo-network/crypto-asset-payload-plugin"
3049
3332
  }
3050
3333
  ],
3051
3334
  "name": "Partial",
3052
- "qualifiedName": "Partial",
3053
3335
  "package": "typescript"
3054
3336
  }
3055
3337
  }
@@ -3058,8 +3340,8 @@
3058
3340
  {
3059
3341
  "id": 116,
3060
3342
  "name": "uniswapCryptoMarketPayloadTemplate",
3343
+ "variant": "declaration",
3061
3344
  "kind": 64,
3062
- "kindString": "Function",
3063
3345
  "flags": {},
3064
3346
  "sources": [
3065
3347
  {
@@ -3072,37 +3354,58 @@
3072
3354
  {
3073
3355
  "id": 117,
3074
3356
  "name": "uniswapCryptoMarketPayloadTemplate",
3357
+ "variant": "signature",
3075
3358
  "kind": 4096,
3076
- "kindString": "Call signature",
3077
3359
  "flags": {},
3360
+ "sources": [
3361
+ {
3362
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Template.d.ts",
3363
+ "line": 2,
3364
+ "character": 57
3365
+ }
3366
+ ],
3078
3367
  "type": {
3079
3368
  "type": "reference",
3369
+ "target": {
3370
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
3371
+ "qualifiedName": "Partial"
3372
+ },
3080
3373
  "typeArguments": [
3081
3374
  {
3082
3375
  "type": "intersection",
3083
3376
  "types": [
3084
3377
  {
3085
3378
  "type": "reference",
3086
- "name": "SchemaFields"
3379
+ "target": {
3380
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
3381
+ "qualifiedName": "SchemaFields"
3382
+ },
3383
+ "name": "SchemaFields",
3384
+ "package": "@xyo-network/payload-model"
3087
3385
  },
3088
3386
  {
3089
3387
  "type": "reference",
3090
- "name": "PayloadFields"
3388
+ "target": {
3389
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
3390
+ "qualifiedName": "PayloadFields"
3391
+ },
3392
+ "name": "PayloadFields",
3393
+ "package": "@xyo-network/payload-model"
3091
3394
  },
3092
3395
  {
3093
3396
  "type": "reflection",
3094
3397
  "declaration": {
3095
3398
  "id": 118,
3096
3399
  "name": "__type",
3400
+ "variant": "declaration",
3097
3401
  "kind": 65536,
3098
- "kindString": "Type literal",
3099
3402
  "flags": {},
3100
3403
  "children": [
3101
3404
  {
3102
3405
  "id": 119,
3103
3406
  "name": "pairs",
3407
+ "variant": "declaration",
3104
3408
  "kind": 1024,
3105
- "kindString": "Property",
3106
3409
  "flags": {},
3107
3410
  "sources": [
3108
3411
  {
@@ -3115,16 +3418,17 @@
3115
3418
  "type": "array",
3116
3419
  "elementType": {
3117
3420
  "type": "reference",
3118
- "id": 101,
3119
- "name": "XyoUniswapCryptoPair"
3421
+ "target": 101,
3422
+ "name": "XyoUniswapCryptoPair",
3423
+ "package": "@xyo-network/uniswap-crypto-market-payload-plugin"
3120
3424
  }
3121
3425
  }
3122
3426
  },
3123
3427
  {
3124
3428
  "id": 120,
3125
3429
  "name": "schema",
3430
+ "variant": "declaration",
3126
3431
  "kind": 1024,
3127
- "kindString": "Property",
3128
3432
  "flags": {},
3129
3433
  "sources": [
3130
3434
  {
@@ -3141,8 +3445,8 @@
3141
3445
  {
3142
3446
  "id": 121,
3143
3447
  "name": "timestamp",
3448
+ "variant": "declaration",
3144
3449
  "kind": 1024,
3145
- "kindString": "Property",
3146
3450
  "flags": {},
3147
3451
  "sources": [
3148
3452
  {
@@ -3180,7 +3484,6 @@
3180
3484
  }
3181
3485
  ],
3182
3486
  "name": "Partial",
3183
- "qualifiedName": "Partial",
3184
3487
  "package": "typescript"
3185
3488
  }
3186
3489
  }
@@ -3254,12 +3557,501 @@
3254
3557
  ]
3255
3558
  }
3256
3559
  ],
3257
- "sources": [
3560
+ "packageName": "@xyo-network/crypto-payload-plugins",
3561
+ "readme": [
3258
3562
  {
3259
- "fileName": "plugins/packages/payload/packages/crypto/src/index.ts",
3260
- "line": 1,
3261
- "character": 0,
3262
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/plugins/packages/payload/packages/crypto/src/index.ts#L1"
3563
+ "kind": "text",
3564
+ "text": "[![logo][]](https://xyo.network)\n\nPart of [sdk-xyo-clint-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)\n\n## License\n\n> See the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XYO](https://xyo.network)\n\n[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png"
3565
+ }
3566
+ ],
3567
+ "symbolIdMap": {
3568
+ "0": {
3569
+ "sourceFileName": "src/index.ts",
3570
+ "qualifiedName": ""
3571
+ },
3572
+ "1": {
3573
+ "sourceFileName": "src/index.ts",
3574
+ "qualifiedName": "CryptoPayloadPlugins"
3575
+ },
3576
+ "2": {
3577
+ "sourceFileName": "src/index.ts",
3578
+ "qualifiedName": "default"
3579
+ },
3580
+ "3": {
3581
+ "sourceFileName": "packages/cards/src/index.ts",
3582
+ "qualifiedName": "XyoCryptoCardsPayloadPlugins"
3583
+ },
3584
+ "4": {
3585
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3586
+ "qualifiedName": "CryptoCardsGamePayloadPlugin"
3587
+ },
3588
+ "5": {
3589
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3590
+ "qualifiedName": "CryptoCardsGamePayloadPlugin"
3591
+ },
3592
+ "6": {
3593
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3594
+ "qualifiedName": "__type"
3595
+ },
3596
+ "7": {
3597
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3598
+ "qualifiedName": "__type.allowedWeights"
3599
+ },
3600
+ "8": {
3601
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3602
+ "qualifiedName": "__type.duration"
3603
+ },
3604
+ "9": {
3605
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3606
+ "qualifiedName": "__type.expiration"
3607
+ },
3608
+ "10": {
3609
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3610
+ "qualifiedName": "__type.oraclePointer"
3611
+ },
3612
+ "11": {
3613
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3614
+ "qualifiedName": "__type.schema"
3615
+ },
3616
+ "12": {
3617
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3618
+ "qualifiedName": "__type.sequence"
3619
+ },
3620
+ "13": {
3621
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3622
+ "qualifiedName": "__type.sequencer"
3623
+ },
3624
+ "14": {
3625
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
3626
+ "qualifiedName": "XyoCryptoCardsGamePayload"
3627
+ },
3628
+ "15": {
3629
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
3630
+ "qualifiedName": "__type"
3631
+ },
3632
+ "16": {
3633
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
3634
+ "qualifiedName": "__type.allowedWeights"
3635
+ },
3636
+ "17": {
3637
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
3638
+ "qualifiedName": "__type.duration"
3639
+ },
3640
+ "18": {
3641
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
3642
+ "qualifiedName": "__type.expiration"
3643
+ },
3644
+ "19": {
3645
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
3646
+ "qualifiedName": "__type.oraclePointer"
3647
+ },
3648
+ "20": {
3649
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
3650
+ "qualifiedName": "__type.schema"
3651
+ },
3652
+ "21": {
3653
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
3654
+ "qualifiedName": "__type.sequence"
3655
+ },
3656
+ "22": {
3657
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
3658
+ "qualifiedName": "__type.sequencer"
3659
+ },
3660
+ "23": {
3661
+ "sourceFileName": "packages/cards/packages/game/src/Schema.ts",
3662
+ "qualifiedName": "XyoCryptoCardsGameSchema"
3663
+ },
3664
+ "24": {
3665
+ "sourceFileName": "packages/cards/packages/game/src/Schema.ts",
3666
+ "qualifiedName": "XyoCryptoCardsGameSchema"
3667
+ },
3668
+ "25": {
3669
+ "sourceFileName": "packages/cards/packages/game/src/Template.ts",
3670
+ "qualifiedName": "cryptoCardsGamePayloadTemplate"
3671
+ },
3672
+ "26": {
3673
+ "sourceFileName": "packages/cards/packages/game/src/Template.ts",
3674
+ "qualifiedName": "cryptoCardsGamePayloadTemplate"
3675
+ },
3676
+ "27": {
3677
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
3678
+ "qualifiedName": "__type"
3679
+ },
3680
+ "28": {
3681
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
3682
+ "qualifiedName": "__type.allowedWeights"
3683
+ },
3684
+ "29": {
3685
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
3686
+ "qualifiedName": "__type.duration"
3687
+ },
3688
+ "30": {
3689
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
3690
+ "qualifiedName": "__type.expiration"
3691
+ },
3692
+ "31": {
3693
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
3694
+ "qualifiedName": "__type.oraclePointer"
3695
+ },
3696
+ "32": {
3697
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
3698
+ "qualifiedName": "__type.schema"
3699
+ },
3700
+ "33": {
3701
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
3702
+ "qualifiedName": "__type.sequence"
3703
+ },
3704
+ "34": {
3705
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
3706
+ "qualifiedName": "__type.sequencer"
3707
+ },
3708
+ "35": {
3709
+ "sourceFileName": "packages/cards/packages/move/src/Plugin.ts",
3710
+ "qualifiedName": "CryptoCardsMovePayloadPlugin"
3711
+ },
3712
+ "36": {
3713
+ "sourceFileName": "packages/cards/packages/move/src/Plugin.ts",
3714
+ "qualifiedName": "CryptoCardsMovePayloadPlugin"
3715
+ },
3716
+ "37": {
3717
+ "sourceFileName": "packages/cards/packages/move/src/Plugin.ts",
3718
+ "qualifiedName": "__type"
3719
+ },
3720
+ "38": {
3721
+ "sourceFileName": "packages/cards/packages/move/src/Plugin.ts",
3722
+ "qualifiedName": "__type.cards"
3723
+ },
3724
+ "39": {
3725
+ "sourceFileName": "packages/cards/packages/move/src/Plugin.ts",
3726
+ "qualifiedName": "__type.moves"
3727
+ },
3728
+ "40": {
3729
+ "sourceFileName": "packages/cards/packages/move/src/Plugin.ts",
3730
+ "qualifiedName": "__type.schema"
3731
+ },
3732
+ "41": {
3733
+ "sourceFileName": "packages/cards/packages/move/src/Payload.ts",
3734
+ "qualifiedName": "XyoCryptoCardsMovePayload"
3735
+ },
3736
+ "42": {
3737
+ "sourceFileName": "packages/cards/packages/move/src/Payload.ts",
3738
+ "qualifiedName": "__type"
3739
+ },
3740
+ "43": {
3741
+ "sourceFileName": "packages/cards/packages/move/src/Payload.ts",
3742
+ "qualifiedName": "__type.cards"
3743
+ },
3744
+ "44": {
3745
+ "sourceFileName": "packages/cards/packages/move/src/Payload.ts",
3746
+ "qualifiedName": "__type.moves"
3747
+ },
3748
+ "45": {
3749
+ "sourceFileName": "packages/cards/packages/move/src/Payload.ts",
3750
+ "qualifiedName": "__type.schema"
3751
+ },
3752
+ "46": {
3753
+ "sourceFileName": "packages/cards/packages/move/src/Schema.ts",
3754
+ "qualifiedName": "XyoCryptoCardsMoveSchema"
3755
+ },
3756
+ "47": {
3757
+ "sourceFileName": "packages/cards/packages/move/src/Schema.ts",
3758
+ "qualifiedName": "XyoCryptoCardsMoveSchema"
3759
+ },
3760
+ "48": {
3761
+ "sourceFileName": "packages/cards/packages/move/src/Template.ts",
3762
+ "qualifiedName": "cryptoCardsMovePayloadTemplate"
3763
+ },
3764
+ "49": {
3765
+ "sourceFileName": "packages/cards/packages/move/src/Template.ts",
3766
+ "qualifiedName": "cryptoCardsMovePayloadTemplate"
3767
+ },
3768
+ "50": {
3769
+ "sourceFileName": "packages/cards/packages/move/src/Payload.ts",
3770
+ "qualifiedName": "__type"
3771
+ },
3772
+ "51": {
3773
+ "sourceFileName": "packages/cards/packages/move/src/Payload.ts",
3774
+ "qualifiedName": "__type.cards"
3775
+ },
3776
+ "52": {
3777
+ "sourceFileName": "packages/cards/packages/move/src/Payload.ts",
3778
+ "qualifiedName": "__type.moves"
3779
+ },
3780
+ "53": {
3781
+ "sourceFileName": "packages/cards/packages/move/src/Payload.ts",
3782
+ "qualifiedName": "__type.schema"
3783
+ },
3784
+ "54": {
3785
+ "sourceFileName": "packages/market/src/index.ts",
3786
+ "qualifiedName": "XyoCryptoMarketPayloadPlugins"
3787
+ },
3788
+ "55": {
3789
+ "sourceFileName": "packages/market/packages/coingecko/src/Plugin.ts",
3790
+ "qualifiedName": "CoingeckoCryptoMarketPayloadPlugin"
3791
+ },
3792
+ "56": {
3793
+ "sourceFileName": "packages/market/packages/coingecko/src/Plugin.ts",
3794
+ "qualifiedName": "CoingeckoCryptoMarketPayloadPlugin"
3795
+ },
3796
+ "57": {
3797
+ "sourceFileName": "packages/market/packages/coingecko/src/Plugin.ts",
3798
+ "qualifiedName": "__type"
3799
+ },
3800
+ "58": {
3801
+ "sourceFileName": "packages/market/packages/coingecko/src/Plugin.ts",
3802
+ "qualifiedName": "__type.assets"
3803
+ },
3804
+ "59": {
3805
+ "sourceFileName": "packages/market/packages/coingecko/src/Plugin.ts",
3806
+ "qualifiedName": "__type.schema"
3807
+ },
3808
+ "60": {
3809
+ "sourceFileName": "packages/market/packages/coingecko/src/Plugin.ts",
3810
+ "qualifiedName": "__type.timestamp"
3811
+ },
3812
+ "61": {
3813
+ "sourceFileName": "packages/market/packages/coingecko/src/lib/AssetSymbol.ts",
3814
+ "qualifiedName": "AssetSymbol"
3815
+ },
3816
+ "62": {
3817
+ "sourceFileName": "packages/market/packages/coingecko/src/lib/XyoCryptoAsset.ts",
3818
+ "qualifiedName": "XyoCryptoAsset"
3819
+ },
3820
+ "63": {
3821
+ "sourceFileName": "packages/market/packages/coingecko/src/lib/XyoCryptoAsset.ts",
3822
+ "qualifiedName": "XyoCryptoAsset.name"
3823
+ },
3824
+ "64": {
3825
+ "sourceFileName": "packages/market/packages/coingecko/src/lib/XyoCryptoAsset.ts",
3826
+ "qualifiedName": "XyoCryptoAsset.symbol"
3827
+ },
3828
+ "65": {
3829
+ "sourceFileName": "packages/market/packages/coingecko/src/lib/XyoCryptoAssets.ts",
3830
+ "qualifiedName": "XyoCryptoAssetPrices"
3831
+ },
3832
+ "66": {
3833
+ "sourceFileName": "packages/market/packages/coingecko/src/Payload.ts",
3834
+ "qualifiedName": "XyoCoingeckoCryptoMarketPayload"
3835
+ },
3836
+ "67": {
3837
+ "sourceFileName": "packages/market/packages/coingecko/src/Payload.ts",
3838
+ "qualifiedName": "__type"
3839
+ },
3840
+ "68": {
3841
+ "sourceFileName": "packages/market/packages/coingecko/src/Payload.ts",
3842
+ "qualifiedName": "__type.assets"
3843
+ },
3844
+ "69": {
3845
+ "sourceFileName": "packages/market/packages/coingecko/src/Payload.ts",
3846
+ "qualifiedName": "__type.schema"
3847
+ },
3848
+ "70": {
3849
+ "sourceFileName": "packages/market/packages/coingecko/src/Payload.ts",
3850
+ "qualifiedName": "__type.timestamp"
3851
+ },
3852
+ "71": {
3853
+ "sourceFileName": "packages/market/packages/coingecko/src/Schema.ts",
3854
+ "qualifiedName": "XyoCoingeckoCryptoMarketSchema"
3855
+ },
3856
+ "72": {
3857
+ "sourceFileName": "packages/market/packages/coingecko/src/Schema.ts",
3858
+ "qualifiedName": "XyoCoingeckoCryptoMarketSchema"
3859
+ },
3860
+ "73": {
3861
+ "sourceFileName": "packages/market/packages/coingecko/src/Template.ts",
3862
+ "qualifiedName": "coingeckoCryptoMarketPayloadTemplate"
3863
+ },
3864
+ "74": {
3865
+ "sourceFileName": "packages/market/packages/coingecko/src/Template.ts",
3866
+ "qualifiedName": "coingeckoCryptoMarketPayloadTemplate"
3867
+ },
3868
+ "75": {
3869
+ "sourceFileName": "packages/market/packages/coingecko/src/Payload.ts",
3870
+ "qualifiedName": "__type"
3871
+ },
3872
+ "76": {
3873
+ "sourceFileName": "packages/market/packages/coingecko/src/Payload.ts",
3874
+ "qualifiedName": "__type.assets"
3875
+ },
3876
+ "77": {
3877
+ "sourceFileName": "packages/market/packages/coingecko/src/Payload.ts",
3878
+ "qualifiedName": "__type.schema"
3879
+ },
3880
+ "78": {
3881
+ "sourceFileName": "packages/market/packages/coingecko/src/Payload.ts",
3882
+ "qualifiedName": "__type.timestamp"
3883
+ },
3884
+ "79": {
3885
+ "sourceFileName": "packages/market/packages/asset/src/Plugin.ts",
3886
+ "qualifiedName": "CryptoMarketAssetPayloadPlugin"
3887
+ },
3888
+ "80": {
3889
+ "sourceFileName": "packages/market/packages/asset/src/Plugin.ts",
3890
+ "qualifiedName": "CryptoMarketAssetPayloadPlugin"
3891
+ },
3892
+ "81": {
3893
+ "sourceFileName": "packages/market/packages/asset/src/Model/AssetInfo.ts",
3894
+ "qualifiedName": "AssetInfo"
3895
+ },
3896
+ "82": {
3897
+ "sourceFileName": "packages/market/packages/asset/src/Model/AssetInfo.ts",
3898
+ "qualifiedName": "AssetInfo.value"
3899
+ },
3900
+ "83": {
3901
+ "sourceFileName": "packages/market/packages/asset/src/Model/Currency.ts",
3902
+ "qualifiedName": "Currency"
3903
+ },
3904
+ "84": {
3905
+ "sourceFileName": "packages/market/packages/asset/src/Model/Token.ts",
3906
+ "qualifiedName": "Token"
3907
+ },
3908
+ "85": {
3909
+ "sourceFileName": "packages/market/packages/asset/src/Model/ValueBasis.ts",
3910
+ "qualifiedName": "ValueBasis"
3911
+ },
3912
+ "86": {
3913
+ "sourceFileName": "packages/market/packages/asset/src/Payload.ts",
3914
+ "qualifiedName": "XyoCryptoMarketAssetPayload"
3915
+ },
3916
+ "87": {
3917
+ "sourceFileName": "packages/market/packages/asset/src/Payload.ts",
3918
+ "qualifiedName": "XyoCryptoMarketAssetPayload.assets"
3919
+ },
3920
+ "88": {
3921
+ "sourceFileName": "packages/market/packages/asset/src/Payload.ts",
3922
+ "qualifiedName": "XyoCryptoMarketAssetPayload.schema"
3923
+ },
3924
+ "89": {
3925
+ "sourceFileName": "packages/market/packages/asset/src/Payload.ts",
3926
+ "qualifiedName": "XyoCryptoMarketAssetPayload.timestamp"
3927
+ },
3928
+ "90": {
3929
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
3930
+ "qualifiedName": "__type.sources"
3931
+ },
3932
+ "91": {
3933
+ "sourceFileName": "packages/market/packages/asset/src/Schema.ts",
3934
+ "qualifiedName": "XyoCryptoMarketAssetSchema"
3935
+ },
3936
+ "92": {
3937
+ "sourceFileName": "packages/market/packages/asset/src/Schema.ts",
3938
+ "qualifiedName": "XyoCryptoMarketAssetSchema"
3939
+ },
3940
+ "93": {
3941
+ "sourceFileName": "packages/market/packages/asset/src/Template.ts",
3942
+ "qualifiedName": "cryptoMarketAssetPayloadTemplate"
3943
+ },
3944
+ "94": {
3945
+ "sourceFileName": "packages/market/packages/asset/src/Template.ts",
3946
+ "qualifiedName": "cryptoMarketAssetPayloadTemplate"
3947
+ },
3948
+ "95": {
3949
+ "sourceFileName": "packages/market/packages/uniswap/src/Plugin.ts",
3950
+ "qualifiedName": "UniswapCryptoMarketPayloadPlugin"
3951
+ },
3952
+ "96": {
3953
+ "sourceFileName": "packages/market/packages/uniswap/src/Plugin.ts",
3954
+ "qualifiedName": "UniswapCryptoMarketPayloadPlugin"
3955
+ },
3956
+ "97": {
3957
+ "sourceFileName": "packages/market/packages/uniswap/src/Plugin.ts",
3958
+ "qualifiedName": "__type"
3959
+ },
3960
+ "98": {
3961
+ "sourceFileName": "packages/market/packages/uniswap/src/Plugin.ts",
3962
+ "qualifiedName": "__type.pairs"
3963
+ },
3964
+ "99": {
3965
+ "sourceFileName": "packages/market/packages/uniswap/src/Plugin.ts",
3966
+ "qualifiedName": "__type.schema"
3967
+ },
3968
+ "100": {
3969
+ "sourceFileName": "packages/market/packages/uniswap/src/Plugin.ts",
3970
+ "qualifiedName": "__type.timestamp"
3971
+ },
3972
+ "101": {
3973
+ "sourceFileName": "packages/market/packages/uniswap/src/lib/XyoUniswapCryptoPair.ts",
3974
+ "qualifiedName": "XyoUniswapCryptoPair"
3975
+ },
3976
+ "102": {
3977
+ "sourceFileName": "packages/market/packages/uniswap/src/lib/XyoUniswapCryptoPair.ts",
3978
+ "qualifiedName": "XyoUniswapCryptoPair.tokens"
3979
+ },
3980
+ "103": {
3981
+ "sourceFileName": "packages/market/packages/uniswap/src/lib/XyoUniswapCryptoToken.ts",
3982
+ "qualifiedName": "XyoUniswapCryptoToken"
3983
+ },
3984
+ "104": {
3985
+ "sourceFileName": "packages/market/packages/uniswap/src/lib/XyoUniswapCryptoToken.ts",
3986
+ "qualifiedName": "XyoUniswapCryptoToken.address"
3987
+ },
3988
+ "105": {
3989
+ "sourceFileName": "packages/market/packages/uniswap/src/lib/XyoUniswapCryptoToken.ts",
3990
+ "qualifiedName": "XyoUniswapCryptoToken.symbol"
3991
+ },
3992
+ "106": {
3993
+ "sourceFileName": "packages/market/packages/uniswap/src/lib/XyoUniswapCryptoToken.ts",
3994
+ "qualifiedName": "XyoUniswapCryptoToken.value"
3995
+ },
3996
+ "107": {
3997
+ "sourceFileName": "packages/market/packages/uniswap/src/Payload.ts",
3998
+ "qualifiedName": "XyoUniswapCryptoMarketPayload"
3999
+ },
4000
+ "108": {
4001
+ "sourceFileName": "packages/market/packages/uniswap/src/Payload.ts",
4002
+ "qualifiedName": "__type"
4003
+ },
4004
+ "109": {
4005
+ "sourceFileName": "packages/market/packages/uniswap/src/Payload.ts",
4006
+ "qualifiedName": "__type.pairs"
4007
+ },
4008
+ "110": {
4009
+ "sourceFileName": "packages/market/packages/uniswap/src/Payload.ts",
4010
+ "qualifiedName": "__type.schema"
4011
+ },
4012
+ "111": {
4013
+ "sourceFileName": "packages/market/packages/uniswap/src/Payload.ts",
4014
+ "qualifiedName": "__type.timestamp"
4015
+ },
4016
+ "112": {
4017
+ "sourceFileName": "packages/market/packages/uniswap/src/Schema.ts",
4018
+ "qualifiedName": "XyoUniswapCryptoMarketWitnessConfigSchema"
4019
+ },
4020
+ "113": {
4021
+ "sourceFileName": "packages/market/packages/uniswap/src/Schema.ts",
4022
+ "qualifiedName": "XyoUniswapCryptoMarketWitnessConfigSchema"
4023
+ },
4024
+ "114": {
4025
+ "sourceFileName": "packages/market/packages/uniswap/src/Schema.ts",
4026
+ "qualifiedName": "XyoUniswapCryptoMarketSchema"
4027
+ },
4028
+ "115": {
4029
+ "sourceFileName": "packages/market/packages/uniswap/src/Schema.ts",
4030
+ "qualifiedName": "XyoUniswapCryptoMarketSchema"
4031
+ },
4032
+ "116": {
4033
+ "sourceFileName": "packages/market/packages/uniswap/src/Template.ts",
4034
+ "qualifiedName": "uniswapCryptoMarketPayloadTemplate"
4035
+ },
4036
+ "117": {
4037
+ "sourceFileName": "packages/market/packages/uniswap/src/Template.ts",
4038
+ "qualifiedName": "uniswapCryptoMarketPayloadTemplate"
4039
+ },
4040
+ "118": {
4041
+ "sourceFileName": "packages/market/packages/uniswap/src/Payload.ts",
4042
+ "qualifiedName": "__type"
4043
+ },
4044
+ "119": {
4045
+ "sourceFileName": "packages/market/packages/uniswap/src/Payload.ts",
4046
+ "qualifiedName": "__type.pairs"
4047
+ },
4048
+ "120": {
4049
+ "sourceFileName": "packages/market/packages/uniswap/src/Payload.ts",
4050
+ "qualifiedName": "__type.schema"
4051
+ },
4052
+ "121": {
4053
+ "sourceFileName": "packages/market/packages/uniswap/src/Payload.ts",
4054
+ "qualifiedName": "__type.timestamp"
3263
4055
  }
3264
- ]
4056
+ }
3265
4057
  }