@xyo-network/crypto-payload-plugins 2.73.0 → 2.73.2

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