@xyo-network/crypto-payload-plugins 2.72.0 → 2.72.1

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 (2) hide show
  1. package/dist/docs.json +4481 -0
  2. package/package.json +4 -4
package/dist/docs.json ADDED
@@ -0,0 +1,4481 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/crypto-payload-plugins",
4
+ "variant": "project",
5
+ "kind": 1,
6
+ "flags": {},
7
+ "children": [
8
+ {
9
+ "id": 2,
10
+ "name": "default",
11
+ "variant": "reference",
12
+ "kind": 8388608,
13
+ "flags": {},
14
+ "sources": [
15
+ {
16
+ "fileName": "plugins/packages/payload/packages/crypto/src/index.ts",
17
+ "line": 11,
18
+ "character": 0,
19
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/63eda1eb689c4/packages/plugins/packages/payload/packages/crypto/src/index.ts#L11"
20
+ }
21
+ ],
22
+ "target": 1
23
+ },
24
+ {
25
+ "id": 93,
26
+ "name": "AssetInfo",
27
+ "variant": "declaration",
28
+ "kind": 256,
29
+ "flags": {},
30
+ "children": [
31
+ {
32
+ "id": 94,
33
+ "name": "value",
34
+ "variant": "declaration",
35
+ "kind": 1024,
36
+ "flags": {},
37
+ "sources": [
38
+ {
39
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/asset/dist/types/Model/AssetInfo.d.ts",
40
+ "line": 3,
41
+ "character": 4
42
+ }
43
+ ],
44
+ "type": {
45
+ "type": "reference",
46
+ "target": {
47
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
48
+ "qualifiedName": "Partial"
49
+ },
50
+ "typeArguments": [
51
+ {
52
+ "type": "reference",
53
+ "target": {
54
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
55
+ "qualifiedName": "Record"
56
+ },
57
+ "typeArguments": [
58
+ {
59
+ "type": "union",
60
+ "types": [
61
+ {
62
+ "type": "reference",
63
+ "target": 95,
64
+ "name": "Currency",
65
+ "package": "@xyo-network/crypto-asset-payload-plugin"
66
+ },
67
+ {
68
+ "type": "reference",
69
+ "target": 96,
70
+ "name": "Token",
71
+ "package": "@xyo-network/crypto-asset-payload-plugin"
72
+ }
73
+ ]
74
+ },
75
+ {
76
+ "type": "union",
77
+ "types": [
78
+ {
79
+ "type": "intrinsic",
80
+ "name": "undefined"
81
+ },
82
+ {
83
+ "type": "intrinsic",
84
+ "name": "string"
85
+ }
86
+ ]
87
+ }
88
+ ],
89
+ "name": "Record",
90
+ "package": "typescript"
91
+ }
92
+ ],
93
+ "name": "Partial",
94
+ "package": "typescript"
95
+ }
96
+ }
97
+ ],
98
+ "groups": [
99
+ {
100
+ "title": "Properties",
101
+ "children": [
102
+ 94
103
+ ]
104
+ }
105
+ ],
106
+ "sources": [
107
+ {
108
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/asset/dist/types/Model/AssetInfo.d.ts",
109
+ "line": 2,
110
+ "character": 17
111
+ }
112
+ ]
113
+ },
114
+ {
115
+ "id": 72,
116
+ "name": "CryptoAsset",
117
+ "variant": "declaration",
118
+ "kind": 256,
119
+ "flags": {},
120
+ "children": [
121
+ {
122
+ "id": 73,
123
+ "name": "name",
124
+ "variant": "declaration",
125
+ "kind": 1024,
126
+ "flags": {
127
+ "isOptional": true
128
+ },
129
+ "sources": [
130
+ {
131
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/lib/CryptoAsset.d.ts",
132
+ "line": 2,
133
+ "character": 4
134
+ }
135
+ ],
136
+ "type": {
137
+ "type": "intrinsic",
138
+ "name": "string"
139
+ }
140
+ },
141
+ {
142
+ "id": 74,
143
+ "name": "symbol",
144
+ "variant": "declaration",
145
+ "kind": 1024,
146
+ "flags": {
147
+ "isOptional": true
148
+ },
149
+ "sources": [
150
+ {
151
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/lib/CryptoAsset.d.ts",
152
+ "line": 3,
153
+ "character": 4
154
+ }
155
+ ],
156
+ "type": {
157
+ "type": "intrinsic",
158
+ "name": "string"
159
+ }
160
+ }
161
+ ],
162
+ "groups": [
163
+ {
164
+ "title": "Properties",
165
+ "children": [
166
+ 73,
167
+ 74
168
+ ]
169
+ }
170
+ ],
171
+ "sources": [
172
+ {
173
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/lib/CryptoAsset.d.ts",
174
+ "line": 1,
175
+ "character": 17
176
+ }
177
+ ]
178
+ },
179
+ {
180
+ "id": 98,
181
+ "name": "CryptoMarketAssetPayload",
182
+ "variant": "declaration",
183
+ "kind": 256,
184
+ "flags": {},
185
+ "children": [
186
+ {
187
+ "id": 99,
188
+ "name": "assets",
189
+ "variant": "declaration",
190
+ "kind": 1024,
191
+ "flags": {},
192
+ "sources": [
193
+ {
194
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/asset/dist/types/Payload.d.ts",
195
+ "line": 5,
196
+ "character": 4
197
+ }
198
+ ],
199
+ "type": {
200
+ "type": "reference",
201
+ "target": {
202
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
203
+ "qualifiedName": "Partial"
204
+ },
205
+ "typeArguments": [
206
+ {
207
+ "type": "reference",
208
+ "target": {
209
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
210
+ "qualifiedName": "Record"
211
+ },
212
+ "typeArguments": [
213
+ {
214
+ "type": "reference",
215
+ "target": 96,
216
+ "name": "Token",
217
+ "package": "@xyo-network/crypto-asset-payload-plugin"
218
+ },
219
+ {
220
+ "type": "union",
221
+ "types": [
222
+ {
223
+ "type": "intrinsic",
224
+ "name": "undefined"
225
+ },
226
+ {
227
+ "type": "reference",
228
+ "target": 93,
229
+ "name": "AssetInfo",
230
+ "package": "@xyo-network/crypto-asset-payload-plugin"
231
+ }
232
+ ]
233
+ }
234
+ ],
235
+ "name": "Record",
236
+ "package": "typescript"
237
+ }
238
+ ],
239
+ "name": "Partial",
240
+ "package": "typescript"
241
+ }
242
+ },
243
+ {
244
+ "id": 100,
245
+ "name": "schema",
246
+ "variant": "declaration",
247
+ "kind": 1024,
248
+ "flags": {},
249
+ "sources": [
250
+ {
251
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/asset/dist/types/Payload.d.ts",
252
+ "line": 6,
253
+ "character": 4
254
+ }
255
+ ],
256
+ "type": {
257
+ "type": "literal",
258
+ "value": "network.xyo.crypto.asset"
259
+ },
260
+ "overwrites": {
261
+ "type": "reference",
262
+ "target": -1,
263
+ "name": "Payload.schema"
264
+ }
265
+ },
266
+ {
267
+ "id": 102,
268
+ "name": "sources",
269
+ "variant": "declaration",
270
+ "kind": 1024,
271
+ "flags": {
272
+ "isOptional": true
273
+ },
274
+ "sources": [
275
+ {
276
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
277
+ "line": 12,
278
+ "character": 4
279
+ }
280
+ ],
281
+ "type": {
282
+ "type": "array",
283
+ "elementType": {
284
+ "type": "intrinsic",
285
+ "name": "string"
286
+ }
287
+ },
288
+ "inheritedFrom": {
289
+ "type": "reference",
290
+ "target": -1,
291
+ "name": "Payload.sources"
292
+ }
293
+ },
294
+ {
295
+ "id": 101,
296
+ "name": "timestamp",
297
+ "variant": "declaration",
298
+ "kind": 1024,
299
+ "flags": {},
300
+ "sources": [
301
+ {
302
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/asset/dist/types/Payload.d.ts",
303
+ "line": 7,
304
+ "character": 4
305
+ }
306
+ ],
307
+ "type": {
308
+ "type": "intrinsic",
309
+ "name": "number"
310
+ },
311
+ "overwrites": {
312
+ "type": "reference",
313
+ "target": -1,
314
+ "name": "Payload.timestamp"
315
+ }
316
+ }
317
+ ],
318
+ "groups": [
319
+ {
320
+ "title": "Properties",
321
+ "children": [
322
+ 99,
323
+ 100,
324
+ 102,
325
+ 101
326
+ ]
327
+ }
328
+ ],
329
+ "sources": [
330
+ {
331
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/asset/dist/types/Payload.d.ts",
332
+ "line": 4,
333
+ "character": 17
334
+ }
335
+ ],
336
+ "extendedTypes": [
337
+ {
338
+ "type": "reference",
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"
345
+ }
346
+ ]
347
+ },
348
+ {
349
+ "id": 115,
350
+ "name": "UniswapCryptoPair",
351
+ "variant": "declaration",
352
+ "kind": 256,
353
+ "flags": {},
354
+ "children": [
355
+ {
356
+ "id": 116,
357
+ "name": "tokens",
358
+ "variant": "declaration",
359
+ "kind": 1024,
360
+ "flags": {},
361
+ "sources": [
362
+ {
363
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/lib/UniswapCryptoPair.d.ts",
364
+ "line": 3,
365
+ "character": 4
366
+ }
367
+ ],
368
+ "type": {
369
+ "type": "array",
370
+ "elementType": {
371
+ "type": "reference",
372
+ "target": 117,
373
+ "name": "UniswapCryptoToken",
374
+ "package": "@xyo-network/uniswap-crypto-market-payload-plugin"
375
+ }
376
+ }
377
+ }
378
+ ],
379
+ "groups": [
380
+ {
381
+ "title": "Properties",
382
+ "children": [
383
+ 116
384
+ ]
385
+ }
386
+ ],
387
+ "sources": [
388
+ {
389
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/lib/UniswapCryptoPair.d.ts",
390
+ "line": 2,
391
+ "character": 17
392
+ }
393
+ ]
394
+ },
395
+ {
396
+ "id": 117,
397
+ "name": "UniswapCryptoToken",
398
+ "variant": "declaration",
399
+ "kind": 256,
400
+ "flags": {},
401
+ "children": [
402
+ {
403
+ "id": 118,
404
+ "name": "address",
405
+ "variant": "declaration",
406
+ "kind": 1024,
407
+ "flags": {},
408
+ "sources": [
409
+ {
410
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/lib/UniswapCryptoToken.d.ts",
411
+ "line": 2,
412
+ "character": 4
413
+ }
414
+ ],
415
+ "type": {
416
+ "type": "intrinsic",
417
+ "name": "string"
418
+ }
419
+ },
420
+ {
421
+ "id": 119,
422
+ "name": "symbol",
423
+ "variant": "declaration",
424
+ "kind": 1024,
425
+ "flags": {},
426
+ "sources": [
427
+ {
428
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/lib/UniswapCryptoToken.d.ts",
429
+ "line": 3,
430
+ "character": 4
431
+ }
432
+ ],
433
+ "type": {
434
+ "type": "intrinsic",
435
+ "name": "string"
436
+ }
437
+ },
438
+ {
439
+ "id": 120,
440
+ "name": "value",
441
+ "variant": "declaration",
442
+ "kind": 1024,
443
+ "flags": {},
444
+ "sources": [
445
+ {
446
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/lib/UniswapCryptoToken.d.ts",
447
+ "line": 4,
448
+ "character": 4
449
+ }
450
+ ],
451
+ "type": {
452
+ "type": "intrinsic",
453
+ "name": "number"
454
+ }
455
+ }
456
+ ],
457
+ "groups": [
458
+ {
459
+ "title": "Properties",
460
+ "children": [
461
+ 118,
462
+ 119,
463
+ 120
464
+ ]
465
+ }
466
+ ],
467
+ "sources": [
468
+ {
469
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/lib/UniswapCryptoToken.d.ts",
470
+ "line": 1,
471
+ "character": 17
472
+ }
473
+ ]
474
+ },
475
+ {
476
+ "id": 71,
477
+ "name": "AssetSymbol",
478
+ "variant": "declaration",
479
+ "kind": 4194304,
480
+ "flags": {},
481
+ "sources": [
482
+ {
483
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/lib/AssetSymbol.d.ts",
484
+ "line": 1,
485
+ "character": 12
486
+ }
487
+ ],
488
+ "type": {
489
+ "type": "union",
490
+ "types": [
491
+ {
492
+ "type": "literal",
493
+ "value": "btc"
494
+ },
495
+ {
496
+ "type": "literal",
497
+ "value": "eth"
498
+ },
499
+ {
500
+ "type": "literal",
501
+ "value": "xyo"
502
+ },
503
+ {
504
+ "type": "literal",
505
+ "value": "usd"
506
+ },
507
+ {
508
+ "type": "literal",
509
+ "value": "eur"
510
+ },
511
+ {
512
+ "type": "literal",
513
+ "value": "usdt"
514
+ },
515
+ {
516
+ "type": "literal",
517
+ "value": "usdc"
518
+ },
519
+ {
520
+ "type": "literal",
521
+ "value": "bnb"
522
+ },
523
+ {
524
+ "type": "literal",
525
+ "value": "xrp"
526
+ },
527
+ {
528
+ "type": "literal",
529
+ "value": "ada"
530
+ },
531
+ {
532
+ "type": "literal",
533
+ "value": "sol"
534
+ },
535
+ {
536
+ "type": "literal",
537
+ "value": "busd"
538
+ },
539
+ {
540
+ "type": "literal",
541
+ "value": "dot"
542
+ },
543
+ {
544
+ "type": "literal",
545
+ "value": "doge"
546
+ },
547
+ {
548
+ "type": "literal",
549
+ "value": "wbtc"
550
+ }
551
+ ]
552
+ }
553
+ },
554
+ {
555
+ "id": 76,
556
+ "name": "CoingeckoCryptoMarketPayload",
557
+ "variant": "declaration",
558
+ "kind": 4194304,
559
+ "flags": {},
560
+ "sources": [
561
+ {
562
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Payload.d.ts",
563
+ "line": 4,
564
+ "character": 12
565
+ }
566
+ ],
567
+ "type": {
568
+ "type": "reference",
569
+ "target": {
570
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
571
+ "qualifiedName": "Payload"
572
+ },
573
+ "typeArguments": [
574
+ {
575
+ "type": "reflection",
576
+ "declaration": {
577
+ "id": 77,
578
+ "name": "__type",
579
+ "variant": "declaration",
580
+ "kind": 65536,
581
+ "flags": {},
582
+ "children": [
583
+ {
584
+ "id": 78,
585
+ "name": "assets",
586
+ "variant": "declaration",
587
+ "kind": 1024,
588
+ "flags": {},
589
+ "sources": [
590
+ {
591
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Payload.d.ts",
592
+ "line": 5,
593
+ "character": 4
594
+ }
595
+ ],
596
+ "type": {
597
+ "type": "reference",
598
+ "target": 75,
599
+ "name": "CryptoAssetPrices",
600
+ "package": "@xyo-network/coingecko-crypto-market-payload-plugin"
601
+ }
602
+ },
603
+ {
604
+ "id": 79,
605
+ "name": "schema",
606
+ "variant": "declaration",
607
+ "kind": 1024,
608
+ "flags": {},
609
+ "sources": [
610
+ {
611
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Payload.d.ts",
612
+ "line": 6,
613
+ "character": 4
614
+ }
615
+ ],
616
+ "type": {
617
+ "type": "reference",
618
+ "target": 81,
619
+ "name": "CoingeckoCryptoMarketSchema",
620
+ "package": "@xyo-network/coingecko-crypto-market-payload-plugin"
621
+ }
622
+ },
623
+ {
624
+ "id": 80,
625
+ "name": "timestamp",
626
+ "variant": "declaration",
627
+ "kind": 1024,
628
+ "flags": {},
629
+ "sources": [
630
+ {
631
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Payload.d.ts",
632
+ "line": 7,
633
+ "character": 4
634
+ }
635
+ ],
636
+ "type": {
637
+ "type": "intrinsic",
638
+ "name": "number"
639
+ }
640
+ }
641
+ ],
642
+ "groups": [
643
+ {
644
+ "title": "Properties",
645
+ "children": [
646
+ 78,
647
+ 79,
648
+ 80
649
+ ]
650
+ }
651
+ ],
652
+ "sources": [
653
+ {
654
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Payload.d.ts",
655
+ "line": 4,
656
+ "character": 51
657
+ }
658
+ ]
659
+ }
660
+ }
661
+ ],
662
+ "name": "Payload",
663
+ "package": "@xyo-network/payload-model"
664
+ }
665
+ },
666
+ {
667
+ "id": 82,
668
+ "name": "CoingeckoCryptoMarketSchema",
669
+ "variant": "declaration",
670
+ "kind": 4194304,
671
+ "flags": {},
672
+ "sources": [
673
+ {
674
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Schema.d.ts",
675
+ "line": 1,
676
+ "character": 12
677
+ },
678
+ {
679
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Schema.d.ts",
680
+ "line": 2,
681
+ "character": 21
682
+ }
683
+ ],
684
+ "type": {
685
+ "type": "literal",
686
+ "value": "network.xyo.crypto.market.coingecko"
687
+ }
688
+ },
689
+ {
690
+ "id": 75,
691
+ "name": "CryptoAssetPrices",
692
+ "variant": "declaration",
693
+ "kind": 4194304,
694
+ "flags": {},
695
+ "sources": [
696
+ {
697
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/lib/CryptoAssets.d.ts",
698
+ "line": 1,
699
+ "character": 12
700
+ }
701
+ ],
702
+ "type": {
703
+ "type": "reference",
704
+ "target": {
705
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
706
+ "qualifiedName": "Partial"
707
+ },
708
+ "typeArguments": [
709
+ {
710
+ "type": "reference",
711
+ "target": {
712
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
713
+ "qualifiedName": "Record"
714
+ },
715
+ "typeArguments": [
716
+ {
717
+ "type": "intrinsic",
718
+ "name": "string"
719
+ },
720
+ {
721
+ "type": "reference",
722
+ "target": {
723
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
724
+ "qualifiedName": "Partial"
725
+ },
726
+ "typeArguments": [
727
+ {
728
+ "type": "union",
729
+ "types": [
730
+ {
731
+ "type": "reference",
732
+ "target": {
733
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
734
+ "qualifiedName": "Record"
735
+ },
736
+ "typeArguments": [
737
+ {
738
+ "type": "intrinsic",
739
+ "name": "string"
740
+ },
741
+ {
742
+ "type": "intrinsic",
743
+ "name": "number"
744
+ }
745
+ ],
746
+ "name": "Record",
747
+ "package": "typescript"
748
+ },
749
+ {
750
+ "type": "intrinsic",
751
+ "name": "undefined"
752
+ }
753
+ ]
754
+ }
755
+ ],
756
+ "name": "Partial",
757
+ "package": "typescript"
758
+ }
759
+ ],
760
+ "name": "Record",
761
+ "package": "typescript"
762
+ }
763
+ ],
764
+ "name": "Partial",
765
+ "package": "typescript"
766
+ }
767
+ },
768
+ {
769
+ "id": 16,
770
+ "name": "CryptoCardsGamePayload",
771
+ "variant": "declaration",
772
+ "kind": 4194304,
773
+ "flags": {},
774
+ "sources": [
775
+ {
776
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Payload.d.ts",
777
+ "line": 3,
778
+ "character": 12
779
+ }
780
+ ],
781
+ "type": {
782
+ "type": "reference",
783
+ "target": {
784
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
785
+ "qualifiedName": "Payload"
786
+ },
787
+ "typeArguments": [
788
+ {
789
+ "type": "reflection",
790
+ "declaration": {
791
+ "id": 17,
792
+ "name": "__type",
793
+ "variant": "declaration",
794
+ "kind": 65536,
795
+ "flags": {},
796
+ "children": [
797
+ {
798
+ "id": 18,
799
+ "name": "allowedWeights",
800
+ "variant": "declaration",
801
+ "kind": 1024,
802
+ "flags": {},
803
+ "comment": {
804
+ "summary": [],
805
+ "blockTags": [
806
+ {
807
+ "tag": "@field",
808
+ "content": [
809
+ {
810
+ "kind": "text",
811
+ "text": "The set of weights to pick from"
812
+ }
813
+ ]
814
+ }
815
+ ]
816
+ },
817
+ "sources": [
818
+ {
819
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Payload.d.ts",
820
+ "line": 5,
821
+ "character": 4
822
+ }
823
+ ],
824
+ "type": {
825
+ "type": "array",
826
+ "elementType": {
827
+ "type": "intrinsic",
828
+ "name": "number"
829
+ }
830
+ }
831
+ },
832
+ {
833
+ "id": 19,
834
+ "name": "duration",
835
+ "variant": "declaration",
836
+ "kind": 1024,
837
+ "flags": {},
838
+ "comment": {
839
+ "summary": [],
840
+ "blockTags": [
841
+ {
842
+ "tag": "@field",
843
+ "content": [
844
+ {
845
+ "kind": "text",
846
+ "text": "The length [ms] of the game"
847
+ }
848
+ ]
849
+ }
850
+ ]
851
+ },
852
+ "sources": [
853
+ {
854
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Payload.d.ts",
855
+ "line": 7,
856
+ "character": 4
857
+ }
858
+ ],
859
+ "type": {
860
+ "type": "intrinsic",
861
+ "name": "number"
862
+ }
863
+ },
864
+ {
865
+ "id": 20,
866
+ "name": "expiration",
867
+ "variant": "declaration",
868
+ "kind": 1024,
869
+ "flags": {},
870
+ "comment": {
871
+ "summary": [],
872
+ "blockTags": [
873
+ {
874
+ "tag": "@field",
875
+ "content": [
876
+ {
877
+ "kind": "text",
878
+ "text": "The time [epoch] when the game is no longer allowed to be joined"
879
+ }
880
+ ]
881
+ }
882
+ ]
883
+ },
884
+ "sources": [
885
+ {
886
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Payload.d.ts",
887
+ "line": 9,
888
+ "character": 4
889
+ }
890
+ ],
891
+ "type": {
892
+ "type": "intrinsic",
893
+ "name": "number"
894
+ }
895
+ },
896
+ {
897
+ "id": 21,
898
+ "name": "oraclePointer",
899
+ "variant": "declaration",
900
+ "kind": 1024,
901
+ "flags": {},
902
+ "comment": {
903
+ "summary": [],
904
+ "blockTags": [
905
+ {
906
+ "tag": "@field",
907
+ "content": [
908
+ {
909
+ "kind": "text",
910
+ "text": "The Huri of the Oracle Pointer that will determine the winner"
911
+ }
912
+ ]
913
+ }
914
+ ]
915
+ },
916
+ "sources": [
917
+ {
918
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Payload.d.ts",
919
+ "line": 11,
920
+ "character": 4
921
+ }
922
+ ],
923
+ "type": {
924
+ "type": "intrinsic",
925
+ "name": "string"
926
+ }
927
+ },
928
+ {
929
+ "id": 22,
930
+ "name": "schema",
931
+ "variant": "declaration",
932
+ "kind": 1024,
933
+ "flags": {},
934
+ "sources": [
935
+ {
936
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Payload.d.ts",
937
+ "line": 12,
938
+ "character": 4
939
+ }
940
+ ],
941
+ "type": {
942
+ "type": "reference",
943
+ "target": 25,
944
+ "name": "CryptoCardsGameSchema",
945
+ "package": "@xyo-network/crypto-cards-game-payload-plugin"
946
+ }
947
+ },
948
+ {
949
+ "id": 23,
950
+ "name": "sequence",
951
+ "variant": "declaration",
952
+ "kind": 1024,
953
+ "flags": {},
954
+ "comment": {
955
+ "summary": [],
956
+ "blockTags": [
957
+ {
958
+ "tag": "@field",
959
+ "content": [
960
+ {
961
+ "kind": "text",
962
+ "text": "The Sequence of payloads the are required for completion"
963
+ }
964
+ ]
965
+ }
966
+ ]
967
+ },
968
+ "sources": [
969
+ {
970
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Payload.d.ts",
971
+ "line": 14,
972
+ "character": 4
973
+ }
974
+ ],
975
+ "type": {
976
+ "type": "array",
977
+ "elementType": {
978
+ "type": "intrinsic",
979
+ "name": "string"
980
+ }
981
+ }
982
+ },
983
+ {
984
+ "id": 24,
985
+ "name": "sequencer",
986
+ "variant": "declaration",
987
+ "kind": 1024,
988
+ "flags": {},
989
+ "comment": {
990
+ "summary": [],
991
+ "blockTags": [
992
+ {
993
+ "tag": "@field",
994
+ "content": [
995
+ {
996
+ "kind": "text",
997
+ "text": "The Address of the Sequencer that will be used"
998
+ }
999
+ ]
1000
+ }
1001
+ ]
1002
+ },
1003
+ "sources": [
1004
+ {
1005
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Payload.d.ts",
1006
+ "line": 16,
1007
+ "character": 4
1008
+ }
1009
+ ],
1010
+ "type": {
1011
+ "type": "intrinsic",
1012
+ "name": "string"
1013
+ }
1014
+ }
1015
+ ],
1016
+ "groups": [
1017
+ {
1018
+ "title": "Properties",
1019
+ "children": [
1020
+ 18,
1021
+ 19,
1022
+ 20,
1023
+ 21,
1024
+ 22,
1025
+ 23,
1026
+ 24
1027
+ ]
1028
+ }
1029
+ ],
1030
+ "sources": [
1031
+ {
1032
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Payload.d.ts",
1033
+ "line": 3,
1034
+ "character": 45
1035
+ }
1036
+ ]
1037
+ }
1038
+ }
1039
+ ],
1040
+ "name": "Payload",
1041
+ "package": "@xyo-network/payload-model"
1042
+ }
1043
+ },
1044
+ {
1045
+ "id": 26,
1046
+ "name": "CryptoCardsGameSchema",
1047
+ "variant": "declaration",
1048
+ "kind": 4194304,
1049
+ "flags": {},
1050
+ "sources": [
1051
+ {
1052
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Schema.d.ts",
1053
+ "line": 1,
1054
+ "character": 12
1055
+ },
1056
+ {
1057
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Schema.d.ts",
1058
+ "line": 2,
1059
+ "character": 21
1060
+ }
1061
+ ],
1062
+ "type": {
1063
+ "type": "literal",
1064
+ "value": "network.xyo.crypto.cards.game"
1065
+ }
1066
+ },
1067
+ {
1068
+ "id": 47,
1069
+ "name": "CryptoCardsMovePayload",
1070
+ "variant": "declaration",
1071
+ "kind": 4194304,
1072
+ "flags": {},
1073
+ "sources": [
1074
+ {
1075
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Payload.d.ts",
1076
+ "line": 3,
1077
+ "character": 12
1078
+ }
1079
+ ],
1080
+ "type": {
1081
+ "type": "reference",
1082
+ "target": {
1083
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1084
+ "qualifiedName": "Payload"
1085
+ },
1086
+ "typeArguments": [
1087
+ {
1088
+ "type": "reflection",
1089
+ "declaration": {
1090
+ "id": 48,
1091
+ "name": "__type",
1092
+ "variant": "declaration",
1093
+ "kind": 65536,
1094
+ "flags": {},
1095
+ "children": [
1096
+ {
1097
+ "id": 49,
1098
+ "name": "cards",
1099
+ "variant": "declaration",
1100
+ "kind": 1024,
1101
+ "flags": {},
1102
+ "comment": {
1103
+ "summary": [],
1104
+ "blockTags": [
1105
+ {
1106
+ "tag": "@field",
1107
+ "content": [
1108
+ {
1109
+ "kind": "text",
1110
+ "text": "The Huri of each of the cards you play - some are globally available"
1111
+ }
1112
+ ]
1113
+ }
1114
+ ]
1115
+ },
1116
+ "sources": [
1117
+ {
1118
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Payload.d.ts",
1119
+ "line": 5,
1120
+ "character": 4
1121
+ }
1122
+ ],
1123
+ "type": {
1124
+ "type": "array",
1125
+ "elementType": {
1126
+ "type": "intrinsic",
1127
+ "name": "string"
1128
+ }
1129
+ }
1130
+ },
1131
+ {
1132
+ "id": 50,
1133
+ "name": "moves",
1134
+ "variant": "declaration",
1135
+ "kind": 1024,
1136
+ "flags": {},
1137
+ "comment": {
1138
+ "summary": [],
1139
+ "blockTags": [
1140
+ {
1141
+ "tag": "@field",
1142
+ "content": [
1143
+ {
1144
+ "kind": "text",
1145
+ "text": "The moves chosen by the player (negative/positive for direction, and weight)"
1146
+ }
1147
+ ]
1148
+ }
1149
+ ]
1150
+ },
1151
+ "sources": [
1152
+ {
1153
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Payload.d.ts",
1154
+ "line": 7,
1155
+ "character": 4
1156
+ }
1157
+ ],
1158
+ "type": {
1159
+ "type": "array",
1160
+ "elementType": {
1161
+ "type": "intrinsic",
1162
+ "name": "number"
1163
+ }
1164
+ }
1165
+ },
1166
+ {
1167
+ "id": 51,
1168
+ "name": "schema",
1169
+ "variant": "declaration",
1170
+ "kind": 1024,
1171
+ "flags": {},
1172
+ "sources": [
1173
+ {
1174
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Payload.d.ts",
1175
+ "line": 8,
1176
+ "character": 4
1177
+ }
1178
+ ],
1179
+ "type": {
1180
+ "type": "reference",
1181
+ "target": 52,
1182
+ "name": "CryptoCardsMoveSchema",
1183
+ "package": "@xyo-network/crypto-cards-move-payload-plugin"
1184
+ }
1185
+ }
1186
+ ],
1187
+ "groups": [
1188
+ {
1189
+ "title": "Properties",
1190
+ "children": [
1191
+ 49,
1192
+ 50,
1193
+ 51
1194
+ ]
1195
+ }
1196
+ ],
1197
+ "sources": [
1198
+ {
1199
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Payload.d.ts",
1200
+ "line": 3,
1201
+ "character": 45
1202
+ }
1203
+ ]
1204
+ }
1205
+ }
1206
+ ],
1207
+ "name": "Payload",
1208
+ "package": "@xyo-network/payload-model"
1209
+ }
1210
+ },
1211
+ {
1212
+ "id": 53,
1213
+ "name": "CryptoCardsMoveSchema",
1214
+ "variant": "declaration",
1215
+ "kind": 4194304,
1216
+ "flags": {},
1217
+ "sources": [
1218
+ {
1219
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Schema.d.ts",
1220
+ "line": 1,
1221
+ "character": 12
1222
+ },
1223
+ {
1224
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Schema.d.ts",
1225
+ "line": 2,
1226
+ "character": 21
1227
+ }
1228
+ ],
1229
+ "type": {
1230
+ "type": "literal",
1231
+ "value": "network.xyo.crypto.cards.move"
1232
+ }
1233
+ },
1234
+ {
1235
+ "id": 104,
1236
+ "name": "CryptoMarketAssetSchema",
1237
+ "variant": "declaration",
1238
+ "kind": 4194304,
1239
+ "flags": {},
1240
+ "sources": [
1241
+ {
1242
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/asset/dist/types/Schema.d.ts",
1243
+ "line": 1,
1244
+ "character": 12
1245
+ },
1246
+ {
1247
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/asset/dist/types/Schema.d.ts",
1248
+ "line": 2,
1249
+ "character": 21
1250
+ }
1251
+ ],
1252
+ "type": {
1253
+ "type": "literal",
1254
+ "value": "network.xyo.crypto.asset"
1255
+ }
1256
+ },
1257
+ {
1258
+ "id": 95,
1259
+ "name": "Currency",
1260
+ "variant": "declaration",
1261
+ "kind": 4194304,
1262
+ "flags": {},
1263
+ "sources": [
1264
+ {
1265
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/asset/dist/types/Model/Currency.d.ts",
1266
+ "line": 1,
1267
+ "character": 12
1268
+ }
1269
+ ],
1270
+ "type": {
1271
+ "type": "union",
1272
+ "types": [
1273
+ {
1274
+ "type": "literal",
1275
+ "value": "eur"
1276
+ },
1277
+ {
1278
+ "type": "literal",
1279
+ "value": "usd"
1280
+ }
1281
+ ]
1282
+ }
1283
+ },
1284
+ {
1285
+ "id": 96,
1286
+ "name": "Token",
1287
+ "variant": "declaration",
1288
+ "kind": 4194304,
1289
+ "flags": {},
1290
+ "sources": [
1291
+ {
1292
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/asset/dist/types/Model/Token.d.ts",
1293
+ "line": 1,
1294
+ "character": 12
1295
+ }
1296
+ ],
1297
+ "type": {
1298
+ "type": "union",
1299
+ "types": [
1300
+ {
1301
+ "type": "literal",
1302
+ "value": "ada"
1303
+ },
1304
+ {
1305
+ "type": "literal",
1306
+ "value": "btc"
1307
+ },
1308
+ {
1309
+ "type": "literal",
1310
+ "value": "busd"
1311
+ },
1312
+ {
1313
+ "type": "literal",
1314
+ "value": "doge"
1315
+ },
1316
+ {
1317
+ "type": "literal",
1318
+ "value": "dot"
1319
+ },
1320
+ {
1321
+ "type": "literal",
1322
+ "value": "eth"
1323
+ },
1324
+ {
1325
+ "type": "literal",
1326
+ "value": "sol"
1327
+ },
1328
+ {
1329
+ "type": "literal",
1330
+ "value": "usdc"
1331
+ },
1332
+ {
1333
+ "type": "literal",
1334
+ "value": "usdt"
1335
+ },
1336
+ {
1337
+ "type": "literal",
1338
+ "value": "wbtc"
1339
+ },
1340
+ {
1341
+ "type": "literal",
1342
+ "value": "weth"
1343
+ },
1344
+ {
1345
+ "type": "literal",
1346
+ "value": "xyo"
1347
+ }
1348
+ ]
1349
+ }
1350
+ },
1351
+ {
1352
+ "id": 121,
1353
+ "name": "UniswapCryptoMarketPayload",
1354
+ "variant": "declaration",
1355
+ "kind": 4194304,
1356
+ "flags": {},
1357
+ "sources": [
1358
+ {
1359
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Payload.d.ts",
1360
+ "line": 4,
1361
+ "character": 12
1362
+ }
1363
+ ],
1364
+ "type": {
1365
+ "type": "reference",
1366
+ "target": {
1367
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1368
+ "qualifiedName": "Payload"
1369
+ },
1370
+ "typeArguments": [
1371
+ {
1372
+ "type": "reflection",
1373
+ "declaration": {
1374
+ "id": 122,
1375
+ "name": "__type",
1376
+ "variant": "declaration",
1377
+ "kind": 65536,
1378
+ "flags": {},
1379
+ "children": [
1380
+ {
1381
+ "id": 123,
1382
+ "name": "pairs",
1383
+ "variant": "declaration",
1384
+ "kind": 1024,
1385
+ "flags": {},
1386
+ "sources": [
1387
+ {
1388
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Payload.d.ts",
1389
+ "line": 5,
1390
+ "character": 4
1391
+ }
1392
+ ],
1393
+ "type": {
1394
+ "type": "array",
1395
+ "elementType": {
1396
+ "type": "reference",
1397
+ "target": 115,
1398
+ "name": "UniswapCryptoPair",
1399
+ "package": "@xyo-network/uniswap-crypto-market-payload-plugin"
1400
+ }
1401
+ }
1402
+ },
1403
+ {
1404
+ "id": 124,
1405
+ "name": "schema",
1406
+ "variant": "declaration",
1407
+ "kind": 1024,
1408
+ "flags": {},
1409
+ "sources": [
1410
+ {
1411
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Payload.d.ts",
1412
+ "line": 6,
1413
+ "character": 4
1414
+ }
1415
+ ],
1416
+ "type": {
1417
+ "type": "reference",
1418
+ "target": 128,
1419
+ "name": "UniswapCryptoMarketSchema",
1420
+ "package": "@xyo-network/uniswap-crypto-market-payload-plugin"
1421
+ }
1422
+ },
1423
+ {
1424
+ "id": 125,
1425
+ "name": "timestamp",
1426
+ "variant": "declaration",
1427
+ "kind": 1024,
1428
+ "flags": {},
1429
+ "sources": [
1430
+ {
1431
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Payload.d.ts",
1432
+ "line": 7,
1433
+ "character": 4
1434
+ }
1435
+ ],
1436
+ "type": {
1437
+ "type": "intrinsic",
1438
+ "name": "number"
1439
+ }
1440
+ }
1441
+ ],
1442
+ "groups": [
1443
+ {
1444
+ "title": "Properties",
1445
+ "children": [
1446
+ 123,
1447
+ 124,
1448
+ 125
1449
+ ]
1450
+ }
1451
+ ],
1452
+ "sources": [
1453
+ {
1454
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Payload.d.ts",
1455
+ "line": 4,
1456
+ "character": 49
1457
+ }
1458
+ ]
1459
+ }
1460
+ }
1461
+ ],
1462
+ "name": "Payload",
1463
+ "package": "@xyo-network/payload-model"
1464
+ }
1465
+ },
1466
+ {
1467
+ "id": 129,
1468
+ "name": "UniswapCryptoMarketSchema",
1469
+ "variant": "declaration",
1470
+ "kind": 4194304,
1471
+ "flags": {},
1472
+ "sources": [
1473
+ {
1474
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Schema.d.ts",
1475
+ "line": 3,
1476
+ "character": 12
1477
+ },
1478
+ {
1479
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Schema.d.ts",
1480
+ "line": 4,
1481
+ "character": 21
1482
+ }
1483
+ ],
1484
+ "type": {
1485
+ "type": "literal",
1486
+ "value": "network.xyo.crypto.market.uniswap"
1487
+ }
1488
+ },
1489
+ {
1490
+ "id": 127,
1491
+ "name": "UniswapCryptoMarketWitnessConfigSchema",
1492
+ "variant": "declaration",
1493
+ "kind": 4194304,
1494
+ "flags": {},
1495
+ "sources": [
1496
+ {
1497
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Schema.d.ts",
1498
+ "line": 1,
1499
+ "character": 12
1500
+ },
1501
+ {
1502
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Schema.d.ts",
1503
+ "line": 2,
1504
+ "character": 21
1505
+ }
1506
+ ],
1507
+ "type": {
1508
+ "type": "literal",
1509
+ "value": "network.xyo.crypto.market.uniswap.witness.config"
1510
+ }
1511
+ },
1512
+ {
1513
+ "id": 97,
1514
+ "name": "ValueBasis",
1515
+ "variant": "declaration",
1516
+ "kind": 4194304,
1517
+ "flags": {},
1518
+ "sources": [
1519
+ {
1520
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/asset/dist/types/Model/ValueBasis.d.ts",
1521
+ "line": 3,
1522
+ "character": 12
1523
+ }
1524
+ ],
1525
+ "type": {
1526
+ "type": "reference",
1527
+ "target": {
1528
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1529
+ "qualifiedName": "Partial"
1530
+ },
1531
+ "typeArguments": [
1532
+ {
1533
+ "type": "reference",
1534
+ "target": {
1535
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1536
+ "qualifiedName": "Record"
1537
+ },
1538
+ "typeArguments": [
1539
+ {
1540
+ "type": "union",
1541
+ "types": [
1542
+ {
1543
+ "type": "reference",
1544
+ "target": 95,
1545
+ "name": "Currency",
1546
+ "package": "@xyo-network/crypto-asset-payload-plugin"
1547
+ },
1548
+ {
1549
+ "type": "reference",
1550
+ "target": 96,
1551
+ "name": "Token",
1552
+ "package": "@xyo-network/crypto-asset-payload-plugin"
1553
+ }
1554
+ ]
1555
+ },
1556
+ {
1557
+ "type": "union",
1558
+ "types": [
1559
+ {
1560
+ "type": "intrinsic",
1561
+ "name": "string"
1562
+ },
1563
+ {
1564
+ "type": "intrinsic",
1565
+ "name": "undefined"
1566
+ }
1567
+ ]
1568
+ }
1569
+ ],
1570
+ "name": "Record",
1571
+ "package": "typescript"
1572
+ }
1573
+ ],
1574
+ "name": "Partial",
1575
+ "package": "typescript"
1576
+ }
1577
+ },
1578
+ {
1579
+ "id": 81,
1580
+ "name": "CoingeckoCryptoMarketSchema",
1581
+ "variant": "declaration",
1582
+ "kind": 32,
1583
+ "flags": {},
1584
+ "sources": [
1585
+ {
1586
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Schema.d.ts",
1587
+ "line": 1,
1588
+ "character": 12
1589
+ },
1590
+ {
1591
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Schema.d.ts",
1592
+ "line": 2,
1593
+ "character": 21
1594
+ }
1595
+ ],
1596
+ "type": {
1597
+ "type": "literal",
1598
+ "value": "network.xyo.crypto.market.coingecko"
1599
+ }
1600
+ },
1601
+ {
1602
+ "id": 25,
1603
+ "name": "CryptoCardsGameSchema",
1604
+ "variant": "declaration",
1605
+ "kind": 32,
1606
+ "flags": {},
1607
+ "sources": [
1608
+ {
1609
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Schema.d.ts",
1610
+ "line": 1,
1611
+ "character": 12
1612
+ },
1613
+ {
1614
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Schema.d.ts",
1615
+ "line": 2,
1616
+ "character": 21
1617
+ }
1618
+ ],
1619
+ "type": {
1620
+ "type": "literal",
1621
+ "value": "network.xyo.crypto.cards.game"
1622
+ }
1623
+ },
1624
+ {
1625
+ "id": 52,
1626
+ "name": "CryptoCardsMoveSchema",
1627
+ "variant": "declaration",
1628
+ "kind": 32,
1629
+ "flags": {},
1630
+ "sources": [
1631
+ {
1632
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Schema.d.ts",
1633
+ "line": 1,
1634
+ "character": 12
1635
+ },
1636
+ {
1637
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Schema.d.ts",
1638
+ "line": 2,
1639
+ "character": 21
1640
+ }
1641
+ ],
1642
+ "type": {
1643
+ "type": "literal",
1644
+ "value": "network.xyo.crypto.cards.move"
1645
+ }
1646
+ },
1647
+ {
1648
+ "id": 3,
1649
+ "name": "CryptoCardsPayloadPlugins",
1650
+ "variant": "declaration",
1651
+ "kind": 32,
1652
+ "flags": {
1653
+ "isConst": true
1654
+ },
1655
+ "sources": [
1656
+ {
1657
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/dist/types/index.d.ts",
1658
+ "line": 4,
1659
+ "character": 21
1660
+ }
1661
+ ],
1662
+ "type": {
1663
+ "type": "array",
1664
+ "elementType": {
1665
+ "type": "reference",
1666
+ "target": {
1667
+ "sourceFileName": "../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
1668
+ "qualifiedName": "PayloadPluginFunc"
1669
+ },
1670
+ "name": "PayloadPluginFunc",
1671
+ "package": "@xyo-network/payload-plugin"
1672
+ }
1673
+ }
1674
+ },
1675
+ {
1676
+ "id": 103,
1677
+ "name": "CryptoMarketAssetSchema",
1678
+ "variant": "declaration",
1679
+ "kind": 32,
1680
+ "flags": {},
1681
+ "sources": [
1682
+ {
1683
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/asset/dist/types/Schema.d.ts",
1684
+ "line": 1,
1685
+ "character": 12
1686
+ },
1687
+ {
1688
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/asset/dist/types/Schema.d.ts",
1689
+ "line": 2,
1690
+ "character": 21
1691
+ }
1692
+ ],
1693
+ "type": {
1694
+ "type": "literal",
1695
+ "value": "network.xyo.crypto.asset"
1696
+ }
1697
+ },
1698
+ {
1699
+ "id": 62,
1700
+ "name": "CryptoMarketPayloadPlugins",
1701
+ "variant": "declaration",
1702
+ "kind": 32,
1703
+ "flags": {
1704
+ "isConst": true
1705
+ },
1706
+ "sources": [
1707
+ {
1708
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/dist/types/index.d.ts",
1709
+ "line": 5,
1710
+ "character": 21
1711
+ }
1712
+ ],
1713
+ "type": {
1714
+ "type": "array",
1715
+ "elementType": {
1716
+ "type": "reference",
1717
+ "target": {
1718
+ "sourceFileName": "../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
1719
+ "qualifiedName": "PayloadPluginFunc"
1720
+ },
1721
+ "name": "PayloadPluginFunc",
1722
+ "package": "@xyo-network/payload-plugin"
1723
+ }
1724
+ }
1725
+ },
1726
+ {
1727
+ "id": 1,
1728
+ "name": "CryptoPayloadPlugins",
1729
+ "variant": "declaration",
1730
+ "kind": 32,
1731
+ "flags": {
1732
+ "isConst": true
1733
+ },
1734
+ "sources": [
1735
+ {
1736
+ "fileName": "plugins/packages/payload/packages/crypto/src/index.ts",
1737
+ "line": 8,
1738
+ "character": 13,
1739
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/63eda1eb689c4/packages/plugins/packages/payload/packages/crypto/src/index.ts#L8"
1740
+ }
1741
+ ],
1742
+ "type": {
1743
+ "type": "array",
1744
+ "elementType": {
1745
+ "type": "reference",
1746
+ "target": {
1747
+ "sourceFileName": "../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
1748
+ "qualifiedName": "PayloadPluginFunc"
1749
+ },
1750
+ "name": "PayloadPluginFunc",
1751
+ "package": "@xyo-network/payload-plugin"
1752
+ }
1753
+ },
1754
+ "defaultValue": "..."
1755
+ },
1756
+ {
1757
+ "id": 128,
1758
+ "name": "UniswapCryptoMarketSchema",
1759
+ "variant": "declaration",
1760
+ "kind": 32,
1761
+ "flags": {},
1762
+ "sources": [
1763
+ {
1764
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Schema.d.ts",
1765
+ "line": 3,
1766
+ "character": 12
1767
+ },
1768
+ {
1769
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Schema.d.ts",
1770
+ "line": 4,
1771
+ "character": 21
1772
+ }
1773
+ ],
1774
+ "type": {
1775
+ "type": "literal",
1776
+ "value": "network.xyo.crypto.market.uniswap"
1777
+ }
1778
+ },
1779
+ {
1780
+ "id": 126,
1781
+ "name": "UniswapCryptoMarketWitnessConfigSchema",
1782
+ "variant": "declaration",
1783
+ "kind": 32,
1784
+ "flags": {},
1785
+ "sources": [
1786
+ {
1787
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Schema.d.ts",
1788
+ "line": 1,
1789
+ "character": 12
1790
+ },
1791
+ {
1792
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Schema.d.ts",
1793
+ "line": 2,
1794
+ "character": 21
1795
+ }
1796
+ ],
1797
+ "type": {
1798
+ "type": "literal",
1799
+ "value": "network.xyo.crypto.market.uniswap.witness.config"
1800
+ }
1801
+ },
1802
+ {
1803
+ "id": 63,
1804
+ "name": "CoingeckoCryptoMarketPayloadPlugin",
1805
+ "variant": "declaration",
1806
+ "kind": 64,
1807
+ "flags": {},
1808
+ "sources": [
1809
+ {
1810
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Plugin.d.ts",
1811
+ "line": 1,
1812
+ "character": 21
1813
+ }
1814
+ ],
1815
+ "signatures": [
1816
+ {
1817
+ "id": 64,
1818
+ "name": "CoingeckoCryptoMarketPayloadPlugin",
1819
+ "variant": "signature",
1820
+ "kind": 4096,
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
+ ],
1829
+ "type": {
1830
+ "type": "reference",
1831
+ "target": {
1832
+ "sourceFileName": "../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
1833
+ "qualifiedName": "PayloadPlugin"
1834
+ },
1835
+ "typeArguments": [
1836
+ {
1837
+ "type": "intersection",
1838
+ "types": [
1839
+ {
1840
+ "type": "reference",
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"
1847
+ },
1848
+ {
1849
+ "type": "reference",
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"
1856
+ },
1857
+ {
1858
+ "type": "reflection",
1859
+ "declaration": {
1860
+ "id": 65,
1861
+ "name": "__type",
1862
+ "variant": "declaration",
1863
+ "kind": 65536,
1864
+ "flags": {},
1865
+ "children": [
1866
+ {
1867
+ "id": 66,
1868
+ "name": "assets",
1869
+ "variant": "declaration",
1870
+ "kind": 1024,
1871
+ "flags": {},
1872
+ "sources": [
1873
+ {
1874
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Plugin.d.ts",
1875
+ "line": 2,
1876
+ "character": 4
1877
+ }
1878
+ ],
1879
+ "type": {
1880
+ "type": "reference",
1881
+ "target": {
1882
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1883
+ "qualifiedName": "Partial"
1884
+ },
1885
+ "typeArguments": [
1886
+ {
1887
+ "type": "reference",
1888
+ "target": {
1889
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1890
+ "qualifiedName": "Record"
1891
+ },
1892
+ "typeArguments": [
1893
+ {
1894
+ "type": "intrinsic",
1895
+ "name": "string"
1896
+ },
1897
+ {
1898
+ "type": "reference",
1899
+ "target": {
1900
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1901
+ "qualifiedName": "Partial"
1902
+ },
1903
+ "typeArguments": [
1904
+ {
1905
+ "type": "union",
1906
+ "types": [
1907
+ {
1908
+ "type": "intrinsic",
1909
+ "name": "undefined"
1910
+ },
1911
+ {
1912
+ "type": "reference",
1913
+ "target": {
1914
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1915
+ "qualifiedName": "Record"
1916
+ },
1917
+ "typeArguments": [
1918
+ {
1919
+ "type": "intrinsic",
1920
+ "name": "string"
1921
+ },
1922
+ {
1923
+ "type": "intrinsic",
1924
+ "name": "number"
1925
+ }
1926
+ ],
1927
+ "name": "Record",
1928
+ "package": "typescript"
1929
+ }
1930
+ ]
1931
+ }
1932
+ ],
1933
+ "name": "Partial",
1934
+ "package": "typescript"
1935
+ }
1936
+ ],
1937
+ "name": "Record",
1938
+ "package": "typescript"
1939
+ }
1940
+ ],
1941
+ "name": "Partial",
1942
+ "package": "typescript"
1943
+ }
1944
+ },
1945
+ {
1946
+ "id": 67,
1947
+ "name": "schema",
1948
+ "variant": "declaration",
1949
+ "kind": 1024,
1950
+ "flags": {},
1951
+ "sources": [
1952
+ {
1953
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Plugin.d.ts",
1954
+ "line": 3,
1955
+ "character": 4
1956
+ }
1957
+ ],
1958
+ "type": {
1959
+ "type": "literal",
1960
+ "value": "network.xyo.crypto.market.coingecko"
1961
+ }
1962
+ },
1963
+ {
1964
+ "id": 68,
1965
+ "name": "timestamp",
1966
+ "variant": "declaration",
1967
+ "kind": 1024,
1968
+ "flags": {},
1969
+ "sources": [
1970
+ {
1971
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Plugin.d.ts",
1972
+ "line": 4,
1973
+ "character": 4
1974
+ }
1975
+ ],
1976
+ "type": {
1977
+ "type": "intrinsic",
1978
+ "name": "number"
1979
+ }
1980
+ }
1981
+ ],
1982
+ "groups": [
1983
+ {
1984
+ "title": "Properties",
1985
+ "children": [
1986
+ 66,
1987
+ 67,
1988
+ 68
1989
+ ]
1990
+ }
1991
+ ],
1992
+ "sources": [
1993
+ {
1994
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Plugin.d.ts",
1995
+ "line": 1,
1996
+ "character": 220
1997
+ }
1998
+ ]
1999
+ }
2000
+ },
2001
+ {
2002
+ "type": "reflection",
2003
+ "declaration": {
2004
+ "id": 69,
2005
+ "name": "__type",
2006
+ "variant": "declaration",
2007
+ "kind": 65536,
2008
+ "flags": {},
2009
+ "children": [
2010
+ {
2011
+ "id": 70,
2012
+ "name": "schema",
2013
+ "variant": "declaration",
2014
+ "kind": 1024,
2015
+ "flags": {},
2016
+ "sources": [
2017
+ {
2018
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Plugin.d.ts",
2019
+ "line": 6,
2020
+ "character": 4
2021
+ }
2022
+ ],
2023
+ "type": {
2024
+ "type": "literal",
2025
+ "value": "network.xyo.crypto.market.coingecko"
2026
+ }
2027
+ }
2028
+ ],
2029
+ "groups": [
2030
+ {
2031
+ "title": "Properties",
2032
+ "children": [
2033
+ 70
2034
+ ]
2035
+ }
2036
+ ],
2037
+ "sources": [
2038
+ {
2039
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Plugin.d.ts",
2040
+ "line": 5,
2041
+ "character": 4
2042
+ }
2043
+ ]
2044
+ }
2045
+ }
2046
+ ]
2047
+ }
2048
+ ],
2049
+ "name": "PayloadPlugin",
2050
+ "package": "@xyo-network/payload-plugin"
2051
+ }
2052
+ }
2053
+ ]
2054
+ },
2055
+ {
2056
+ "id": 4,
2057
+ "name": "CryptoCardsGamePayloadPlugin",
2058
+ "variant": "declaration",
2059
+ "kind": 64,
2060
+ "flags": {},
2061
+ "sources": [
2062
+ {
2063
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Plugin.d.ts",
2064
+ "line": 1,
2065
+ "character": 21
2066
+ }
2067
+ ],
2068
+ "signatures": [
2069
+ {
2070
+ "id": 5,
2071
+ "name": "CryptoCardsGamePayloadPlugin",
2072
+ "variant": "signature",
2073
+ "kind": 4096,
2074
+ "flags": {},
2075
+ "sources": [
2076
+ {
2077
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Plugin.d.ts",
2078
+ "line": 1,
2079
+ "character": 51
2080
+ }
2081
+ ],
2082
+ "type": {
2083
+ "type": "reference",
2084
+ "target": {
2085
+ "sourceFileName": "../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
2086
+ "qualifiedName": "PayloadPlugin"
2087
+ },
2088
+ "typeArguments": [
2089
+ {
2090
+ "type": "intersection",
2091
+ "types": [
2092
+ {
2093
+ "type": "reference",
2094
+ "target": {
2095
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
2096
+ "qualifiedName": "SchemaFields"
2097
+ },
2098
+ "name": "SchemaFields",
2099
+ "package": "@xyo-network/payload-model"
2100
+ },
2101
+ {
2102
+ "type": "reference",
2103
+ "target": {
2104
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
2105
+ "qualifiedName": "PayloadFields"
2106
+ },
2107
+ "name": "PayloadFields",
2108
+ "package": "@xyo-network/payload-model"
2109
+ },
2110
+ {
2111
+ "type": "reflection",
2112
+ "declaration": {
2113
+ "id": 6,
2114
+ "name": "__type",
2115
+ "variant": "declaration",
2116
+ "kind": 65536,
2117
+ "flags": {},
2118
+ "children": [
2119
+ {
2120
+ "id": 7,
2121
+ "name": "allowedWeights",
2122
+ "variant": "declaration",
2123
+ "kind": 1024,
2124
+ "flags": {},
2125
+ "sources": [
2126
+ {
2127
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Plugin.d.ts",
2128
+ "line": 2,
2129
+ "character": 4
2130
+ }
2131
+ ],
2132
+ "type": {
2133
+ "type": "array",
2134
+ "elementType": {
2135
+ "type": "intrinsic",
2136
+ "name": "number"
2137
+ }
2138
+ }
2139
+ },
2140
+ {
2141
+ "id": 8,
2142
+ "name": "duration",
2143
+ "variant": "declaration",
2144
+ "kind": 1024,
2145
+ "flags": {},
2146
+ "sources": [
2147
+ {
2148
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Plugin.d.ts",
2149
+ "line": 3,
2150
+ "character": 4
2151
+ }
2152
+ ],
2153
+ "type": {
2154
+ "type": "intrinsic",
2155
+ "name": "number"
2156
+ }
2157
+ },
2158
+ {
2159
+ "id": 9,
2160
+ "name": "expiration",
2161
+ "variant": "declaration",
2162
+ "kind": 1024,
2163
+ "flags": {},
2164
+ "sources": [
2165
+ {
2166
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Plugin.d.ts",
2167
+ "line": 4,
2168
+ "character": 4
2169
+ }
2170
+ ],
2171
+ "type": {
2172
+ "type": "intrinsic",
2173
+ "name": "number"
2174
+ }
2175
+ },
2176
+ {
2177
+ "id": 10,
2178
+ "name": "oraclePointer",
2179
+ "variant": "declaration",
2180
+ "kind": 1024,
2181
+ "flags": {},
2182
+ "sources": [
2183
+ {
2184
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Plugin.d.ts",
2185
+ "line": 5,
2186
+ "character": 4
2187
+ }
2188
+ ],
2189
+ "type": {
2190
+ "type": "intrinsic",
2191
+ "name": "string"
2192
+ }
2193
+ },
2194
+ {
2195
+ "id": 11,
2196
+ "name": "schema",
2197
+ "variant": "declaration",
2198
+ "kind": 1024,
2199
+ "flags": {},
2200
+ "sources": [
2201
+ {
2202
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Plugin.d.ts",
2203
+ "line": 6,
2204
+ "character": 4
2205
+ }
2206
+ ],
2207
+ "type": {
2208
+ "type": "literal",
2209
+ "value": "network.xyo.crypto.cards.game"
2210
+ }
2211
+ },
2212
+ {
2213
+ "id": 12,
2214
+ "name": "sequence",
2215
+ "variant": "declaration",
2216
+ "kind": 1024,
2217
+ "flags": {},
2218
+ "sources": [
2219
+ {
2220
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Plugin.d.ts",
2221
+ "line": 7,
2222
+ "character": 4
2223
+ }
2224
+ ],
2225
+ "type": {
2226
+ "type": "array",
2227
+ "elementType": {
2228
+ "type": "intrinsic",
2229
+ "name": "string"
2230
+ }
2231
+ }
2232
+ },
2233
+ {
2234
+ "id": 13,
2235
+ "name": "sequencer",
2236
+ "variant": "declaration",
2237
+ "kind": 1024,
2238
+ "flags": {},
2239
+ "sources": [
2240
+ {
2241
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Plugin.d.ts",
2242
+ "line": 8,
2243
+ "character": 4
2244
+ }
2245
+ ],
2246
+ "type": {
2247
+ "type": "intrinsic",
2248
+ "name": "string"
2249
+ }
2250
+ }
2251
+ ],
2252
+ "groups": [
2253
+ {
2254
+ "title": "Properties",
2255
+ "children": [
2256
+ 7,
2257
+ 8,
2258
+ 9,
2259
+ 10,
2260
+ 11,
2261
+ 12,
2262
+ 13
2263
+ ]
2264
+ }
2265
+ ],
2266
+ "sources": [
2267
+ {
2268
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Plugin.d.ts",
2269
+ "line": 1,
2270
+ "character": 214
2271
+ }
2272
+ ]
2273
+ }
2274
+ },
2275
+ {
2276
+ "type": "reflection",
2277
+ "declaration": {
2278
+ "id": 14,
2279
+ "name": "__type",
2280
+ "variant": "declaration",
2281
+ "kind": 65536,
2282
+ "flags": {},
2283
+ "children": [
2284
+ {
2285
+ "id": 15,
2286
+ "name": "schema",
2287
+ "variant": "declaration",
2288
+ "kind": 1024,
2289
+ "flags": {},
2290
+ "sources": [
2291
+ {
2292
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Plugin.d.ts",
2293
+ "line": 10,
2294
+ "character": 4
2295
+ }
2296
+ ],
2297
+ "type": {
2298
+ "type": "literal",
2299
+ "value": "network.xyo.crypto.cards.game"
2300
+ }
2301
+ }
2302
+ ],
2303
+ "groups": [
2304
+ {
2305
+ "title": "Properties",
2306
+ "children": [
2307
+ 15
2308
+ ]
2309
+ }
2310
+ ],
2311
+ "sources": [
2312
+ {
2313
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Plugin.d.ts",
2314
+ "line": 9,
2315
+ "character": 4
2316
+ }
2317
+ ]
2318
+ }
2319
+ }
2320
+ ]
2321
+ }
2322
+ ],
2323
+ "name": "PayloadPlugin",
2324
+ "package": "@xyo-network/payload-plugin"
2325
+ }
2326
+ }
2327
+ ]
2328
+ },
2329
+ {
2330
+ "id": 39,
2331
+ "name": "CryptoCardsMovePayloadPlugin",
2332
+ "variant": "declaration",
2333
+ "kind": 64,
2334
+ "flags": {},
2335
+ "sources": [
2336
+ {
2337
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Plugin.d.ts",
2338
+ "line": 1,
2339
+ "character": 21
2340
+ }
2341
+ ],
2342
+ "signatures": [
2343
+ {
2344
+ "id": 40,
2345
+ "name": "CryptoCardsMovePayloadPlugin",
2346
+ "variant": "signature",
2347
+ "kind": 4096,
2348
+ "flags": {},
2349
+ "sources": [
2350
+ {
2351
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Plugin.d.ts",
2352
+ "line": 1,
2353
+ "character": 51
2354
+ }
2355
+ ],
2356
+ "type": {
2357
+ "type": "reference",
2358
+ "target": {
2359
+ "sourceFileName": "../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
2360
+ "qualifiedName": "PayloadPlugin"
2361
+ },
2362
+ "typeArguments": [
2363
+ {
2364
+ "type": "intersection",
2365
+ "types": [
2366
+ {
2367
+ "type": "reference",
2368
+ "target": {
2369
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
2370
+ "qualifiedName": "SchemaFields"
2371
+ },
2372
+ "name": "SchemaFields",
2373
+ "package": "@xyo-network/payload-model"
2374
+ },
2375
+ {
2376
+ "type": "reference",
2377
+ "target": {
2378
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
2379
+ "qualifiedName": "PayloadFields"
2380
+ },
2381
+ "name": "PayloadFields",
2382
+ "package": "@xyo-network/payload-model"
2383
+ },
2384
+ {
2385
+ "type": "reflection",
2386
+ "declaration": {
2387
+ "id": 41,
2388
+ "name": "__type",
2389
+ "variant": "declaration",
2390
+ "kind": 65536,
2391
+ "flags": {},
2392
+ "children": [
2393
+ {
2394
+ "id": 42,
2395
+ "name": "cards",
2396
+ "variant": "declaration",
2397
+ "kind": 1024,
2398
+ "flags": {},
2399
+ "sources": [
2400
+ {
2401
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Plugin.d.ts",
2402
+ "line": 2,
2403
+ "character": 4
2404
+ }
2405
+ ],
2406
+ "type": {
2407
+ "type": "array",
2408
+ "elementType": {
2409
+ "type": "intrinsic",
2410
+ "name": "string"
2411
+ }
2412
+ }
2413
+ },
2414
+ {
2415
+ "id": 43,
2416
+ "name": "moves",
2417
+ "variant": "declaration",
2418
+ "kind": 1024,
2419
+ "flags": {},
2420
+ "sources": [
2421
+ {
2422
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Plugin.d.ts",
2423
+ "line": 3,
2424
+ "character": 4
2425
+ }
2426
+ ],
2427
+ "type": {
2428
+ "type": "array",
2429
+ "elementType": {
2430
+ "type": "intrinsic",
2431
+ "name": "number"
2432
+ }
2433
+ }
2434
+ },
2435
+ {
2436
+ "id": 44,
2437
+ "name": "schema",
2438
+ "variant": "declaration",
2439
+ "kind": 1024,
2440
+ "flags": {},
2441
+ "sources": [
2442
+ {
2443
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Plugin.d.ts",
2444
+ "line": 4,
2445
+ "character": 4
2446
+ }
2447
+ ],
2448
+ "type": {
2449
+ "type": "literal",
2450
+ "value": "network.xyo.crypto.cards.move"
2451
+ }
2452
+ }
2453
+ ],
2454
+ "groups": [
2455
+ {
2456
+ "title": "Properties",
2457
+ "children": [
2458
+ 42,
2459
+ 43,
2460
+ 44
2461
+ ]
2462
+ }
2463
+ ],
2464
+ "sources": [
2465
+ {
2466
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Plugin.d.ts",
2467
+ "line": 1,
2468
+ "character": 214
2469
+ }
2470
+ ]
2471
+ }
2472
+ },
2473
+ {
2474
+ "type": "reflection",
2475
+ "declaration": {
2476
+ "id": 45,
2477
+ "name": "__type",
2478
+ "variant": "declaration",
2479
+ "kind": 65536,
2480
+ "flags": {},
2481
+ "children": [
2482
+ {
2483
+ "id": 46,
2484
+ "name": "schema",
2485
+ "variant": "declaration",
2486
+ "kind": 1024,
2487
+ "flags": {},
2488
+ "sources": [
2489
+ {
2490
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Plugin.d.ts",
2491
+ "line": 6,
2492
+ "character": 4
2493
+ }
2494
+ ],
2495
+ "type": {
2496
+ "type": "literal",
2497
+ "value": "network.xyo.crypto.cards.move"
2498
+ }
2499
+ }
2500
+ ],
2501
+ "groups": [
2502
+ {
2503
+ "title": "Properties",
2504
+ "children": [
2505
+ 46
2506
+ ]
2507
+ }
2508
+ ],
2509
+ "sources": [
2510
+ {
2511
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Plugin.d.ts",
2512
+ "line": 5,
2513
+ "character": 4
2514
+ }
2515
+ ]
2516
+ }
2517
+ }
2518
+ ]
2519
+ }
2520
+ ],
2521
+ "name": "PayloadPlugin",
2522
+ "package": "@xyo-network/payload-plugin"
2523
+ }
2524
+ }
2525
+ ]
2526
+ },
2527
+ {
2528
+ "id": 91,
2529
+ "name": "CryptoMarketAssetPayloadPlugin",
2530
+ "variant": "declaration",
2531
+ "kind": 64,
2532
+ "flags": {},
2533
+ "sources": [
2534
+ {
2535
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/asset/dist/types/Plugin.d.ts",
2536
+ "line": 2,
2537
+ "character": 21
2538
+ }
2539
+ ],
2540
+ "signatures": [
2541
+ {
2542
+ "id": 92,
2543
+ "name": "CryptoMarketAssetPayloadPlugin",
2544
+ "variant": "signature",
2545
+ "kind": 4096,
2546
+ "flags": {},
2547
+ "sources": [
2548
+ {
2549
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/asset/dist/types/Plugin.d.ts",
2550
+ "line": 2,
2551
+ "character": 53
2552
+ }
2553
+ ],
2554
+ "type": {
2555
+ "type": "reference",
2556
+ "target": {
2557
+ "sourceFileName": "../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
2558
+ "qualifiedName": "PayloadPlugin"
2559
+ },
2560
+ "typeArguments": [
2561
+ {
2562
+ "type": "reference",
2563
+ "target": 98,
2564
+ "name": "CryptoMarketAssetPayload",
2565
+ "package": "@xyo-network/crypto-asset-payload-plugin"
2566
+ }
2567
+ ],
2568
+ "name": "PayloadPlugin",
2569
+ "package": "@xyo-network/payload-plugin"
2570
+ }
2571
+ }
2572
+ ]
2573
+ },
2574
+ {
2575
+ "id": 107,
2576
+ "name": "UniswapCryptoMarketPayloadPlugin",
2577
+ "variant": "declaration",
2578
+ "kind": 64,
2579
+ "flags": {},
2580
+ "sources": [
2581
+ {
2582
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Plugin.d.ts",
2583
+ "line": 1,
2584
+ "character": 21
2585
+ }
2586
+ ],
2587
+ "signatures": [
2588
+ {
2589
+ "id": 108,
2590
+ "name": "UniswapCryptoMarketPayloadPlugin",
2591
+ "variant": "signature",
2592
+ "kind": 4096,
2593
+ "flags": {},
2594
+ "sources": [
2595
+ {
2596
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Plugin.d.ts",
2597
+ "line": 1,
2598
+ "character": 55
2599
+ }
2600
+ ],
2601
+ "type": {
2602
+ "type": "reference",
2603
+ "target": {
2604
+ "sourceFileName": "../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
2605
+ "qualifiedName": "PayloadPlugin"
2606
+ },
2607
+ "typeArguments": [
2608
+ {
2609
+ "type": "intersection",
2610
+ "types": [
2611
+ {
2612
+ "type": "reference",
2613
+ "target": {
2614
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
2615
+ "qualifiedName": "SchemaFields"
2616
+ },
2617
+ "name": "SchemaFields",
2618
+ "package": "@xyo-network/payload-model"
2619
+ },
2620
+ {
2621
+ "type": "reference",
2622
+ "target": {
2623
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
2624
+ "qualifiedName": "PayloadFields"
2625
+ },
2626
+ "name": "PayloadFields",
2627
+ "package": "@xyo-network/payload-model"
2628
+ },
2629
+ {
2630
+ "type": "reflection",
2631
+ "declaration": {
2632
+ "id": 109,
2633
+ "name": "__type",
2634
+ "variant": "declaration",
2635
+ "kind": 65536,
2636
+ "flags": {},
2637
+ "children": [
2638
+ {
2639
+ "id": 110,
2640
+ "name": "pairs",
2641
+ "variant": "declaration",
2642
+ "kind": 1024,
2643
+ "flags": {},
2644
+ "sources": [
2645
+ {
2646
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Plugin.d.ts",
2647
+ "line": 2,
2648
+ "character": 4
2649
+ }
2650
+ ],
2651
+ "type": {
2652
+ "type": "array",
2653
+ "elementType": {
2654
+ "type": "reference",
2655
+ "target": 115,
2656
+ "name": "UniswapCryptoPair",
2657
+ "package": "@xyo-network/uniswap-crypto-market-payload-plugin"
2658
+ }
2659
+ }
2660
+ },
2661
+ {
2662
+ "id": 111,
2663
+ "name": "schema",
2664
+ "variant": "declaration",
2665
+ "kind": 1024,
2666
+ "flags": {},
2667
+ "sources": [
2668
+ {
2669
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Plugin.d.ts",
2670
+ "line": 3,
2671
+ "character": 4
2672
+ }
2673
+ ],
2674
+ "type": {
2675
+ "type": "literal",
2676
+ "value": "network.xyo.crypto.market.uniswap"
2677
+ }
2678
+ },
2679
+ {
2680
+ "id": 112,
2681
+ "name": "timestamp",
2682
+ "variant": "declaration",
2683
+ "kind": 1024,
2684
+ "flags": {},
2685
+ "sources": [
2686
+ {
2687
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Plugin.d.ts",
2688
+ "line": 4,
2689
+ "character": 4
2690
+ }
2691
+ ],
2692
+ "type": {
2693
+ "type": "intrinsic",
2694
+ "name": "number"
2695
+ }
2696
+ }
2697
+ ],
2698
+ "groups": [
2699
+ {
2700
+ "title": "Properties",
2701
+ "children": [
2702
+ 110,
2703
+ 111,
2704
+ 112
2705
+ ]
2706
+ }
2707
+ ],
2708
+ "sources": [
2709
+ {
2710
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Plugin.d.ts",
2711
+ "line": 1,
2712
+ "character": 218
2713
+ }
2714
+ ]
2715
+ }
2716
+ },
2717
+ {
2718
+ "type": "reflection",
2719
+ "declaration": {
2720
+ "id": 113,
2721
+ "name": "__type",
2722
+ "variant": "declaration",
2723
+ "kind": 65536,
2724
+ "flags": {},
2725
+ "children": [
2726
+ {
2727
+ "id": 114,
2728
+ "name": "schema",
2729
+ "variant": "declaration",
2730
+ "kind": 1024,
2731
+ "flags": {},
2732
+ "sources": [
2733
+ {
2734
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Plugin.d.ts",
2735
+ "line": 6,
2736
+ "character": 4
2737
+ }
2738
+ ],
2739
+ "type": {
2740
+ "type": "literal",
2741
+ "value": "network.xyo.crypto.market.uniswap"
2742
+ }
2743
+ }
2744
+ ],
2745
+ "groups": [
2746
+ {
2747
+ "title": "Properties",
2748
+ "children": [
2749
+ 114
2750
+ ]
2751
+ }
2752
+ ],
2753
+ "sources": [
2754
+ {
2755
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Plugin.d.ts",
2756
+ "line": 5,
2757
+ "character": 4
2758
+ }
2759
+ ]
2760
+ }
2761
+ }
2762
+ ]
2763
+ }
2764
+ ],
2765
+ "name": "PayloadPlugin",
2766
+ "package": "@xyo-network/payload-plugin"
2767
+ }
2768
+ }
2769
+ ]
2770
+ },
2771
+ {
2772
+ "id": 83,
2773
+ "name": "coingeckoCryptoMarketPayloadTemplate",
2774
+ "variant": "declaration",
2775
+ "kind": 64,
2776
+ "flags": {},
2777
+ "sources": [
2778
+ {
2779
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Template.d.ts",
2780
+ "line": 2,
2781
+ "character": 21
2782
+ }
2783
+ ],
2784
+ "signatures": [
2785
+ {
2786
+ "id": 84,
2787
+ "name": "coingeckoCryptoMarketPayloadTemplate",
2788
+ "variant": "signature",
2789
+ "kind": 4096,
2790
+ "flags": {},
2791
+ "sources": [
2792
+ {
2793
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Template.d.ts",
2794
+ "line": 2,
2795
+ "character": 59
2796
+ }
2797
+ ],
2798
+ "type": {
2799
+ "type": "reference",
2800
+ "target": {
2801
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
2802
+ "qualifiedName": "Partial"
2803
+ },
2804
+ "typeArguments": [
2805
+ {
2806
+ "type": "intersection",
2807
+ "types": [
2808
+ {
2809
+ "type": "reference",
2810
+ "target": {
2811
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
2812
+ "qualifiedName": "SchemaFields"
2813
+ },
2814
+ "name": "SchemaFields",
2815
+ "package": "@xyo-network/payload-model"
2816
+ },
2817
+ {
2818
+ "type": "reference",
2819
+ "target": {
2820
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
2821
+ "qualifiedName": "PayloadFields"
2822
+ },
2823
+ "name": "PayloadFields",
2824
+ "package": "@xyo-network/payload-model"
2825
+ },
2826
+ {
2827
+ "type": "reflection",
2828
+ "declaration": {
2829
+ "id": 85,
2830
+ "name": "__type",
2831
+ "variant": "declaration",
2832
+ "kind": 65536,
2833
+ "flags": {},
2834
+ "children": [
2835
+ {
2836
+ "id": 86,
2837
+ "name": "assets",
2838
+ "variant": "declaration",
2839
+ "kind": 1024,
2840
+ "flags": {},
2841
+ "sources": [
2842
+ {
2843
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Payload.d.ts",
2844
+ "line": 5,
2845
+ "character": 4
2846
+ }
2847
+ ],
2848
+ "type": {
2849
+ "type": "reference",
2850
+ "target": {
2851
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
2852
+ "qualifiedName": "Partial"
2853
+ },
2854
+ "typeArguments": [
2855
+ {
2856
+ "type": "reference",
2857
+ "target": {
2858
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
2859
+ "qualifiedName": "Record"
2860
+ },
2861
+ "typeArguments": [
2862
+ {
2863
+ "type": "intrinsic",
2864
+ "name": "string"
2865
+ },
2866
+ {
2867
+ "type": "reference",
2868
+ "target": {
2869
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
2870
+ "qualifiedName": "Partial"
2871
+ },
2872
+ "typeArguments": [
2873
+ {
2874
+ "type": "union",
2875
+ "types": [
2876
+ {
2877
+ "type": "intrinsic",
2878
+ "name": "undefined"
2879
+ },
2880
+ {
2881
+ "type": "reference",
2882
+ "target": {
2883
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
2884
+ "qualifiedName": "Record"
2885
+ },
2886
+ "typeArguments": [
2887
+ {
2888
+ "type": "intrinsic",
2889
+ "name": "string"
2890
+ },
2891
+ {
2892
+ "type": "intrinsic",
2893
+ "name": "number"
2894
+ }
2895
+ ],
2896
+ "name": "Record",
2897
+ "package": "typescript"
2898
+ }
2899
+ ]
2900
+ }
2901
+ ],
2902
+ "name": "Partial",
2903
+ "package": "typescript"
2904
+ }
2905
+ ],
2906
+ "name": "Record",
2907
+ "package": "typescript"
2908
+ }
2909
+ ],
2910
+ "name": "Partial",
2911
+ "package": "typescript"
2912
+ }
2913
+ },
2914
+ {
2915
+ "id": 87,
2916
+ "name": "schema",
2917
+ "variant": "declaration",
2918
+ "kind": 1024,
2919
+ "flags": {},
2920
+ "sources": [
2921
+ {
2922
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Payload.d.ts",
2923
+ "line": 6,
2924
+ "character": 4
2925
+ }
2926
+ ],
2927
+ "type": {
2928
+ "type": "literal",
2929
+ "value": "network.xyo.crypto.market.coingecko"
2930
+ }
2931
+ },
2932
+ {
2933
+ "id": 88,
2934
+ "name": "timestamp",
2935
+ "variant": "declaration",
2936
+ "kind": 1024,
2937
+ "flags": {},
2938
+ "sources": [
2939
+ {
2940
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Payload.d.ts",
2941
+ "line": 7,
2942
+ "character": 4
2943
+ }
2944
+ ],
2945
+ "type": {
2946
+ "type": "intrinsic",
2947
+ "name": "number"
2948
+ }
2949
+ }
2950
+ ],
2951
+ "groups": [
2952
+ {
2953
+ "title": "Properties",
2954
+ "children": [
2955
+ 86,
2956
+ 87,
2957
+ 88
2958
+ ]
2959
+ }
2960
+ ],
2961
+ "sources": [
2962
+ {
2963
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/types/Payload.d.ts",
2964
+ "line": 4,
2965
+ "character": 51
2966
+ }
2967
+ ]
2968
+ }
2969
+ },
2970
+ {
2971
+ "type": "reflection",
2972
+ "declaration": {
2973
+ "id": 89,
2974
+ "name": "__type",
2975
+ "variant": "declaration",
2976
+ "kind": 65536,
2977
+ "flags": {},
2978
+ "children": [
2979
+ {
2980
+ "id": 90,
2981
+ "name": "schema",
2982
+ "variant": "declaration",
2983
+ "kind": 1024,
2984
+ "flags": {},
2985
+ "sources": [
2986
+ {
2987
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
2988
+ "line": 17,
2989
+ "character": 4
2990
+ }
2991
+ ],
2992
+ "type": {
2993
+ "type": "literal",
2994
+ "value": "network.xyo.crypto.market.coingecko"
2995
+ }
2996
+ }
2997
+ ],
2998
+ "groups": [
2999
+ {
3000
+ "title": "Properties",
3001
+ "children": [
3002
+ 90
3003
+ ]
3004
+ }
3005
+ ],
3006
+ "sources": [
3007
+ {
3008
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
3009
+ "line": 16,
3010
+ "character": 178
3011
+ }
3012
+ ]
3013
+ }
3014
+ }
3015
+ ]
3016
+ }
3017
+ ],
3018
+ "name": "Partial",
3019
+ "package": "typescript"
3020
+ }
3021
+ }
3022
+ ]
3023
+ },
3024
+ {
3025
+ "id": 27,
3026
+ "name": "cryptoCardsGamePayloadTemplate",
3027
+ "variant": "declaration",
3028
+ "kind": 64,
3029
+ "flags": {},
3030
+ "sources": [
3031
+ {
3032
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Template.d.ts",
3033
+ "line": 2,
3034
+ "character": 21
3035
+ }
3036
+ ],
3037
+ "signatures": [
3038
+ {
3039
+ "id": 28,
3040
+ "name": "cryptoCardsGamePayloadTemplate",
3041
+ "variant": "signature",
3042
+ "kind": 4096,
3043
+ "flags": {},
3044
+ "sources": [
3045
+ {
3046
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Template.d.ts",
3047
+ "line": 2,
3048
+ "character": 53
3049
+ }
3050
+ ],
3051
+ "type": {
3052
+ "type": "reference",
3053
+ "target": {
3054
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
3055
+ "qualifiedName": "Partial"
3056
+ },
3057
+ "typeArguments": [
3058
+ {
3059
+ "type": "intersection",
3060
+ "types": [
3061
+ {
3062
+ "type": "reference",
3063
+ "target": {
3064
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
3065
+ "qualifiedName": "SchemaFields"
3066
+ },
3067
+ "name": "SchemaFields",
3068
+ "package": "@xyo-network/payload-model"
3069
+ },
3070
+ {
3071
+ "type": "reference",
3072
+ "target": {
3073
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
3074
+ "qualifiedName": "PayloadFields"
3075
+ },
3076
+ "name": "PayloadFields",
3077
+ "package": "@xyo-network/payload-model"
3078
+ },
3079
+ {
3080
+ "type": "reflection",
3081
+ "declaration": {
3082
+ "id": 29,
3083
+ "name": "__type",
3084
+ "variant": "declaration",
3085
+ "kind": 65536,
3086
+ "flags": {},
3087
+ "children": [
3088
+ {
3089
+ "id": 30,
3090
+ "name": "allowedWeights",
3091
+ "variant": "declaration",
3092
+ "kind": 1024,
3093
+ "flags": {},
3094
+ "comment": {
3095
+ "summary": [],
3096
+ "blockTags": [
3097
+ {
3098
+ "tag": "@field",
3099
+ "content": [
3100
+ {
3101
+ "kind": "text",
3102
+ "text": "The set of weights to pick from"
3103
+ }
3104
+ ]
3105
+ }
3106
+ ]
3107
+ },
3108
+ "sources": [
3109
+ {
3110
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Payload.d.ts",
3111
+ "line": 5,
3112
+ "character": 4
3113
+ }
3114
+ ],
3115
+ "type": {
3116
+ "type": "array",
3117
+ "elementType": {
3118
+ "type": "intrinsic",
3119
+ "name": "number"
3120
+ }
3121
+ }
3122
+ },
3123
+ {
3124
+ "id": 31,
3125
+ "name": "duration",
3126
+ "variant": "declaration",
3127
+ "kind": 1024,
3128
+ "flags": {},
3129
+ "comment": {
3130
+ "summary": [],
3131
+ "blockTags": [
3132
+ {
3133
+ "tag": "@field",
3134
+ "content": [
3135
+ {
3136
+ "kind": "text",
3137
+ "text": "The length [ms] of the game"
3138
+ }
3139
+ ]
3140
+ }
3141
+ ]
3142
+ },
3143
+ "sources": [
3144
+ {
3145
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Payload.d.ts",
3146
+ "line": 7,
3147
+ "character": 4
3148
+ }
3149
+ ],
3150
+ "type": {
3151
+ "type": "intrinsic",
3152
+ "name": "number"
3153
+ }
3154
+ },
3155
+ {
3156
+ "id": 32,
3157
+ "name": "expiration",
3158
+ "variant": "declaration",
3159
+ "kind": 1024,
3160
+ "flags": {},
3161
+ "comment": {
3162
+ "summary": [],
3163
+ "blockTags": [
3164
+ {
3165
+ "tag": "@field",
3166
+ "content": [
3167
+ {
3168
+ "kind": "text",
3169
+ "text": "The time [epoch] when the game is no longer allowed to be joined"
3170
+ }
3171
+ ]
3172
+ }
3173
+ ]
3174
+ },
3175
+ "sources": [
3176
+ {
3177
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Payload.d.ts",
3178
+ "line": 9,
3179
+ "character": 4
3180
+ }
3181
+ ],
3182
+ "type": {
3183
+ "type": "intrinsic",
3184
+ "name": "number"
3185
+ }
3186
+ },
3187
+ {
3188
+ "id": 33,
3189
+ "name": "oraclePointer",
3190
+ "variant": "declaration",
3191
+ "kind": 1024,
3192
+ "flags": {},
3193
+ "comment": {
3194
+ "summary": [],
3195
+ "blockTags": [
3196
+ {
3197
+ "tag": "@field",
3198
+ "content": [
3199
+ {
3200
+ "kind": "text",
3201
+ "text": "The Huri of the Oracle Pointer that will determine the winner"
3202
+ }
3203
+ ]
3204
+ }
3205
+ ]
3206
+ },
3207
+ "sources": [
3208
+ {
3209
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Payload.d.ts",
3210
+ "line": 11,
3211
+ "character": 4
3212
+ }
3213
+ ],
3214
+ "type": {
3215
+ "type": "intrinsic",
3216
+ "name": "string"
3217
+ }
3218
+ },
3219
+ {
3220
+ "id": 34,
3221
+ "name": "schema",
3222
+ "variant": "declaration",
3223
+ "kind": 1024,
3224
+ "flags": {},
3225
+ "sources": [
3226
+ {
3227
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Payload.d.ts",
3228
+ "line": 12,
3229
+ "character": 4
3230
+ }
3231
+ ],
3232
+ "type": {
3233
+ "type": "literal",
3234
+ "value": "network.xyo.crypto.cards.game"
3235
+ }
3236
+ },
3237
+ {
3238
+ "id": 35,
3239
+ "name": "sequence",
3240
+ "variant": "declaration",
3241
+ "kind": 1024,
3242
+ "flags": {},
3243
+ "comment": {
3244
+ "summary": [],
3245
+ "blockTags": [
3246
+ {
3247
+ "tag": "@field",
3248
+ "content": [
3249
+ {
3250
+ "kind": "text",
3251
+ "text": "The Sequence of payloads the are required for completion"
3252
+ }
3253
+ ]
3254
+ }
3255
+ ]
3256
+ },
3257
+ "sources": [
3258
+ {
3259
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Payload.d.ts",
3260
+ "line": 14,
3261
+ "character": 4
3262
+ }
3263
+ ],
3264
+ "type": {
3265
+ "type": "array",
3266
+ "elementType": {
3267
+ "type": "intrinsic",
3268
+ "name": "string"
3269
+ }
3270
+ }
3271
+ },
3272
+ {
3273
+ "id": 36,
3274
+ "name": "sequencer",
3275
+ "variant": "declaration",
3276
+ "kind": 1024,
3277
+ "flags": {},
3278
+ "comment": {
3279
+ "summary": [],
3280
+ "blockTags": [
3281
+ {
3282
+ "tag": "@field",
3283
+ "content": [
3284
+ {
3285
+ "kind": "text",
3286
+ "text": "The Address of the Sequencer that will be used"
3287
+ }
3288
+ ]
3289
+ }
3290
+ ]
3291
+ },
3292
+ "sources": [
3293
+ {
3294
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Payload.d.ts",
3295
+ "line": 16,
3296
+ "character": 4
3297
+ }
3298
+ ],
3299
+ "type": {
3300
+ "type": "intrinsic",
3301
+ "name": "string"
3302
+ }
3303
+ }
3304
+ ],
3305
+ "groups": [
3306
+ {
3307
+ "title": "Properties",
3308
+ "children": [
3309
+ 30,
3310
+ 31,
3311
+ 32,
3312
+ 33,
3313
+ 34,
3314
+ 35,
3315
+ 36
3316
+ ]
3317
+ }
3318
+ ],
3319
+ "sources": [
3320
+ {
3321
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/types/Payload.d.ts",
3322
+ "line": 3,
3323
+ "character": 45
3324
+ }
3325
+ ]
3326
+ }
3327
+ },
3328
+ {
3329
+ "type": "reflection",
3330
+ "declaration": {
3331
+ "id": 37,
3332
+ "name": "__type",
3333
+ "variant": "declaration",
3334
+ "kind": 65536,
3335
+ "flags": {},
3336
+ "children": [
3337
+ {
3338
+ "id": 38,
3339
+ "name": "schema",
3340
+ "variant": "declaration",
3341
+ "kind": 1024,
3342
+ "flags": {},
3343
+ "sources": [
3344
+ {
3345
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
3346
+ "line": 17,
3347
+ "character": 4
3348
+ }
3349
+ ],
3350
+ "type": {
3351
+ "type": "literal",
3352
+ "value": "network.xyo.crypto.cards.game"
3353
+ }
3354
+ }
3355
+ ],
3356
+ "groups": [
3357
+ {
3358
+ "title": "Properties",
3359
+ "children": [
3360
+ 38
3361
+ ]
3362
+ }
3363
+ ],
3364
+ "sources": [
3365
+ {
3366
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
3367
+ "line": 16,
3368
+ "character": 178
3369
+ }
3370
+ ]
3371
+ }
3372
+ }
3373
+ ]
3374
+ }
3375
+ ],
3376
+ "name": "Partial",
3377
+ "package": "typescript"
3378
+ }
3379
+ }
3380
+ ]
3381
+ },
3382
+ {
3383
+ "id": 54,
3384
+ "name": "cryptoCardsMovePayloadTemplate",
3385
+ "variant": "declaration",
3386
+ "kind": 64,
3387
+ "flags": {},
3388
+ "sources": [
3389
+ {
3390
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Template.d.ts",
3391
+ "line": 2,
3392
+ "character": 21
3393
+ }
3394
+ ],
3395
+ "signatures": [
3396
+ {
3397
+ "id": 55,
3398
+ "name": "cryptoCardsMovePayloadTemplate",
3399
+ "variant": "signature",
3400
+ "kind": 4096,
3401
+ "flags": {},
3402
+ "sources": [
3403
+ {
3404
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Template.d.ts",
3405
+ "line": 2,
3406
+ "character": 53
3407
+ }
3408
+ ],
3409
+ "type": {
3410
+ "type": "reference",
3411
+ "target": {
3412
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
3413
+ "qualifiedName": "Partial"
3414
+ },
3415
+ "typeArguments": [
3416
+ {
3417
+ "type": "intersection",
3418
+ "types": [
3419
+ {
3420
+ "type": "reference",
3421
+ "target": {
3422
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
3423
+ "qualifiedName": "SchemaFields"
3424
+ },
3425
+ "name": "SchemaFields",
3426
+ "package": "@xyo-network/payload-model"
3427
+ },
3428
+ {
3429
+ "type": "reference",
3430
+ "target": {
3431
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
3432
+ "qualifiedName": "PayloadFields"
3433
+ },
3434
+ "name": "PayloadFields",
3435
+ "package": "@xyo-network/payload-model"
3436
+ },
3437
+ {
3438
+ "type": "reflection",
3439
+ "declaration": {
3440
+ "id": 56,
3441
+ "name": "__type",
3442
+ "variant": "declaration",
3443
+ "kind": 65536,
3444
+ "flags": {},
3445
+ "children": [
3446
+ {
3447
+ "id": 57,
3448
+ "name": "cards",
3449
+ "variant": "declaration",
3450
+ "kind": 1024,
3451
+ "flags": {},
3452
+ "comment": {
3453
+ "summary": [],
3454
+ "blockTags": [
3455
+ {
3456
+ "tag": "@field",
3457
+ "content": [
3458
+ {
3459
+ "kind": "text",
3460
+ "text": "The Huri of each of the cards you play - some are globally available"
3461
+ }
3462
+ ]
3463
+ }
3464
+ ]
3465
+ },
3466
+ "sources": [
3467
+ {
3468
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Payload.d.ts",
3469
+ "line": 5,
3470
+ "character": 4
3471
+ }
3472
+ ],
3473
+ "type": {
3474
+ "type": "array",
3475
+ "elementType": {
3476
+ "type": "intrinsic",
3477
+ "name": "string"
3478
+ }
3479
+ }
3480
+ },
3481
+ {
3482
+ "id": 58,
3483
+ "name": "moves",
3484
+ "variant": "declaration",
3485
+ "kind": 1024,
3486
+ "flags": {},
3487
+ "comment": {
3488
+ "summary": [],
3489
+ "blockTags": [
3490
+ {
3491
+ "tag": "@field",
3492
+ "content": [
3493
+ {
3494
+ "kind": "text",
3495
+ "text": "The moves chosen by the player (negative/positive for direction, and weight)"
3496
+ }
3497
+ ]
3498
+ }
3499
+ ]
3500
+ },
3501
+ "sources": [
3502
+ {
3503
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Payload.d.ts",
3504
+ "line": 7,
3505
+ "character": 4
3506
+ }
3507
+ ],
3508
+ "type": {
3509
+ "type": "array",
3510
+ "elementType": {
3511
+ "type": "intrinsic",
3512
+ "name": "number"
3513
+ }
3514
+ }
3515
+ },
3516
+ {
3517
+ "id": 59,
3518
+ "name": "schema",
3519
+ "variant": "declaration",
3520
+ "kind": 1024,
3521
+ "flags": {},
3522
+ "sources": [
3523
+ {
3524
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Payload.d.ts",
3525
+ "line": 8,
3526
+ "character": 4
3527
+ }
3528
+ ],
3529
+ "type": {
3530
+ "type": "literal",
3531
+ "value": "network.xyo.crypto.cards.move"
3532
+ }
3533
+ }
3534
+ ],
3535
+ "groups": [
3536
+ {
3537
+ "title": "Properties",
3538
+ "children": [
3539
+ 57,
3540
+ 58,
3541
+ 59
3542
+ ]
3543
+ }
3544
+ ],
3545
+ "sources": [
3546
+ {
3547
+ "fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/types/Payload.d.ts",
3548
+ "line": 3,
3549
+ "character": 45
3550
+ }
3551
+ ]
3552
+ }
3553
+ },
3554
+ {
3555
+ "type": "reflection",
3556
+ "declaration": {
3557
+ "id": 60,
3558
+ "name": "__type",
3559
+ "variant": "declaration",
3560
+ "kind": 65536,
3561
+ "flags": {},
3562
+ "children": [
3563
+ {
3564
+ "id": 61,
3565
+ "name": "schema",
3566
+ "variant": "declaration",
3567
+ "kind": 1024,
3568
+ "flags": {},
3569
+ "sources": [
3570
+ {
3571
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
3572
+ "line": 17,
3573
+ "character": 4
3574
+ }
3575
+ ],
3576
+ "type": {
3577
+ "type": "literal",
3578
+ "value": "network.xyo.crypto.cards.move"
3579
+ }
3580
+ }
3581
+ ],
3582
+ "groups": [
3583
+ {
3584
+ "title": "Properties",
3585
+ "children": [
3586
+ 61
3587
+ ]
3588
+ }
3589
+ ],
3590
+ "sources": [
3591
+ {
3592
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
3593
+ "line": 16,
3594
+ "character": 178
3595
+ }
3596
+ ]
3597
+ }
3598
+ }
3599
+ ]
3600
+ }
3601
+ ],
3602
+ "name": "Partial",
3603
+ "package": "typescript"
3604
+ }
3605
+ }
3606
+ ]
3607
+ },
3608
+ {
3609
+ "id": 105,
3610
+ "name": "cryptoMarketAssetPayloadTemplate",
3611
+ "variant": "declaration",
3612
+ "kind": 64,
3613
+ "flags": {},
3614
+ "sources": [
3615
+ {
3616
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/asset/dist/types/Template.d.ts",
3617
+ "line": 2,
3618
+ "character": 21
3619
+ }
3620
+ ],
3621
+ "signatures": [
3622
+ {
3623
+ "id": 106,
3624
+ "name": "cryptoMarketAssetPayloadTemplate",
3625
+ "variant": "signature",
3626
+ "kind": 4096,
3627
+ "flags": {},
3628
+ "sources": [
3629
+ {
3630
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/asset/dist/types/Template.d.ts",
3631
+ "line": 2,
3632
+ "character": 55
3633
+ }
3634
+ ],
3635
+ "type": {
3636
+ "type": "reference",
3637
+ "target": {
3638
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
3639
+ "qualifiedName": "Partial"
3640
+ },
3641
+ "typeArguments": [
3642
+ {
3643
+ "type": "reference",
3644
+ "target": 98,
3645
+ "name": "CryptoMarketAssetPayload",
3646
+ "package": "@xyo-network/crypto-asset-payload-plugin"
3647
+ }
3648
+ ],
3649
+ "name": "Partial",
3650
+ "package": "typescript"
3651
+ }
3652
+ }
3653
+ ]
3654
+ },
3655
+ {
3656
+ "id": 130,
3657
+ "name": "uniswapCryptoMarketPayloadTemplate",
3658
+ "variant": "declaration",
3659
+ "kind": 64,
3660
+ "flags": {},
3661
+ "sources": [
3662
+ {
3663
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Template.d.ts",
3664
+ "line": 2,
3665
+ "character": 21
3666
+ }
3667
+ ],
3668
+ "signatures": [
3669
+ {
3670
+ "id": 131,
3671
+ "name": "uniswapCryptoMarketPayloadTemplate",
3672
+ "variant": "signature",
3673
+ "kind": 4096,
3674
+ "flags": {},
3675
+ "sources": [
3676
+ {
3677
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Template.d.ts",
3678
+ "line": 2,
3679
+ "character": 57
3680
+ }
3681
+ ],
3682
+ "type": {
3683
+ "type": "reference",
3684
+ "target": {
3685
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
3686
+ "qualifiedName": "Partial"
3687
+ },
3688
+ "typeArguments": [
3689
+ {
3690
+ "type": "intersection",
3691
+ "types": [
3692
+ {
3693
+ "type": "reference",
3694
+ "target": {
3695
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
3696
+ "qualifiedName": "SchemaFields"
3697
+ },
3698
+ "name": "SchemaFields",
3699
+ "package": "@xyo-network/payload-model"
3700
+ },
3701
+ {
3702
+ "type": "reference",
3703
+ "target": {
3704
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
3705
+ "qualifiedName": "PayloadFields"
3706
+ },
3707
+ "name": "PayloadFields",
3708
+ "package": "@xyo-network/payload-model"
3709
+ },
3710
+ {
3711
+ "type": "reflection",
3712
+ "declaration": {
3713
+ "id": 132,
3714
+ "name": "__type",
3715
+ "variant": "declaration",
3716
+ "kind": 65536,
3717
+ "flags": {},
3718
+ "children": [
3719
+ {
3720
+ "id": 133,
3721
+ "name": "pairs",
3722
+ "variant": "declaration",
3723
+ "kind": 1024,
3724
+ "flags": {},
3725
+ "sources": [
3726
+ {
3727
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Payload.d.ts",
3728
+ "line": 5,
3729
+ "character": 4
3730
+ }
3731
+ ],
3732
+ "type": {
3733
+ "type": "array",
3734
+ "elementType": {
3735
+ "type": "reference",
3736
+ "target": 115,
3737
+ "name": "UniswapCryptoPair",
3738
+ "package": "@xyo-network/uniswap-crypto-market-payload-plugin"
3739
+ }
3740
+ }
3741
+ },
3742
+ {
3743
+ "id": 134,
3744
+ "name": "schema",
3745
+ "variant": "declaration",
3746
+ "kind": 1024,
3747
+ "flags": {},
3748
+ "sources": [
3749
+ {
3750
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Payload.d.ts",
3751
+ "line": 6,
3752
+ "character": 4
3753
+ }
3754
+ ],
3755
+ "type": {
3756
+ "type": "literal",
3757
+ "value": "network.xyo.crypto.market.uniswap"
3758
+ }
3759
+ },
3760
+ {
3761
+ "id": 135,
3762
+ "name": "timestamp",
3763
+ "variant": "declaration",
3764
+ "kind": 1024,
3765
+ "flags": {},
3766
+ "sources": [
3767
+ {
3768
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Payload.d.ts",
3769
+ "line": 7,
3770
+ "character": 4
3771
+ }
3772
+ ],
3773
+ "type": {
3774
+ "type": "intrinsic",
3775
+ "name": "number"
3776
+ }
3777
+ }
3778
+ ],
3779
+ "groups": [
3780
+ {
3781
+ "title": "Properties",
3782
+ "children": [
3783
+ 133,
3784
+ 134,
3785
+ 135
3786
+ ]
3787
+ }
3788
+ ],
3789
+ "sources": [
3790
+ {
3791
+ "fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/types/Payload.d.ts",
3792
+ "line": 4,
3793
+ "character": 49
3794
+ }
3795
+ ]
3796
+ }
3797
+ },
3798
+ {
3799
+ "type": "reflection",
3800
+ "declaration": {
3801
+ "id": 136,
3802
+ "name": "__type",
3803
+ "variant": "declaration",
3804
+ "kind": 65536,
3805
+ "flags": {},
3806
+ "children": [
3807
+ {
3808
+ "id": 137,
3809
+ "name": "schema",
3810
+ "variant": "declaration",
3811
+ "kind": 1024,
3812
+ "flags": {},
3813
+ "sources": [
3814
+ {
3815
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
3816
+ "line": 17,
3817
+ "character": 4
3818
+ }
3819
+ ],
3820
+ "type": {
3821
+ "type": "literal",
3822
+ "value": "network.xyo.crypto.market.uniswap"
3823
+ }
3824
+ }
3825
+ ],
3826
+ "groups": [
3827
+ {
3828
+ "title": "Properties",
3829
+ "children": [
3830
+ 137
3831
+ ]
3832
+ }
3833
+ ],
3834
+ "sources": [
3835
+ {
3836
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
3837
+ "line": 16,
3838
+ "character": 178
3839
+ }
3840
+ ]
3841
+ }
3842
+ }
3843
+ ]
3844
+ }
3845
+ ],
3846
+ "name": "Partial",
3847
+ "package": "typescript"
3848
+ }
3849
+ }
3850
+ ]
3851
+ }
3852
+ ],
3853
+ "groups": [
3854
+ {
3855
+ "title": "References",
3856
+ "children": [
3857
+ 2
3858
+ ]
3859
+ },
3860
+ {
3861
+ "title": "Interfaces",
3862
+ "children": [
3863
+ 93,
3864
+ 72,
3865
+ 98,
3866
+ 115,
3867
+ 117
3868
+ ]
3869
+ },
3870
+ {
3871
+ "title": "Type Aliases",
3872
+ "children": [
3873
+ 71,
3874
+ 76,
3875
+ 82,
3876
+ 75,
3877
+ 16,
3878
+ 26,
3879
+ 47,
3880
+ 53,
3881
+ 104,
3882
+ 95,
3883
+ 96,
3884
+ 121,
3885
+ 129,
3886
+ 127,
3887
+ 97
3888
+ ]
3889
+ },
3890
+ {
3891
+ "title": "Variables",
3892
+ "children": [
3893
+ 81,
3894
+ 25,
3895
+ 52,
3896
+ 3,
3897
+ 103,
3898
+ 62,
3899
+ 1,
3900
+ 128,
3901
+ 126
3902
+ ]
3903
+ },
3904
+ {
3905
+ "title": "Functions",
3906
+ "children": [
3907
+ 63,
3908
+ 4,
3909
+ 39,
3910
+ 91,
3911
+ 107,
3912
+ 83,
3913
+ 27,
3914
+ 54,
3915
+ 105,
3916
+ 130
3917
+ ]
3918
+ }
3919
+ ],
3920
+ "packageName": "@xyo-network/crypto-payload-plugins",
3921
+ "readme": [
3922
+ {
3923
+ "kind": "text",
3924
+ "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"
3925
+ }
3926
+ ],
3927
+ "symbolIdMap": {
3928
+ "0": {
3929
+ "sourceFileName": "src/index.ts",
3930
+ "qualifiedName": ""
3931
+ },
3932
+ "1": {
3933
+ "sourceFileName": "src/index.ts",
3934
+ "qualifiedName": "CryptoPayloadPlugins"
3935
+ },
3936
+ "2": {
3937
+ "sourceFileName": "src/index.ts",
3938
+ "qualifiedName": "default"
3939
+ },
3940
+ "3": {
3941
+ "sourceFileName": "packages/cards/src/index.ts",
3942
+ "qualifiedName": "CryptoCardsPayloadPlugins"
3943
+ },
3944
+ "4": {
3945
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3946
+ "qualifiedName": "CryptoCardsGamePayloadPlugin"
3947
+ },
3948
+ "5": {
3949
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3950
+ "qualifiedName": "CryptoCardsGamePayloadPlugin"
3951
+ },
3952
+ "6": {
3953
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3954
+ "qualifiedName": "__type"
3955
+ },
3956
+ "7": {
3957
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3958
+ "qualifiedName": "__type.allowedWeights"
3959
+ },
3960
+ "8": {
3961
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3962
+ "qualifiedName": "__type.duration"
3963
+ },
3964
+ "9": {
3965
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3966
+ "qualifiedName": "__type.expiration"
3967
+ },
3968
+ "10": {
3969
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3970
+ "qualifiedName": "__type.oraclePointer"
3971
+ },
3972
+ "11": {
3973
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3974
+ "qualifiedName": "__type.schema"
3975
+ },
3976
+ "12": {
3977
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3978
+ "qualifiedName": "__type.sequence"
3979
+ },
3980
+ "13": {
3981
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3982
+ "qualifiedName": "__type.sequencer"
3983
+ },
3984
+ "14": {
3985
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3986
+ "qualifiedName": "__type"
3987
+ },
3988
+ "15": {
3989
+ "sourceFileName": "packages/cards/packages/game/src/Plugin.ts",
3990
+ "qualifiedName": "__type.schema"
3991
+ },
3992
+ "16": {
3993
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
3994
+ "qualifiedName": "CryptoCardsGamePayload"
3995
+ },
3996
+ "17": {
3997
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
3998
+ "qualifiedName": "__type"
3999
+ },
4000
+ "18": {
4001
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
4002
+ "qualifiedName": "__type.allowedWeights"
4003
+ },
4004
+ "19": {
4005
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
4006
+ "qualifiedName": "__type.duration"
4007
+ },
4008
+ "20": {
4009
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
4010
+ "qualifiedName": "__type.expiration"
4011
+ },
4012
+ "21": {
4013
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
4014
+ "qualifiedName": "__type.oraclePointer"
4015
+ },
4016
+ "22": {
4017
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
4018
+ "qualifiedName": "__type.schema"
4019
+ },
4020
+ "23": {
4021
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
4022
+ "qualifiedName": "__type.sequence"
4023
+ },
4024
+ "24": {
4025
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
4026
+ "qualifiedName": "__type.sequencer"
4027
+ },
4028
+ "25": {
4029
+ "sourceFileName": "packages/cards/packages/game/src/Schema.ts",
4030
+ "qualifiedName": "CryptoCardsGameSchema"
4031
+ },
4032
+ "26": {
4033
+ "sourceFileName": "packages/cards/packages/game/src/Schema.ts",
4034
+ "qualifiedName": "CryptoCardsGameSchema"
4035
+ },
4036
+ "27": {
4037
+ "sourceFileName": "packages/cards/packages/game/src/Template.ts",
4038
+ "qualifiedName": "cryptoCardsGamePayloadTemplate"
4039
+ },
4040
+ "28": {
4041
+ "sourceFileName": "packages/cards/packages/game/src/Template.ts",
4042
+ "qualifiedName": "cryptoCardsGamePayloadTemplate"
4043
+ },
4044
+ "29": {
4045
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
4046
+ "qualifiedName": "__type"
4047
+ },
4048
+ "30": {
4049
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
4050
+ "qualifiedName": "__type.allowedWeights"
4051
+ },
4052
+ "31": {
4053
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
4054
+ "qualifiedName": "__type.duration"
4055
+ },
4056
+ "32": {
4057
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
4058
+ "qualifiedName": "__type.expiration"
4059
+ },
4060
+ "33": {
4061
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
4062
+ "qualifiedName": "__type.oraclePointer"
4063
+ },
4064
+ "34": {
4065
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
4066
+ "qualifiedName": "__type.schema"
4067
+ },
4068
+ "35": {
4069
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
4070
+ "qualifiedName": "__type.sequence"
4071
+ },
4072
+ "36": {
4073
+ "sourceFileName": "packages/cards/packages/game/src/Payload.ts",
4074
+ "qualifiedName": "__type.sequencer"
4075
+ },
4076
+ "37": {
4077
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
4078
+ "qualifiedName": "__type"
4079
+ },
4080
+ "38": {
4081
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
4082
+ "qualifiedName": "__type.schema"
4083
+ },
4084
+ "39": {
4085
+ "sourceFileName": "packages/cards/packages/move/src/Plugin.ts",
4086
+ "qualifiedName": "CryptoCardsMovePayloadPlugin"
4087
+ },
4088
+ "40": {
4089
+ "sourceFileName": "packages/cards/packages/move/src/Plugin.ts",
4090
+ "qualifiedName": "CryptoCardsMovePayloadPlugin"
4091
+ },
4092
+ "41": {
4093
+ "sourceFileName": "packages/cards/packages/move/src/Plugin.ts",
4094
+ "qualifiedName": "__type"
4095
+ },
4096
+ "42": {
4097
+ "sourceFileName": "packages/cards/packages/move/src/Plugin.ts",
4098
+ "qualifiedName": "__type.cards"
4099
+ },
4100
+ "43": {
4101
+ "sourceFileName": "packages/cards/packages/move/src/Plugin.ts",
4102
+ "qualifiedName": "__type.moves"
4103
+ },
4104
+ "44": {
4105
+ "sourceFileName": "packages/cards/packages/move/src/Plugin.ts",
4106
+ "qualifiedName": "__type.schema"
4107
+ },
4108
+ "45": {
4109
+ "sourceFileName": "packages/cards/packages/move/src/Plugin.ts",
4110
+ "qualifiedName": "__type"
4111
+ },
4112
+ "46": {
4113
+ "sourceFileName": "packages/cards/packages/move/src/Plugin.ts",
4114
+ "qualifiedName": "__type.schema"
4115
+ },
4116
+ "47": {
4117
+ "sourceFileName": "packages/cards/packages/move/src/Payload.ts",
4118
+ "qualifiedName": "CryptoCardsMovePayload"
4119
+ },
4120
+ "48": {
4121
+ "sourceFileName": "packages/cards/packages/move/src/Payload.ts",
4122
+ "qualifiedName": "__type"
4123
+ },
4124
+ "49": {
4125
+ "sourceFileName": "packages/cards/packages/move/src/Payload.ts",
4126
+ "qualifiedName": "__type.cards"
4127
+ },
4128
+ "50": {
4129
+ "sourceFileName": "packages/cards/packages/move/src/Payload.ts",
4130
+ "qualifiedName": "__type.moves"
4131
+ },
4132
+ "51": {
4133
+ "sourceFileName": "packages/cards/packages/move/src/Payload.ts",
4134
+ "qualifiedName": "__type.schema"
4135
+ },
4136
+ "52": {
4137
+ "sourceFileName": "packages/cards/packages/move/src/Schema.ts",
4138
+ "qualifiedName": "CryptoCardsMoveSchema"
4139
+ },
4140
+ "53": {
4141
+ "sourceFileName": "packages/cards/packages/move/src/Schema.ts",
4142
+ "qualifiedName": "CryptoCardsMoveSchema"
4143
+ },
4144
+ "54": {
4145
+ "sourceFileName": "packages/cards/packages/move/src/Template.ts",
4146
+ "qualifiedName": "cryptoCardsMovePayloadTemplate"
4147
+ },
4148
+ "55": {
4149
+ "sourceFileName": "packages/cards/packages/move/src/Template.ts",
4150
+ "qualifiedName": "cryptoCardsMovePayloadTemplate"
4151
+ },
4152
+ "56": {
4153
+ "sourceFileName": "packages/cards/packages/move/src/Payload.ts",
4154
+ "qualifiedName": "__type"
4155
+ },
4156
+ "57": {
4157
+ "sourceFileName": "packages/cards/packages/move/src/Payload.ts",
4158
+ "qualifiedName": "__type.cards"
4159
+ },
4160
+ "58": {
4161
+ "sourceFileName": "packages/cards/packages/move/src/Payload.ts",
4162
+ "qualifiedName": "__type.moves"
4163
+ },
4164
+ "59": {
4165
+ "sourceFileName": "packages/cards/packages/move/src/Payload.ts",
4166
+ "qualifiedName": "__type.schema"
4167
+ },
4168
+ "60": {
4169
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
4170
+ "qualifiedName": "__type"
4171
+ },
4172
+ "61": {
4173
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
4174
+ "qualifiedName": "__type.schema"
4175
+ },
4176
+ "62": {
4177
+ "sourceFileName": "packages/market/src/index.ts",
4178
+ "qualifiedName": "CryptoMarketPayloadPlugins"
4179
+ },
4180
+ "63": {
4181
+ "sourceFileName": "packages/market/packages/coingecko/src/Plugin.ts",
4182
+ "qualifiedName": "CoingeckoCryptoMarketPayloadPlugin"
4183
+ },
4184
+ "64": {
4185
+ "sourceFileName": "packages/market/packages/coingecko/src/Plugin.ts",
4186
+ "qualifiedName": "CoingeckoCryptoMarketPayloadPlugin"
4187
+ },
4188
+ "65": {
4189
+ "sourceFileName": "packages/market/packages/coingecko/src/Plugin.ts",
4190
+ "qualifiedName": "__type"
4191
+ },
4192
+ "66": {
4193
+ "sourceFileName": "packages/market/packages/coingecko/src/Plugin.ts",
4194
+ "qualifiedName": "__type.assets"
4195
+ },
4196
+ "67": {
4197
+ "sourceFileName": "packages/market/packages/coingecko/src/Plugin.ts",
4198
+ "qualifiedName": "__type.schema"
4199
+ },
4200
+ "68": {
4201
+ "sourceFileName": "packages/market/packages/coingecko/src/Plugin.ts",
4202
+ "qualifiedName": "__type.timestamp"
4203
+ },
4204
+ "69": {
4205
+ "sourceFileName": "packages/market/packages/coingecko/src/Plugin.ts",
4206
+ "qualifiedName": "__type"
4207
+ },
4208
+ "70": {
4209
+ "sourceFileName": "packages/market/packages/coingecko/src/Plugin.ts",
4210
+ "qualifiedName": "__type.schema"
4211
+ },
4212
+ "71": {
4213
+ "sourceFileName": "packages/market/packages/coingecko/src/lib/AssetSymbol.ts",
4214
+ "qualifiedName": "AssetSymbol"
4215
+ },
4216
+ "72": {
4217
+ "sourceFileName": "packages/market/packages/coingecko/src/lib/CryptoAsset.ts",
4218
+ "qualifiedName": "CryptoAsset"
4219
+ },
4220
+ "73": {
4221
+ "sourceFileName": "packages/market/packages/coingecko/src/lib/CryptoAsset.ts",
4222
+ "qualifiedName": "CryptoAsset.name"
4223
+ },
4224
+ "74": {
4225
+ "sourceFileName": "packages/market/packages/coingecko/src/lib/CryptoAsset.ts",
4226
+ "qualifiedName": "CryptoAsset.symbol"
4227
+ },
4228
+ "75": {
4229
+ "sourceFileName": "packages/market/packages/coingecko/src/lib/CryptoAssets.ts",
4230
+ "qualifiedName": "CryptoAssetPrices"
4231
+ },
4232
+ "76": {
4233
+ "sourceFileName": "packages/market/packages/coingecko/src/Payload.ts",
4234
+ "qualifiedName": "CoingeckoCryptoMarketPayload"
4235
+ },
4236
+ "77": {
4237
+ "sourceFileName": "packages/market/packages/coingecko/src/Payload.ts",
4238
+ "qualifiedName": "__type"
4239
+ },
4240
+ "78": {
4241
+ "sourceFileName": "packages/market/packages/coingecko/src/Payload.ts",
4242
+ "qualifiedName": "__type.assets"
4243
+ },
4244
+ "79": {
4245
+ "sourceFileName": "packages/market/packages/coingecko/src/Payload.ts",
4246
+ "qualifiedName": "__type.schema"
4247
+ },
4248
+ "80": {
4249
+ "sourceFileName": "packages/market/packages/coingecko/src/Payload.ts",
4250
+ "qualifiedName": "__type.timestamp"
4251
+ },
4252
+ "81": {
4253
+ "sourceFileName": "packages/market/packages/coingecko/src/Schema.ts",
4254
+ "qualifiedName": "CoingeckoCryptoMarketSchema"
4255
+ },
4256
+ "82": {
4257
+ "sourceFileName": "packages/market/packages/coingecko/src/Schema.ts",
4258
+ "qualifiedName": "CoingeckoCryptoMarketSchema"
4259
+ },
4260
+ "83": {
4261
+ "sourceFileName": "packages/market/packages/coingecko/src/Template.ts",
4262
+ "qualifiedName": "coingeckoCryptoMarketPayloadTemplate"
4263
+ },
4264
+ "84": {
4265
+ "sourceFileName": "packages/market/packages/coingecko/src/Template.ts",
4266
+ "qualifiedName": "coingeckoCryptoMarketPayloadTemplate"
4267
+ },
4268
+ "85": {
4269
+ "sourceFileName": "packages/market/packages/coingecko/src/Payload.ts",
4270
+ "qualifiedName": "__type"
4271
+ },
4272
+ "86": {
4273
+ "sourceFileName": "packages/market/packages/coingecko/src/Payload.ts",
4274
+ "qualifiedName": "__type.assets"
4275
+ },
4276
+ "87": {
4277
+ "sourceFileName": "packages/market/packages/coingecko/src/Payload.ts",
4278
+ "qualifiedName": "__type.schema"
4279
+ },
4280
+ "88": {
4281
+ "sourceFileName": "packages/market/packages/coingecko/src/Payload.ts",
4282
+ "qualifiedName": "__type.timestamp"
4283
+ },
4284
+ "89": {
4285
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
4286
+ "qualifiedName": "__type"
4287
+ },
4288
+ "90": {
4289
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
4290
+ "qualifiedName": "__type.schema"
4291
+ },
4292
+ "91": {
4293
+ "sourceFileName": "packages/market/packages/asset/src/Plugin.ts",
4294
+ "qualifiedName": "CryptoMarketAssetPayloadPlugin"
4295
+ },
4296
+ "92": {
4297
+ "sourceFileName": "packages/market/packages/asset/src/Plugin.ts",
4298
+ "qualifiedName": "CryptoMarketAssetPayloadPlugin"
4299
+ },
4300
+ "93": {
4301
+ "sourceFileName": "packages/market/packages/asset/src/Model/AssetInfo.ts",
4302
+ "qualifiedName": "AssetInfo"
4303
+ },
4304
+ "94": {
4305
+ "sourceFileName": "packages/market/packages/asset/src/Model/AssetInfo.ts",
4306
+ "qualifiedName": "AssetInfo.value"
4307
+ },
4308
+ "95": {
4309
+ "sourceFileName": "packages/market/packages/asset/src/Model/Currency.ts",
4310
+ "qualifiedName": "Currency"
4311
+ },
4312
+ "96": {
4313
+ "sourceFileName": "packages/market/packages/asset/src/Model/Token.ts",
4314
+ "qualifiedName": "Token"
4315
+ },
4316
+ "97": {
4317
+ "sourceFileName": "packages/market/packages/asset/src/Model/ValueBasis.ts",
4318
+ "qualifiedName": "ValueBasis"
4319
+ },
4320
+ "98": {
4321
+ "sourceFileName": "packages/market/packages/asset/src/Payload.ts",
4322
+ "qualifiedName": "CryptoMarketAssetPayload"
4323
+ },
4324
+ "99": {
4325
+ "sourceFileName": "packages/market/packages/asset/src/Payload.ts",
4326
+ "qualifiedName": "CryptoMarketAssetPayload.assets"
4327
+ },
4328
+ "100": {
4329
+ "sourceFileName": "packages/market/packages/asset/src/Payload.ts",
4330
+ "qualifiedName": "CryptoMarketAssetPayload.schema"
4331
+ },
4332
+ "101": {
4333
+ "sourceFileName": "packages/market/packages/asset/src/Payload.ts",
4334
+ "qualifiedName": "CryptoMarketAssetPayload.timestamp"
4335
+ },
4336
+ "102": {
4337
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
4338
+ "qualifiedName": "__type.sources"
4339
+ },
4340
+ "103": {
4341
+ "sourceFileName": "packages/market/packages/asset/src/Schema.ts",
4342
+ "qualifiedName": "CryptoMarketAssetSchema"
4343
+ },
4344
+ "104": {
4345
+ "sourceFileName": "packages/market/packages/asset/src/Schema.ts",
4346
+ "qualifiedName": "CryptoMarketAssetSchema"
4347
+ },
4348
+ "105": {
4349
+ "sourceFileName": "packages/market/packages/asset/src/Template.ts",
4350
+ "qualifiedName": "cryptoMarketAssetPayloadTemplate"
4351
+ },
4352
+ "106": {
4353
+ "sourceFileName": "packages/market/packages/asset/src/Template.ts",
4354
+ "qualifiedName": "cryptoMarketAssetPayloadTemplate"
4355
+ },
4356
+ "107": {
4357
+ "sourceFileName": "packages/market/packages/uniswap/src/Plugin.ts",
4358
+ "qualifiedName": "UniswapCryptoMarketPayloadPlugin"
4359
+ },
4360
+ "108": {
4361
+ "sourceFileName": "packages/market/packages/uniswap/src/Plugin.ts",
4362
+ "qualifiedName": "UniswapCryptoMarketPayloadPlugin"
4363
+ },
4364
+ "109": {
4365
+ "sourceFileName": "packages/market/packages/uniswap/src/Plugin.ts",
4366
+ "qualifiedName": "__type"
4367
+ },
4368
+ "110": {
4369
+ "sourceFileName": "packages/market/packages/uniswap/src/Plugin.ts",
4370
+ "qualifiedName": "__type.pairs"
4371
+ },
4372
+ "111": {
4373
+ "sourceFileName": "packages/market/packages/uniswap/src/Plugin.ts",
4374
+ "qualifiedName": "__type.schema"
4375
+ },
4376
+ "112": {
4377
+ "sourceFileName": "packages/market/packages/uniswap/src/Plugin.ts",
4378
+ "qualifiedName": "__type.timestamp"
4379
+ },
4380
+ "113": {
4381
+ "sourceFileName": "packages/market/packages/uniswap/src/Plugin.ts",
4382
+ "qualifiedName": "__type"
4383
+ },
4384
+ "114": {
4385
+ "sourceFileName": "packages/market/packages/uniswap/src/Plugin.ts",
4386
+ "qualifiedName": "__type.schema"
4387
+ },
4388
+ "115": {
4389
+ "sourceFileName": "packages/market/packages/uniswap/src/lib/UniswapCryptoPair.ts",
4390
+ "qualifiedName": "UniswapCryptoPair"
4391
+ },
4392
+ "116": {
4393
+ "sourceFileName": "packages/market/packages/uniswap/src/lib/UniswapCryptoPair.ts",
4394
+ "qualifiedName": "UniswapCryptoPair.tokens"
4395
+ },
4396
+ "117": {
4397
+ "sourceFileName": "packages/market/packages/uniswap/src/lib/UniswapCryptoToken.ts",
4398
+ "qualifiedName": "UniswapCryptoToken"
4399
+ },
4400
+ "118": {
4401
+ "sourceFileName": "packages/market/packages/uniswap/src/lib/UniswapCryptoToken.ts",
4402
+ "qualifiedName": "UniswapCryptoToken.address"
4403
+ },
4404
+ "119": {
4405
+ "sourceFileName": "packages/market/packages/uniswap/src/lib/UniswapCryptoToken.ts",
4406
+ "qualifiedName": "UniswapCryptoToken.symbol"
4407
+ },
4408
+ "120": {
4409
+ "sourceFileName": "packages/market/packages/uniswap/src/lib/UniswapCryptoToken.ts",
4410
+ "qualifiedName": "UniswapCryptoToken.value"
4411
+ },
4412
+ "121": {
4413
+ "sourceFileName": "packages/market/packages/uniswap/src/Payload.ts",
4414
+ "qualifiedName": "UniswapCryptoMarketPayload"
4415
+ },
4416
+ "122": {
4417
+ "sourceFileName": "packages/market/packages/uniswap/src/Payload.ts",
4418
+ "qualifiedName": "__type"
4419
+ },
4420
+ "123": {
4421
+ "sourceFileName": "packages/market/packages/uniswap/src/Payload.ts",
4422
+ "qualifiedName": "__type.pairs"
4423
+ },
4424
+ "124": {
4425
+ "sourceFileName": "packages/market/packages/uniswap/src/Payload.ts",
4426
+ "qualifiedName": "__type.schema"
4427
+ },
4428
+ "125": {
4429
+ "sourceFileName": "packages/market/packages/uniswap/src/Payload.ts",
4430
+ "qualifiedName": "__type.timestamp"
4431
+ },
4432
+ "126": {
4433
+ "sourceFileName": "packages/market/packages/uniswap/src/Schema.ts",
4434
+ "qualifiedName": "UniswapCryptoMarketWitnessConfigSchema"
4435
+ },
4436
+ "127": {
4437
+ "sourceFileName": "packages/market/packages/uniswap/src/Schema.ts",
4438
+ "qualifiedName": "UniswapCryptoMarketWitnessConfigSchema"
4439
+ },
4440
+ "128": {
4441
+ "sourceFileName": "packages/market/packages/uniswap/src/Schema.ts",
4442
+ "qualifiedName": "UniswapCryptoMarketSchema"
4443
+ },
4444
+ "129": {
4445
+ "sourceFileName": "packages/market/packages/uniswap/src/Schema.ts",
4446
+ "qualifiedName": "UniswapCryptoMarketSchema"
4447
+ },
4448
+ "130": {
4449
+ "sourceFileName": "packages/market/packages/uniswap/src/Template.ts",
4450
+ "qualifiedName": "uniswapCryptoMarketPayloadTemplate"
4451
+ },
4452
+ "131": {
4453
+ "sourceFileName": "packages/market/packages/uniswap/src/Template.ts",
4454
+ "qualifiedName": "uniswapCryptoMarketPayloadTemplate"
4455
+ },
4456
+ "132": {
4457
+ "sourceFileName": "packages/market/packages/uniswap/src/Payload.ts",
4458
+ "qualifiedName": "__type"
4459
+ },
4460
+ "133": {
4461
+ "sourceFileName": "packages/market/packages/uniswap/src/Payload.ts",
4462
+ "qualifiedName": "__type.pairs"
4463
+ },
4464
+ "134": {
4465
+ "sourceFileName": "packages/market/packages/uniswap/src/Payload.ts",
4466
+ "qualifiedName": "__type.schema"
4467
+ },
4468
+ "135": {
4469
+ "sourceFileName": "packages/market/packages/uniswap/src/Payload.ts",
4470
+ "qualifiedName": "__type.timestamp"
4471
+ },
4472
+ "136": {
4473
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
4474
+ "qualifiedName": "__type"
4475
+ },
4476
+ "137": {
4477
+ "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
4478
+ "qualifiedName": "__type.schema"
4479
+ }
4480
+ }
4481
+ }