@xyo-network/react-storybook 2.32.0-rc.3 → 2.32.0-rc.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/docs.json +3005 -0
  2. package/package.json +6 -6
package/dist/docs.json ADDED
@@ -0,0 +1,3005 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/react-storybook",
4
+ "kind": 1,
5
+ "kindString": "Project",
6
+ "flags": {},
7
+ "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 127,
11
+ "name": "WrappedArgs",
12
+ "kind": 256,
13
+ "kindString": "Interface",
14
+ "flags": {},
15
+ "children": [
16
+ {
17
+ "id": 129,
18
+ "name": "apiDomain",
19
+ "kind": 1024,
20
+ "kindString": "Property",
21
+ "flags": {
22
+ "isOptional": true
23
+ },
24
+ "sources": [
25
+ {
26
+ "fileName": "packages/sdk/packages/storybook/src/WrappedArgs.ts",
27
+ "line": 5,
28
+ "character": 2,
29
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/WrappedArgs.ts#L5"
30
+ }
31
+ ],
32
+ "type": {
33
+ "type": "intrinsic",
34
+ "name": "string"
35
+ }
36
+ },
37
+ {
38
+ "id": 128,
39
+ "name": "authState",
40
+ "kind": 1024,
41
+ "kindString": "Property",
42
+ "flags": {
43
+ "isOptional": true
44
+ },
45
+ "sources": [
46
+ {
47
+ "fileName": "packages/sdk/packages/storybook/src/WrappedArgs.ts",
48
+ "line": 4,
49
+ "character": 2,
50
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/WrappedArgs.ts#L4"
51
+ }
52
+ ],
53
+ "type": {
54
+ "type": "reference",
55
+ "typeArguments": [
56
+ {
57
+ "type": "reference",
58
+ "name": "AuthState"
59
+ }
60
+ ],
61
+ "name": "Partial",
62
+ "qualifiedName": "Partial",
63
+ "package": "typescript"
64
+ }
65
+ },
66
+ {
67
+ "id": 130,
68
+ "name": "isDarkMode",
69
+ "kind": 1024,
70
+ "kindString": "Property",
71
+ "flags": {
72
+ "isOptional": true
73
+ },
74
+ "sources": [
75
+ {
76
+ "fileName": "packages/sdk/packages/storybook/src/WrappedArgs.ts",
77
+ "line": 6,
78
+ "character": 2,
79
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/WrappedArgs.ts#L6"
80
+ }
81
+ ],
82
+ "type": {
83
+ "type": "intrinsic",
84
+ "name": "boolean"
85
+ }
86
+ }
87
+ ],
88
+ "groups": [
89
+ {
90
+ "title": "Properties",
91
+ "children": [
92
+ 129,
93
+ 128,
94
+ 130
95
+ ]
96
+ }
97
+ ],
98
+ "sources": [
99
+ {
100
+ "fileName": "packages/sdk/packages/storybook/src/WrappedArgs.ts",
101
+ "line": 3,
102
+ "character": 17,
103
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/WrappedArgs.ts#L3"
104
+ }
105
+ ]
106
+ },
107
+ {
108
+ "id": 131,
109
+ "name": "WrappedAuthComponent",
110
+ "kind": 4194304,
111
+ "kindString": "Type alias",
112
+ "flags": {},
113
+ "sources": [
114
+ {
115
+ "fileName": "packages/sdk/packages/storybook/src/WrappedAuthComponent.ts",
116
+ "line": 3,
117
+ "character": 12,
118
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/WrappedAuthComponent.ts#L3"
119
+ }
120
+ ],
121
+ "type": {
122
+ "type": "reflection",
123
+ "declaration": {
124
+ "id": 132,
125
+ "name": "__type",
126
+ "kind": 65536,
127
+ "kindString": "Type literal",
128
+ "flags": {},
129
+ "sources": [
130
+ {
131
+ "fileName": "packages/sdk/packages/storybook/src/WrappedAuthComponent.ts",
132
+ "line": 3,
133
+ "character": 35,
134
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/WrappedAuthComponent.ts#L3"
135
+ }
136
+ ],
137
+ "signatures": [
138
+ {
139
+ "id": 133,
140
+ "name": "__type",
141
+ "kind": 4096,
142
+ "kindString": "Call signature",
143
+ "flags": {},
144
+ "parameters": [
145
+ {
146
+ "id": 134,
147
+ "name": "props",
148
+ "kind": 32768,
149
+ "kindString": "Parameter",
150
+ "flags": {},
151
+ "type": {
152
+ "type": "reference",
153
+ "id": 127,
154
+ "name": "WrappedArgs"
155
+ }
156
+ }
157
+ ],
158
+ "type": {
159
+ "type": "reference",
160
+ "name": "React.ReactElement",
161
+ "qualifiedName": "React.ReactElement",
162
+ "package": "@types/react"
163
+ }
164
+ }
165
+ ]
166
+ }
167
+ }
168
+ },
169
+ {
170
+ "id": 114,
171
+ "name": "payloadDataMissingPairs",
172
+ "kind": 32,
173
+ "kindString": "Variable",
174
+ "flags": {
175
+ "isConst": true
176
+ },
177
+ "sources": [
178
+ {
179
+ "fileName": "packages/sdk/packages/storybook/src/sampleUniswapPayload.ts",
180
+ "line": 190,
181
+ "character": 13,
182
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleUniswapPayload.ts#L190"
183
+ }
184
+ ],
185
+ "type": {
186
+ "type": "reflection",
187
+ "declaration": {
188
+ "id": 115,
189
+ "name": "__type",
190
+ "kind": 65536,
191
+ "kindString": "Type literal",
192
+ "flags": {},
193
+ "children": [
194
+ {
195
+ "id": 116,
196
+ "name": "pairs",
197
+ "kind": 1024,
198
+ "kindString": "Property",
199
+ "flags": {},
200
+ "sources": [
201
+ {
202
+ "fileName": "packages/sdk/packages/storybook/src/sampleUniswapPayload.ts",
203
+ "line": 191,
204
+ "character": 2,
205
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleUniswapPayload.ts#L191"
206
+ }
207
+ ],
208
+ "type": {
209
+ "type": "array",
210
+ "elementType": {
211
+ "type": "intrinsic",
212
+ "name": "never"
213
+ }
214
+ },
215
+ "defaultValue": "[]"
216
+ },
217
+ {
218
+ "id": 117,
219
+ "name": "schema",
220
+ "kind": 1024,
221
+ "kindString": "Property",
222
+ "flags": {},
223
+ "sources": [
224
+ {
225
+ "fileName": "packages/sdk/packages/storybook/src/sampleUniswapPayload.ts",
226
+ "line": 192,
227
+ "character": 2,
228
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleUniswapPayload.ts#L192"
229
+ }
230
+ ],
231
+ "type": {
232
+ "type": "intrinsic",
233
+ "name": "string"
234
+ },
235
+ "defaultValue": "'network.xyo.crypto.market.uniswap'"
236
+ },
237
+ {
238
+ "id": 118,
239
+ "name": "timestamp",
240
+ "kind": 1024,
241
+ "kindString": "Property",
242
+ "flags": {},
243
+ "sources": [
244
+ {
245
+ "fileName": "packages/sdk/packages/storybook/src/sampleUniswapPayload.ts",
246
+ "line": 193,
247
+ "character": 2,
248
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleUniswapPayload.ts#L193"
249
+ }
250
+ ],
251
+ "type": {
252
+ "type": "intrinsic",
253
+ "name": "number"
254
+ },
255
+ "defaultValue": "1659071465718"
256
+ }
257
+ ],
258
+ "groups": [
259
+ {
260
+ "title": "Properties",
261
+ "children": [
262
+ 116,
263
+ 117,
264
+ 118
265
+ ]
266
+ }
267
+ ],
268
+ "sources": [
269
+ {
270
+ "fileName": "packages/sdk/packages/storybook/src/sampleUniswapPayload.ts",
271
+ "line": 190,
272
+ "character": 39,
273
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleUniswapPayload.ts#L190"
274
+ }
275
+ ]
276
+ }
277
+ },
278
+ "defaultValue": "..."
279
+ },
280
+ {
281
+ "id": 15,
282
+ "name": "sampleBlock",
283
+ "kind": 32,
284
+ "kindString": "Variable",
285
+ "flags": {
286
+ "isConst": true
287
+ },
288
+ "sources": [
289
+ {
290
+ "fileName": "packages/sdk/packages/storybook/src/sampleBlock.ts",
291
+ "line": 5,
292
+ "character": 13,
293
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleBlock.ts#L5"
294
+ }
295
+ ],
296
+ "type": {
297
+ "type": "reference",
298
+ "name": "XyoBoundWitness",
299
+ "qualifiedName": "XyoBoundWitness",
300
+ "package": "@xyo-network/boundwitness"
301
+ },
302
+ "defaultValue": "..."
303
+ },
304
+ {
305
+ "id": 16,
306
+ "name": "sampleBlockWithPayloads",
307
+ "kind": 32,
308
+ "kindString": "Variable",
309
+ "flags": {
310
+ "isConst": true
311
+ },
312
+ "sources": [
313
+ {
314
+ "fileName": "packages/sdk/packages/storybook/src/sampleBlock.ts",
315
+ "line": 16,
316
+ "character": 13,
317
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleBlock.ts#L16"
318
+ }
319
+ ],
320
+ "type": {
321
+ "type": "reference",
322
+ "typeArguments": [
323
+ {
324
+ "type": "reference",
325
+ "name": "XyoBoundWitness",
326
+ "qualifiedName": "XyoBoundWitness",
327
+ "package": "@xyo-network/boundwitness"
328
+ },
329
+ {
330
+ "type": "reference",
331
+ "typeArguments": [
332
+ {
333
+ "type": "reference",
334
+ "name": "StringKeyObject",
335
+ "qualifiedName": "StringKeyObject",
336
+ "package": "@xyo-network/core"
337
+ }
338
+ ],
339
+ "name": "XyoPayloadWithPartialMeta",
340
+ "qualifiedName": "XyoPayloadWithPartialMeta",
341
+ "package": "@xyo-network/payload"
342
+ }
343
+ ],
344
+ "name": "XyoBoundWitnessWithPartialMeta",
345
+ "qualifiedName": "XyoBoundWitnessWithPartialMeta",
346
+ "package": "@xyo-network/boundwitness"
347
+ },
348
+ "defaultValue": "..."
349
+ },
350
+ {
351
+ "id": 17,
352
+ "name": "sampleCoinGeckoPayload",
353
+ "kind": 32,
354
+ "kindString": "Variable",
355
+ "flags": {
356
+ "isConst": true
357
+ },
358
+ "sources": [
359
+ {
360
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
361
+ "line": 1,
362
+ "character": 13,
363
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L1"
364
+ }
365
+ ],
366
+ "type": {
367
+ "type": "reflection",
368
+ "declaration": {
369
+ "id": 18,
370
+ "name": "__type",
371
+ "kind": 65536,
372
+ "kindString": "Type literal",
373
+ "flags": {},
374
+ "children": [
375
+ {
376
+ "id": 19,
377
+ "name": "assets",
378
+ "kind": 1024,
379
+ "kindString": "Property",
380
+ "flags": {},
381
+ "sources": [
382
+ {
383
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
384
+ "line": 2,
385
+ "character": 2,
386
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L2"
387
+ }
388
+ ],
389
+ "type": {
390
+ "type": "reflection",
391
+ "declaration": {
392
+ "id": 20,
393
+ "name": "__type",
394
+ "kind": 65536,
395
+ "kindString": "Type literal",
396
+ "flags": {},
397
+ "children": [
398
+ {
399
+ "id": 21,
400
+ "name": "ada",
401
+ "kind": 1024,
402
+ "kindString": "Property",
403
+ "flags": {},
404
+ "sources": [
405
+ {
406
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
407
+ "line": 3,
408
+ "character": 4,
409
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L3"
410
+ }
411
+ ],
412
+ "type": {
413
+ "type": "reflection",
414
+ "declaration": {
415
+ "id": 22,
416
+ "name": "__type",
417
+ "kind": 65536,
418
+ "kindString": "Type literal",
419
+ "flags": {},
420
+ "children": [
421
+ {
422
+ "id": 23,
423
+ "name": "btc",
424
+ "kind": 1024,
425
+ "kindString": "Property",
426
+ "flags": {},
427
+ "sources": [
428
+ {
429
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
430
+ "line": 4,
431
+ "character": 6,
432
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L4"
433
+ }
434
+ ],
435
+ "type": {
436
+ "type": "intrinsic",
437
+ "name": "number"
438
+ },
439
+ "defaultValue": "0.00002121"
440
+ },
441
+ {
442
+ "id": 24,
443
+ "name": "eth",
444
+ "kind": 1024,
445
+ "kindString": "Property",
446
+ "flags": {},
447
+ "sources": [
448
+ {
449
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
450
+ "line": 5,
451
+ "character": 6,
452
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L5"
453
+ }
454
+ ],
455
+ "type": {
456
+ "type": "intrinsic",
457
+ "name": "number"
458
+ },
459
+ "defaultValue": "0.00028602"
460
+ },
461
+ {
462
+ "id": 25,
463
+ "name": "eur",
464
+ "kind": 1024,
465
+ "kindString": "Property",
466
+ "flags": {},
467
+ "sources": [
468
+ {
469
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
470
+ "line": 6,
471
+ "character": 6,
472
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L6"
473
+ }
474
+ ],
475
+ "type": {
476
+ "type": "intrinsic",
477
+ "name": "number"
478
+ },
479
+ "defaultValue": "0.455045"
480
+ },
481
+ {
482
+ "id": 26,
483
+ "name": "usd",
484
+ "kind": 1024,
485
+ "kindString": "Property",
486
+ "flags": {},
487
+ "sources": [
488
+ {
489
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
490
+ "line": 7,
491
+ "character": 6,
492
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L7"
493
+ }
494
+ ],
495
+ "type": {
496
+ "type": "intrinsic",
497
+ "name": "number"
498
+ },
499
+ "defaultValue": "0.451912"
500
+ }
501
+ ],
502
+ "groups": [
503
+ {
504
+ "title": "Properties",
505
+ "children": [
506
+ 23,
507
+ 24,
508
+ 25,
509
+ 26
510
+ ]
511
+ }
512
+ ],
513
+ "sources": [
514
+ {
515
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
516
+ "line": 3,
517
+ "character": 9,
518
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L3"
519
+ }
520
+ ]
521
+ }
522
+ },
523
+ "defaultValue": "..."
524
+ },
525
+ {
526
+ "id": 27,
527
+ "name": "btc",
528
+ "kind": 1024,
529
+ "kindString": "Property",
530
+ "flags": {},
531
+ "sources": [
532
+ {
533
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
534
+ "line": 9,
535
+ "character": 4,
536
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L9"
537
+ }
538
+ ],
539
+ "type": {
540
+ "type": "reflection",
541
+ "declaration": {
542
+ "id": 28,
543
+ "name": "__type",
544
+ "kind": 65536,
545
+ "kindString": "Type literal",
546
+ "flags": {},
547
+ "children": [
548
+ {
549
+ "id": 29,
550
+ "name": "btc",
551
+ "kind": 1024,
552
+ "kindString": "Property",
553
+ "flags": {},
554
+ "sources": [
555
+ {
556
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
557
+ "line": 10,
558
+ "character": 6,
559
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L10"
560
+ }
561
+ ],
562
+ "type": {
563
+ "type": "intrinsic",
564
+ "name": "number"
565
+ },
566
+ "defaultValue": "1"
567
+ },
568
+ {
569
+ "id": 30,
570
+ "name": "eth",
571
+ "kind": 1024,
572
+ "kindString": "Property",
573
+ "flags": {},
574
+ "sources": [
575
+ {
576
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
577
+ "line": 11,
578
+ "character": 6,
579
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L11"
580
+ }
581
+ ],
582
+ "type": {
583
+ "type": "intrinsic",
584
+ "name": "number"
585
+ },
586
+ "defaultValue": "13.480925"
587
+ },
588
+ {
589
+ "id": 31,
590
+ "name": "eur",
591
+ "kind": 1024,
592
+ "kindString": "Property",
593
+ "flags": {},
594
+ "sources": [
595
+ {
596
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
597
+ "line": 12,
598
+ "character": 6,
599
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L12"
600
+ }
601
+ ],
602
+ "type": {
603
+ "type": "intrinsic",
604
+ "name": "number"
605
+ },
606
+ "defaultValue": "21444"
607
+ },
608
+ {
609
+ "id": 32,
610
+ "name": "usd",
611
+ "kind": 1024,
612
+ "kindString": "Property",
613
+ "flags": {},
614
+ "sources": [
615
+ {
616
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
617
+ "line": 13,
618
+ "character": 6,
619
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L13"
620
+ }
621
+ ],
622
+ "type": {
623
+ "type": "intrinsic",
624
+ "name": "number"
625
+ },
626
+ "defaultValue": "21297"
627
+ }
628
+ ],
629
+ "groups": [
630
+ {
631
+ "title": "Properties",
632
+ "children": [
633
+ 29,
634
+ 30,
635
+ 31,
636
+ 32
637
+ ]
638
+ }
639
+ ],
640
+ "sources": [
641
+ {
642
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
643
+ "line": 9,
644
+ "character": 9,
645
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L9"
646
+ }
647
+ ]
648
+ }
649
+ },
650
+ "defaultValue": "..."
651
+ },
652
+ {
653
+ "id": 33,
654
+ "name": "busd",
655
+ "kind": 1024,
656
+ "kindString": "Property",
657
+ "flags": {},
658
+ "sources": [
659
+ {
660
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
661
+ "line": 15,
662
+ "character": 4,
663
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L15"
664
+ }
665
+ ],
666
+ "type": {
667
+ "type": "reflection",
668
+ "declaration": {
669
+ "id": 34,
670
+ "name": "__type",
671
+ "kind": 65536,
672
+ "kindString": "Type literal",
673
+ "flags": {},
674
+ "children": [
675
+ {
676
+ "id": 35,
677
+ "name": "btc",
678
+ "kind": 1024,
679
+ "kindString": "Property",
680
+ "flags": {},
681
+ "sources": [
682
+ {
683
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
684
+ "line": 16,
685
+ "character": 6,
686
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L16"
687
+ }
688
+ ],
689
+ "type": {
690
+ "type": "intrinsic",
691
+ "name": "number"
692
+ },
693
+ "defaultValue": "0.00004691"
694
+ },
695
+ {
696
+ "id": 36,
697
+ "name": "eth",
698
+ "kind": 1024,
699
+ "kindString": "Property",
700
+ "flags": {},
701
+ "sources": [
702
+ {
703
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
704
+ "line": 17,
705
+ "character": 6,
706
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L17"
707
+ }
708
+ ],
709
+ "type": {
710
+ "type": "intrinsic",
711
+ "name": "number"
712
+ },
713
+ "defaultValue": "0.00063254"
714
+ },
715
+ {
716
+ "id": 37,
717
+ "name": "eur",
718
+ "kind": 1024,
719
+ "kindString": "Property",
720
+ "flags": {},
721
+ "sources": [
722
+ {
723
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
724
+ "line": 18,
725
+ "character": 6,
726
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L18"
727
+ }
728
+ ],
729
+ "type": {
730
+ "type": "intrinsic",
731
+ "name": "number"
732
+ },
733
+ "defaultValue": "1.006"
734
+ },
735
+ {
736
+ "id": 38,
737
+ "name": "usd",
738
+ "kind": 1024,
739
+ "kindString": "Property",
740
+ "flags": {},
741
+ "sources": [
742
+ {
743
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
744
+ "line": 19,
745
+ "character": 6,
746
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L19"
747
+ }
748
+ ],
749
+ "type": {
750
+ "type": "intrinsic",
751
+ "name": "number"
752
+ },
753
+ "defaultValue": "0.999271"
754
+ }
755
+ ],
756
+ "groups": [
757
+ {
758
+ "title": "Properties",
759
+ "children": [
760
+ 35,
761
+ 36,
762
+ 37,
763
+ 38
764
+ ]
765
+ }
766
+ ],
767
+ "sources": [
768
+ {
769
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
770
+ "line": 15,
771
+ "character": 10,
772
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L15"
773
+ }
774
+ ]
775
+ }
776
+ },
777
+ "defaultValue": "..."
778
+ },
779
+ {
780
+ "id": 39,
781
+ "name": "doge",
782
+ "kind": 1024,
783
+ "kindString": "Property",
784
+ "flags": {},
785
+ "sources": [
786
+ {
787
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
788
+ "line": 21,
789
+ "character": 4,
790
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L21"
791
+ }
792
+ ],
793
+ "type": {
794
+ "type": "reflection",
795
+ "declaration": {
796
+ "id": 40,
797
+ "name": "__type",
798
+ "kind": 65536,
799
+ "kindString": "Type literal",
800
+ "flags": {},
801
+ "children": [
802
+ {
803
+ "id": 41,
804
+ "name": "btc",
805
+ "kind": 1024,
806
+ "kindString": "Property",
807
+ "flags": {},
808
+ "sources": [
809
+ {
810
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
811
+ "line": 22,
812
+ "character": 6,
813
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L22"
814
+ }
815
+ ],
816
+ "type": {
817
+ "type": "intrinsic",
818
+ "name": "number"
819
+ },
820
+ "defaultValue": "0.00000315"
821
+ },
822
+ {
823
+ "id": 42,
824
+ "name": "eth",
825
+ "kind": 1024,
826
+ "kindString": "Property",
827
+ "flags": {},
828
+ "sources": [
829
+ {
830
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
831
+ "line": 23,
832
+ "character": 6,
833
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L23"
834
+ }
835
+ ],
836
+ "type": {
837
+ "type": "intrinsic",
838
+ "name": "number"
839
+ },
840
+ "defaultValue": "0.00004251"
841
+ },
842
+ {
843
+ "id": 43,
844
+ "name": "eur",
845
+ "kind": 1024,
846
+ "kindString": "Property",
847
+ "flags": {},
848
+ "sources": [
849
+ {
850
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
851
+ "line": 24,
852
+ "character": 6,
853
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L24"
854
+ }
855
+ ],
856
+ "type": {
857
+ "type": "intrinsic",
858
+ "name": "number"
859
+ },
860
+ "defaultValue": "0.067639"
861
+ },
862
+ {
863
+ "id": 44,
864
+ "name": "usd",
865
+ "kind": 1024,
866
+ "kindString": "Property",
867
+ "flags": {},
868
+ "sources": [
869
+ {
870
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
871
+ "line": 25,
872
+ "character": 6,
873
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L25"
874
+ }
875
+ ],
876
+ "type": {
877
+ "type": "intrinsic",
878
+ "name": "number"
879
+ },
880
+ "defaultValue": "0.067173"
881
+ }
882
+ ],
883
+ "groups": [
884
+ {
885
+ "title": "Properties",
886
+ "children": [
887
+ 41,
888
+ 42,
889
+ 43,
890
+ 44
891
+ ]
892
+ }
893
+ ],
894
+ "sources": [
895
+ {
896
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
897
+ "line": 21,
898
+ "character": 10,
899
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L21"
900
+ }
901
+ ]
902
+ }
903
+ },
904
+ "defaultValue": "..."
905
+ },
906
+ {
907
+ "id": 45,
908
+ "name": "dot",
909
+ "kind": 1024,
910
+ "kindString": "Property",
911
+ "flags": {},
912
+ "sources": [
913
+ {
914
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
915
+ "line": 27,
916
+ "character": 4,
917
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L27"
918
+ }
919
+ ],
920
+ "type": {
921
+ "type": "reflection",
922
+ "declaration": {
923
+ "id": 46,
924
+ "name": "__type",
925
+ "kind": 65536,
926
+ "kindString": "Type literal",
927
+ "flags": {},
928
+ "children": [
929
+ {
930
+ "id": 47,
931
+ "name": "btc",
932
+ "kind": 1024,
933
+ "kindString": "Property",
934
+ "flags": {},
935
+ "sources": [
936
+ {
937
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
938
+ "line": 28,
939
+ "character": 6,
940
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L28"
941
+ }
942
+ ],
943
+ "type": {
944
+ "type": "intrinsic",
945
+ "name": "number"
946
+ },
947
+ "defaultValue": "0.00033957"
948
+ },
949
+ {
950
+ "id": 48,
951
+ "name": "eth",
952
+ "kind": 1024,
953
+ "kindString": "Property",
954
+ "flags": {},
955
+ "sources": [
956
+ {
957
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
958
+ "line": 29,
959
+ "character": 6,
960
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L29"
961
+ }
962
+ ],
963
+ "type": {
964
+ "type": "intrinsic",
965
+ "name": "number"
966
+ },
967
+ "defaultValue": "0.00457909"
968
+ },
969
+ {
970
+ "id": 49,
971
+ "name": "eur",
972
+ "kind": 1024,
973
+ "kindString": "Property",
974
+ "flags": {},
975
+ "sources": [
976
+ {
977
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
978
+ "line": 30,
979
+ "character": 6,
980
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L30"
981
+ }
982
+ ],
983
+ "type": {
984
+ "type": "intrinsic",
985
+ "name": "number"
986
+ },
987
+ "defaultValue": "7.28"
988
+ },
989
+ {
990
+ "id": 50,
991
+ "name": "usd",
992
+ "kind": 1024,
993
+ "kindString": "Property",
994
+ "flags": {},
995
+ "sources": [
996
+ {
997
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
998
+ "line": 31,
999
+ "character": 6,
1000
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L31"
1001
+ }
1002
+ ],
1003
+ "type": {
1004
+ "type": "intrinsic",
1005
+ "name": "number"
1006
+ },
1007
+ "defaultValue": "7.23"
1008
+ }
1009
+ ],
1010
+ "groups": [
1011
+ {
1012
+ "title": "Properties",
1013
+ "children": [
1014
+ 47,
1015
+ 48,
1016
+ 49,
1017
+ 50
1018
+ ]
1019
+ }
1020
+ ],
1021
+ "sources": [
1022
+ {
1023
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1024
+ "line": 27,
1025
+ "character": 9,
1026
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L27"
1027
+ }
1028
+ ]
1029
+ }
1030
+ },
1031
+ "defaultValue": "..."
1032
+ },
1033
+ {
1034
+ "id": 51,
1035
+ "name": "eth",
1036
+ "kind": 1024,
1037
+ "kindString": "Property",
1038
+ "flags": {},
1039
+ "sources": [
1040
+ {
1041
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1042
+ "line": 33,
1043
+ "character": 4,
1044
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L33"
1045
+ }
1046
+ ],
1047
+ "type": {
1048
+ "type": "reflection",
1049
+ "declaration": {
1050
+ "id": 52,
1051
+ "name": "__type",
1052
+ "kind": 65536,
1053
+ "kindString": "Type literal",
1054
+ "flags": {},
1055
+ "children": [
1056
+ {
1057
+ "id": 53,
1058
+ "name": "btc",
1059
+ "kind": 1024,
1060
+ "kindString": "Property",
1061
+ "flags": {},
1062
+ "sources": [
1063
+ {
1064
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1065
+ "line": 34,
1066
+ "character": 6,
1067
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L34"
1068
+ }
1069
+ ],
1070
+ "type": {
1071
+ "type": "intrinsic",
1072
+ "name": "number"
1073
+ },
1074
+ "defaultValue": "0.07416836"
1075
+ },
1076
+ {
1077
+ "id": 54,
1078
+ "name": "eth",
1079
+ "kind": 1024,
1080
+ "kindString": "Property",
1081
+ "flags": {},
1082
+ "sources": [
1083
+ {
1084
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1085
+ "line": 35,
1086
+ "character": 6,
1087
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L35"
1088
+ }
1089
+ ],
1090
+ "type": {
1091
+ "type": "intrinsic",
1092
+ "name": "number"
1093
+ },
1094
+ "defaultValue": "1"
1095
+ },
1096
+ {
1097
+ "id": 55,
1098
+ "name": "eur",
1099
+ "kind": 1024,
1100
+ "kindString": "Property",
1101
+ "flags": {},
1102
+ "sources": [
1103
+ {
1104
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1105
+ "line": 36,
1106
+ "character": 6,
1107
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L36"
1108
+ }
1109
+ ],
1110
+ "type": {
1111
+ "type": "intrinsic",
1112
+ "name": "number"
1113
+ },
1114
+ "defaultValue": "1590.95"
1115
+ },
1116
+ {
1117
+ "id": 56,
1118
+ "name": "usd",
1119
+ "kind": 1024,
1120
+ "kindString": "Property",
1121
+ "flags": {},
1122
+ "sources": [
1123
+ {
1124
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1125
+ "line": 37,
1126
+ "character": 6,
1127
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L37"
1128
+ }
1129
+ ],
1130
+ "type": {
1131
+ "type": "intrinsic",
1132
+ "name": "number"
1133
+ },
1134
+ "defaultValue": "1580"
1135
+ }
1136
+ ],
1137
+ "groups": [
1138
+ {
1139
+ "title": "Properties",
1140
+ "children": [
1141
+ 53,
1142
+ 54,
1143
+ 55,
1144
+ 56
1145
+ ]
1146
+ }
1147
+ ],
1148
+ "sources": [
1149
+ {
1150
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1151
+ "line": 33,
1152
+ "character": 9,
1153
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L33"
1154
+ }
1155
+ ]
1156
+ }
1157
+ },
1158
+ "defaultValue": "..."
1159
+ },
1160
+ {
1161
+ "id": 57,
1162
+ "name": "sol",
1163
+ "kind": 1024,
1164
+ "kindString": "Property",
1165
+ "flags": {},
1166
+ "sources": [
1167
+ {
1168
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1169
+ "line": 39,
1170
+ "character": 4,
1171
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L39"
1172
+ }
1173
+ ],
1174
+ "type": {
1175
+ "type": "reflection",
1176
+ "declaration": {
1177
+ "id": 58,
1178
+ "name": "__type",
1179
+ "kind": 65536,
1180
+ "kindString": "Type literal",
1181
+ "flags": {},
1182
+ "children": [
1183
+ {
1184
+ "id": 59,
1185
+ "name": "btc",
1186
+ "kind": 1024,
1187
+ "kindString": "Property",
1188
+ "flags": {},
1189
+ "sources": [
1190
+ {
1191
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1192
+ "line": 40,
1193
+ "character": 6,
1194
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L40"
1195
+ }
1196
+ ],
1197
+ "type": {
1198
+ "type": "intrinsic",
1199
+ "name": "number"
1200
+ },
1201
+ "defaultValue": "0.00162396"
1202
+ },
1203
+ {
1204
+ "id": 60,
1205
+ "name": "eth",
1206
+ "kind": 1024,
1207
+ "kindString": "Property",
1208
+ "flags": {},
1209
+ "sources": [
1210
+ {
1211
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1212
+ "line": 41,
1213
+ "character": 6,
1214
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L41"
1215
+ }
1216
+ ],
1217
+ "type": {
1218
+ "type": "intrinsic",
1219
+ "name": "number"
1220
+ },
1221
+ "defaultValue": "0.02189873"
1222
+ },
1223
+ {
1224
+ "id": 61,
1225
+ "name": "eur",
1226
+ "kind": 1024,
1227
+ "kindString": "Property",
1228
+ "flags": {},
1229
+ "sources": [
1230
+ {
1231
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1232
+ "line": 42,
1233
+ "character": 6,
1234
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L42"
1235
+ }
1236
+ ],
1237
+ "type": {
1238
+ "type": "intrinsic",
1239
+ "name": "number"
1240
+ },
1241
+ "defaultValue": "34.83"
1242
+ },
1243
+ {
1244
+ "id": 62,
1245
+ "name": "usd",
1246
+ "kind": 1024,
1247
+ "kindString": "Property",
1248
+ "flags": {},
1249
+ "sources": [
1250
+ {
1251
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1252
+ "line": 43,
1253
+ "character": 6,
1254
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L43"
1255
+ }
1256
+ ],
1257
+ "type": {
1258
+ "type": "intrinsic",
1259
+ "name": "number"
1260
+ },
1261
+ "defaultValue": "34.59"
1262
+ }
1263
+ ],
1264
+ "groups": [
1265
+ {
1266
+ "title": "Properties",
1267
+ "children": [
1268
+ 59,
1269
+ 60,
1270
+ 61,
1271
+ 62
1272
+ ]
1273
+ }
1274
+ ],
1275
+ "sources": [
1276
+ {
1277
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1278
+ "line": 39,
1279
+ "character": 9,
1280
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L39"
1281
+ }
1282
+ ]
1283
+ }
1284
+ },
1285
+ "defaultValue": "..."
1286
+ },
1287
+ {
1288
+ "id": 63,
1289
+ "name": "usdc",
1290
+ "kind": 1024,
1291
+ "kindString": "Property",
1292
+ "flags": {},
1293
+ "sources": [
1294
+ {
1295
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1296
+ "line": 45,
1297
+ "character": 4,
1298
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L45"
1299
+ }
1300
+ ],
1301
+ "type": {
1302
+ "type": "reflection",
1303
+ "declaration": {
1304
+ "id": 64,
1305
+ "name": "__type",
1306
+ "kind": 65536,
1307
+ "kindString": "Type literal",
1308
+ "flags": {},
1309
+ "children": [
1310
+ {
1311
+ "id": 65,
1312
+ "name": "btc",
1313
+ "kind": 1024,
1314
+ "kindString": "Property",
1315
+ "flags": {},
1316
+ "sources": [
1317
+ {
1318
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1319
+ "line": 46,
1320
+ "character": 6,
1321
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L46"
1322
+ }
1323
+ ],
1324
+ "type": {
1325
+ "type": "intrinsic",
1326
+ "name": "number"
1327
+ },
1328
+ "defaultValue": "0.00004691"
1329
+ },
1330
+ {
1331
+ "id": 66,
1332
+ "name": "eth",
1333
+ "kind": 1024,
1334
+ "kindString": "Property",
1335
+ "flags": {},
1336
+ "sources": [
1337
+ {
1338
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1339
+ "line": 47,
1340
+ "character": 6,
1341
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L47"
1342
+ }
1343
+ ],
1344
+ "type": {
1345
+ "type": "intrinsic",
1346
+ "name": "number"
1347
+ },
1348
+ "defaultValue": "0.00063259"
1349
+ },
1350
+ {
1351
+ "id": 67,
1352
+ "name": "eur",
1353
+ "kind": 1024,
1354
+ "kindString": "Property",
1355
+ "flags": {},
1356
+ "sources": [
1357
+ {
1358
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1359
+ "line": 48,
1360
+ "character": 6,
1361
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L48"
1362
+ }
1363
+ ],
1364
+ "type": {
1365
+ "type": "intrinsic",
1366
+ "name": "number"
1367
+ },
1368
+ "defaultValue": "1.006"
1369
+ },
1370
+ {
1371
+ "id": 68,
1372
+ "name": "usd",
1373
+ "kind": 1024,
1374
+ "kindString": "Property",
1375
+ "flags": {},
1376
+ "sources": [
1377
+ {
1378
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1379
+ "line": 49,
1380
+ "character": 6,
1381
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L49"
1382
+ }
1383
+ ],
1384
+ "type": {
1385
+ "type": "intrinsic",
1386
+ "name": "number"
1387
+ },
1388
+ "defaultValue": "0.999341"
1389
+ }
1390
+ ],
1391
+ "groups": [
1392
+ {
1393
+ "title": "Properties",
1394
+ "children": [
1395
+ 65,
1396
+ 66,
1397
+ 67,
1398
+ 68
1399
+ ]
1400
+ }
1401
+ ],
1402
+ "sources": [
1403
+ {
1404
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1405
+ "line": 45,
1406
+ "character": 10,
1407
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L45"
1408
+ }
1409
+ ]
1410
+ }
1411
+ },
1412
+ "defaultValue": "..."
1413
+ },
1414
+ {
1415
+ "id": 69,
1416
+ "name": "usdt",
1417
+ "kind": 1024,
1418
+ "kindString": "Property",
1419
+ "flags": {},
1420
+ "sources": [
1421
+ {
1422
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1423
+ "line": 51,
1424
+ "character": 4,
1425
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L51"
1426
+ }
1427
+ ],
1428
+ "type": {
1429
+ "type": "reflection",
1430
+ "declaration": {
1431
+ "id": 70,
1432
+ "name": "__type",
1433
+ "kind": 65536,
1434
+ "kindString": "Type literal",
1435
+ "flags": {},
1436
+ "children": [
1437
+ {
1438
+ "id": 71,
1439
+ "name": "btc",
1440
+ "kind": 1024,
1441
+ "kindString": "Property",
1442
+ "flags": {},
1443
+ "sources": [
1444
+ {
1445
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1446
+ "line": 52,
1447
+ "character": 6,
1448
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L52"
1449
+ }
1450
+ ],
1451
+ "type": {
1452
+ "type": "intrinsic",
1453
+ "name": "number"
1454
+ },
1455
+ "defaultValue": "0.00004697"
1456
+ },
1457
+ {
1458
+ "id": 72,
1459
+ "name": "eth",
1460
+ "kind": 1024,
1461
+ "kindString": "Property",
1462
+ "flags": {},
1463
+ "sources": [
1464
+ {
1465
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1466
+ "line": 53,
1467
+ "character": 6,
1468
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L53"
1469
+ }
1470
+ ],
1471
+ "type": {
1472
+ "type": "intrinsic",
1473
+ "name": "number"
1474
+ },
1475
+ "defaultValue": "0.00063328"
1476
+ },
1477
+ {
1478
+ "id": 73,
1479
+ "name": "eur",
1480
+ "kind": 1024,
1481
+ "kindString": "Property",
1482
+ "flags": {},
1483
+ "sources": [
1484
+ {
1485
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1486
+ "line": 54,
1487
+ "character": 6,
1488
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L54"
1489
+ }
1490
+ ],
1491
+ "type": {
1492
+ "type": "intrinsic",
1493
+ "name": "number"
1494
+ },
1495
+ "defaultValue": "1.008"
1496
+ },
1497
+ {
1498
+ "id": 74,
1499
+ "name": "usd",
1500
+ "kind": 1024,
1501
+ "kindString": "Property",
1502
+ "flags": {},
1503
+ "sources": [
1504
+ {
1505
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1506
+ "line": 55,
1507
+ "character": 6,
1508
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L55"
1509
+ }
1510
+ ],
1511
+ "type": {
1512
+ "type": "intrinsic",
1513
+ "name": "number"
1514
+ },
1515
+ "defaultValue": "1.001"
1516
+ }
1517
+ ],
1518
+ "groups": [
1519
+ {
1520
+ "title": "Properties",
1521
+ "children": [
1522
+ 71,
1523
+ 72,
1524
+ 73,
1525
+ 74
1526
+ ]
1527
+ }
1528
+ ],
1529
+ "sources": [
1530
+ {
1531
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1532
+ "line": 51,
1533
+ "character": 10,
1534
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L51"
1535
+ }
1536
+ ]
1537
+ }
1538
+ },
1539
+ "defaultValue": "..."
1540
+ },
1541
+ {
1542
+ "id": 75,
1543
+ "name": "wbtc",
1544
+ "kind": 1024,
1545
+ "kindString": "Property",
1546
+ "flags": {},
1547
+ "sources": [
1548
+ {
1549
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1550
+ "line": 57,
1551
+ "character": 4,
1552
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L57"
1553
+ }
1554
+ ],
1555
+ "type": {
1556
+ "type": "reflection",
1557
+ "declaration": {
1558
+ "id": 76,
1559
+ "name": "__type",
1560
+ "kind": 65536,
1561
+ "kindString": "Type literal",
1562
+ "flags": {},
1563
+ "children": [
1564
+ {
1565
+ "id": 77,
1566
+ "name": "btc",
1567
+ "kind": 1024,
1568
+ "kindString": "Property",
1569
+ "flags": {},
1570
+ "sources": [
1571
+ {
1572
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1573
+ "line": 58,
1574
+ "character": 6,
1575
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L58"
1576
+ }
1577
+ ],
1578
+ "type": {
1579
+ "type": "intrinsic",
1580
+ "name": "number"
1581
+ },
1582
+ "defaultValue": "0.99985708"
1583
+ },
1584
+ {
1585
+ "id": 78,
1586
+ "name": "eth",
1587
+ "kind": 1024,
1588
+ "kindString": "Property",
1589
+ "flags": {},
1590
+ "sources": [
1591
+ {
1592
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1593
+ "line": 59,
1594
+ "character": 6,
1595
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L59"
1596
+ }
1597
+ ],
1598
+ "type": {
1599
+ "type": "intrinsic",
1600
+ "name": "number"
1601
+ },
1602
+ "defaultValue": "13.482839"
1603
+ },
1604
+ {
1605
+ "id": 79,
1606
+ "name": "eur",
1607
+ "kind": 1024,
1608
+ "kindString": "Property",
1609
+ "flags": {},
1610
+ "sources": [
1611
+ {
1612
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1613
+ "line": 60,
1614
+ "character": 6,
1615
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L60"
1616
+ }
1617
+ ],
1618
+ "type": {
1619
+ "type": "intrinsic",
1620
+ "name": "number"
1621
+ },
1622
+ "defaultValue": "21447"
1623
+ },
1624
+ {
1625
+ "id": 80,
1626
+ "name": "usd",
1627
+ "kind": 1024,
1628
+ "kindString": "Property",
1629
+ "flags": {},
1630
+ "sources": [
1631
+ {
1632
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1633
+ "line": 61,
1634
+ "character": 6,
1635
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L61"
1636
+ }
1637
+ ],
1638
+ "type": {
1639
+ "type": "intrinsic",
1640
+ "name": "number"
1641
+ },
1642
+ "defaultValue": "21300"
1643
+ }
1644
+ ],
1645
+ "groups": [
1646
+ {
1647
+ "title": "Properties",
1648
+ "children": [
1649
+ 77,
1650
+ 78,
1651
+ 79,
1652
+ 80
1653
+ ]
1654
+ }
1655
+ ],
1656
+ "sources": [
1657
+ {
1658
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1659
+ "line": 57,
1660
+ "character": 10,
1661
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L57"
1662
+ }
1663
+ ]
1664
+ }
1665
+ },
1666
+ "defaultValue": "..."
1667
+ },
1668
+ {
1669
+ "id": 81,
1670
+ "name": "xyo",
1671
+ "kind": 1024,
1672
+ "kindString": "Property",
1673
+ "flags": {},
1674
+ "sources": [
1675
+ {
1676
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1677
+ "line": 63,
1678
+ "character": 4,
1679
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L63"
1680
+ }
1681
+ ],
1682
+ "type": {
1683
+ "type": "reflection",
1684
+ "declaration": {
1685
+ "id": 82,
1686
+ "name": "__type",
1687
+ "kind": 65536,
1688
+ "kindString": "Type literal",
1689
+ "flags": {},
1690
+ "children": [
1691
+ {
1692
+ "id": 83,
1693
+ "name": "btc",
1694
+ "kind": 1024,
1695
+ "kindString": "Property",
1696
+ "flags": {},
1697
+ "sources": [
1698
+ {
1699
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1700
+ "line": 64,
1701
+ "character": 6,
1702
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L64"
1703
+ }
1704
+ ],
1705
+ "type": {
1706
+ "type": "intrinsic",
1707
+ "name": "number"
1708
+ },
1709
+ "defaultValue": "4.06347e-7"
1710
+ },
1711
+ {
1712
+ "id": 84,
1713
+ "name": "eth",
1714
+ "kind": 1024,
1715
+ "kindString": "Property",
1716
+ "flags": {},
1717
+ "sources": [
1718
+ {
1719
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1720
+ "line": 65,
1721
+ "character": 6,
1722
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L65"
1723
+ }
1724
+ ],
1725
+ "type": {
1726
+ "type": "intrinsic",
1727
+ "name": "number"
1728
+ },
1729
+ "defaultValue": "0.00000548"
1730
+ },
1731
+ {
1732
+ "id": 85,
1733
+ "name": "eur",
1734
+ "kind": 1024,
1735
+ "kindString": "Property",
1736
+ "flags": {},
1737
+ "sources": [
1738
+ {
1739
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1740
+ "line": 66,
1741
+ "character": 6,
1742
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L66"
1743
+ }
1744
+ ],
1745
+ "type": {
1746
+ "type": "intrinsic",
1747
+ "name": "number"
1748
+ },
1749
+ "defaultValue": "0.00871642"
1750
+ },
1751
+ {
1752
+ "id": 86,
1753
+ "name": "usd",
1754
+ "kind": 1024,
1755
+ "kindString": "Property",
1756
+ "flags": {},
1757
+ "sources": [
1758
+ {
1759
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1760
+ "line": 67,
1761
+ "character": 6,
1762
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L67"
1763
+ }
1764
+ ],
1765
+ "type": {
1766
+ "type": "intrinsic",
1767
+ "name": "number"
1768
+ },
1769
+ "defaultValue": "0.0086564"
1770
+ }
1771
+ ],
1772
+ "groups": [
1773
+ {
1774
+ "title": "Properties",
1775
+ "children": [
1776
+ 83,
1777
+ 84,
1778
+ 85,
1779
+ 86
1780
+ ]
1781
+ }
1782
+ ],
1783
+ "sources": [
1784
+ {
1785
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1786
+ "line": 63,
1787
+ "character": 9,
1788
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L63"
1789
+ }
1790
+ ]
1791
+ }
1792
+ },
1793
+ "defaultValue": "..."
1794
+ }
1795
+ ],
1796
+ "groups": [
1797
+ {
1798
+ "title": "Properties",
1799
+ "children": [
1800
+ 21,
1801
+ 27,
1802
+ 33,
1803
+ 39,
1804
+ 45,
1805
+ 51,
1806
+ 57,
1807
+ 63,
1808
+ 69,
1809
+ 75,
1810
+ 81
1811
+ ]
1812
+ }
1813
+ ],
1814
+ "sources": [
1815
+ {
1816
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1817
+ "line": 2,
1818
+ "character": 10,
1819
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L2"
1820
+ }
1821
+ ]
1822
+ }
1823
+ },
1824
+ "defaultValue": "..."
1825
+ },
1826
+ {
1827
+ "id": 87,
1828
+ "name": "schema",
1829
+ "kind": 1024,
1830
+ "kindString": "Property",
1831
+ "flags": {},
1832
+ "sources": [
1833
+ {
1834
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1835
+ "line": 70,
1836
+ "character": 2,
1837
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L70"
1838
+ }
1839
+ ],
1840
+ "type": {
1841
+ "type": "intrinsic",
1842
+ "name": "string"
1843
+ },
1844
+ "defaultValue": "'network.xyo.crypto.market.coingecko'"
1845
+ },
1846
+ {
1847
+ "id": 88,
1848
+ "name": "timestamp",
1849
+ "kind": 1024,
1850
+ "kindString": "Property",
1851
+ "flags": {},
1852
+ "sources": [
1853
+ {
1854
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1855
+ "line": 71,
1856
+ "character": 2,
1857
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L71"
1858
+ }
1859
+ ],
1860
+ "type": {
1861
+ "type": "intrinsic",
1862
+ "name": "number"
1863
+ },
1864
+ "defaultValue": "1661188759757"
1865
+ }
1866
+ ],
1867
+ "groups": [
1868
+ {
1869
+ "title": "Properties",
1870
+ "children": [
1871
+ 19,
1872
+ 87,
1873
+ 88
1874
+ ]
1875
+ }
1876
+ ],
1877
+ "sources": [
1878
+ {
1879
+ "fileName": "packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts",
1880
+ "line": 1,
1881
+ "character": 38,
1882
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleCoinGeckoPayload.ts#L1"
1883
+ }
1884
+ ]
1885
+ }
1886
+ },
1887
+ "defaultValue": "..."
1888
+ },
1889
+ {
1890
+ "id": 93,
1891
+ "name": "samplePayload",
1892
+ "kind": 32,
1893
+ "kindString": "Variable",
1894
+ "flags": {
1895
+ "isConst": true
1896
+ },
1897
+ "sources": [
1898
+ {
1899
+ "fileName": "packages/sdk/packages/storybook/src/samplePayload.ts",
1900
+ "line": 10,
1901
+ "character": 13,
1902
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/samplePayload.ts#L10"
1903
+ }
1904
+ ],
1905
+ "type": {
1906
+ "type": "reflection",
1907
+ "declaration": {
1908
+ "id": 94,
1909
+ "name": "__type",
1910
+ "kind": 65536,
1911
+ "kindString": "Type literal",
1912
+ "flags": {},
1913
+ "children": [
1914
+ {
1915
+ "id": 95,
1916
+ "name": "_archive",
1917
+ "kind": 1024,
1918
+ "kindString": "Property",
1919
+ "flags": {},
1920
+ "sources": [
1921
+ {
1922
+ "fileName": "packages/sdk/packages/storybook/src/samplePayload.ts",
1923
+ "line": 11,
1924
+ "character": 2,
1925
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/samplePayload.ts#L11"
1926
+ }
1927
+ ],
1928
+ "type": {
1929
+ "type": "intrinsic",
1930
+ "name": "string"
1931
+ },
1932
+ "defaultValue": "'temp'"
1933
+ },
1934
+ {
1935
+ "id": 96,
1936
+ "name": "_client",
1937
+ "kind": 1024,
1938
+ "kindString": "Property",
1939
+ "flags": {},
1940
+ "sources": [
1941
+ {
1942
+ "fileName": "packages/sdk/packages/storybook/src/samplePayload.ts",
1943
+ "line": 12,
1944
+ "character": 2,
1945
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/samplePayload.ts#L12"
1946
+ }
1947
+ ],
1948
+ "type": {
1949
+ "type": "intrinsic",
1950
+ "name": "string"
1951
+ },
1952
+ "defaultValue": "'js'"
1953
+ },
1954
+ {
1955
+ "id": 97,
1956
+ "name": "_hash",
1957
+ "kind": 1024,
1958
+ "kindString": "Property",
1959
+ "flags": {},
1960
+ "sources": [
1961
+ {
1962
+ "fileName": "packages/sdk/packages/storybook/src/samplePayload.ts",
1963
+ "line": 13,
1964
+ "character": 2,
1965
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/samplePayload.ts#L13"
1966
+ }
1967
+ ],
1968
+ "type": {
1969
+ "type": "intrinsic",
1970
+ "name": "string"
1971
+ },
1972
+ "defaultValue": "'a98a39e11205ceacc0cf271db4dd74dd7841fa25f26585f6cd7f2fc3f03c7d55'"
1973
+ },
1974
+ {
1975
+ "id": 98,
1976
+ "name": "_id",
1977
+ "kind": 1024,
1978
+ "kindString": "Property",
1979
+ "flags": {},
1980
+ "sources": [
1981
+ {
1982
+ "fileName": "packages/sdk/packages/storybook/src/samplePayload.ts",
1983
+ "line": 14,
1984
+ "character": 2,
1985
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/samplePayload.ts#L14"
1986
+ }
1987
+ ],
1988
+ "type": {
1989
+ "type": "intrinsic",
1990
+ "name": "string"
1991
+ },
1992
+ "defaultValue": "'62199875bcb044877bd6ddf3'"
1993
+ },
1994
+ {
1995
+ "id": 99,
1996
+ "name": "_observeDuration",
1997
+ "kind": 1024,
1998
+ "kindString": "Property",
1999
+ "flags": {},
2000
+ "sources": [
2001
+ {
2002
+ "fileName": "packages/sdk/packages/storybook/src/samplePayload.ts",
2003
+ "line": 15,
2004
+ "character": 2,
2005
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/samplePayload.ts#L15"
2006
+ }
2007
+ ],
2008
+ "type": {
2009
+ "type": "intrinsic",
2010
+ "name": "number"
2011
+ },
2012
+ "defaultValue": "13"
2013
+ },
2014
+ {
2015
+ "id": 100,
2016
+ "name": "_timestamp",
2017
+ "kind": 1024,
2018
+ "kindString": "Property",
2019
+ "flags": {},
2020
+ "sources": [
2021
+ {
2022
+ "fileName": "packages/sdk/packages/storybook/src/samplePayload.ts",
2023
+ "line": 16,
2024
+ "character": 2,
2025
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/samplePayload.ts#L16"
2026
+ }
2027
+ ],
2028
+ "type": {
2029
+ "type": "intrinsic",
2030
+ "name": "number"
2031
+ },
2032
+ "defaultValue": "1645844597478"
2033
+ },
2034
+ {
2035
+ "id": 101,
2036
+ "name": "salt",
2037
+ "kind": 1024,
2038
+ "kindString": "Property",
2039
+ "flags": {},
2040
+ "sources": [
2041
+ {
2042
+ "fileName": "packages/sdk/packages/storybook/src/samplePayload.ts",
2043
+ "line": 17,
2044
+ "character": 2,
2045
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/samplePayload.ts#L17"
2046
+ }
2047
+ ],
2048
+ "type": {
2049
+ "type": "intrinsic",
2050
+ "name": "string"
2051
+ },
2052
+ "defaultValue": "'81b2372a-b4f0-4ab5-8642-c4e6de46a1cf'"
2053
+ },
2054
+ {
2055
+ "id": 102,
2056
+ "name": "schema",
2057
+ "kind": 1024,
2058
+ "kindString": "Property",
2059
+ "flags": {},
2060
+ "sources": [
2061
+ {
2062
+ "fileName": "packages/sdk/packages/storybook/src/samplePayload.ts",
2063
+ "line": 18,
2064
+ "character": 2,
2065
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/samplePayload.ts#L18"
2066
+ }
2067
+ ],
2068
+ "type": {
2069
+ "type": "intrinsic",
2070
+ "name": "string"
2071
+ },
2072
+ "defaultValue": "'network.xyo.id'"
2073
+ }
2074
+ ],
2075
+ "groups": [
2076
+ {
2077
+ "title": "Properties",
2078
+ "children": [
2079
+ 95,
2080
+ 96,
2081
+ 97,
2082
+ 98,
2083
+ 99,
2084
+ 100,
2085
+ 101,
2086
+ 102
2087
+ ]
2088
+ }
2089
+ ],
2090
+ "sources": [
2091
+ {
2092
+ "fileName": "packages/sdk/packages/storybook/src/samplePayload.ts",
2093
+ "line": 10,
2094
+ "character": 29,
2095
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/samplePayload.ts#L10"
2096
+ }
2097
+ ]
2098
+ }
2099
+ },
2100
+ "defaultValue": "..."
2101
+ },
2102
+ {
2103
+ "id": 89,
2104
+ "name": "samplePayloadFromBuilder",
2105
+ "kind": 32,
2106
+ "kindString": "Variable",
2107
+ "flags": {
2108
+ "isConst": true
2109
+ },
2110
+ "sources": [
2111
+ {
2112
+ "fileName": "packages/sdk/packages/storybook/src/samplePayload.ts",
2113
+ "line": 3,
2114
+ "character": 13,
2115
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/samplePayload.ts#L3"
2116
+ }
2117
+ ],
2118
+ "type": {
2119
+ "type": "reflection",
2120
+ "declaration": {
2121
+ "id": 90,
2122
+ "name": "__type",
2123
+ "kind": 65536,
2124
+ "kindString": "Type literal",
2125
+ "flags": {},
2126
+ "children": [
2127
+ {
2128
+ "id": 91,
2129
+ "name": "_archive",
2130
+ "kind": 1024,
2131
+ "kindString": "Property",
2132
+ "flags": {},
2133
+ "sources": [
2134
+ {
2135
+ "fileName": "packages/sdk/packages/storybook/src/samplePayload.ts",
2136
+ "line": 7,
2137
+ "character": 2,
2138
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/samplePayload.ts#L7"
2139
+ }
2140
+ ],
2141
+ "type": {
2142
+ "type": "intrinsic",
2143
+ "name": "string"
2144
+ },
2145
+ "defaultValue": "'temp'"
2146
+ },
2147
+ {
2148
+ "id": 92,
2149
+ "name": "test",
2150
+ "kind": 1024,
2151
+ "kindString": "Property",
2152
+ "flags": {},
2153
+ "sources": [
2154
+ {
2155
+ "fileName": "packages/sdk/packages/storybook/src/samplePayload.ts",
2156
+ "line": 4,
2157
+ "character": 68,
2158
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/samplePayload.ts#L4"
2159
+ }
2160
+ ],
2161
+ "type": {
2162
+ "type": "intrinsic",
2163
+ "name": "string"
2164
+ }
2165
+ }
2166
+ ],
2167
+ "groups": [
2168
+ {
2169
+ "title": "Properties",
2170
+ "children": [
2171
+ 91,
2172
+ 92
2173
+ ]
2174
+ }
2175
+ ],
2176
+ "sources": [
2177
+ {
2178
+ "fileName": "packages/sdk/packages/storybook/src/samplePayload.ts",
2179
+ "line": 3,
2180
+ "character": 40,
2181
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/samplePayload.ts#L3"
2182
+ }
2183
+ ]
2184
+ }
2185
+ },
2186
+ "defaultValue": "..."
2187
+ },
2188
+ {
2189
+ "id": 103,
2190
+ "name": "sampleUniswapPayload",
2191
+ "kind": 32,
2192
+ "kindString": "Variable",
2193
+ "flags": {
2194
+ "isConst": true
2195
+ },
2196
+ "sources": [
2197
+ {
2198
+ "fileName": "packages/sdk/packages/storybook/src/sampleUniswapPayload.ts",
2199
+ "line": 1,
2200
+ "character": 13,
2201
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleUniswapPayload.ts#L1"
2202
+ }
2203
+ ],
2204
+ "type": {
2205
+ "type": "reflection",
2206
+ "declaration": {
2207
+ "id": 104,
2208
+ "name": "__type",
2209
+ "kind": 65536,
2210
+ "kindString": "Type literal",
2211
+ "flags": {},
2212
+ "children": [
2213
+ {
2214
+ "id": 105,
2215
+ "name": "pairs",
2216
+ "kind": 1024,
2217
+ "kindString": "Property",
2218
+ "flags": {},
2219
+ "sources": [
2220
+ {
2221
+ "fileName": "packages/sdk/packages/storybook/src/sampleUniswapPayload.ts",
2222
+ "line": 2,
2223
+ "character": 2,
2224
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleUniswapPayload.ts#L2"
2225
+ }
2226
+ ],
2227
+ "type": {
2228
+ "type": "array",
2229
+ "elementType": {
2230
+ "type": "reflection",
2231
+ "declaration": {
2232
+ "id": 106,
2233
+ "name": "__type",
2234
+ "kind": 65536,
2235
+ "kindString": "Type literal",
2236
+ "flags": {},
2237
+ "children": [
2238
+ {
2239
+ "id": 107,
2240
+ "name": "tokens",
2241
+ "kind": 1024,
2242
+ "kindString": "Property",
2243
+ "flags": {},
2244
+ "sources": [
2245
+ {
2246
+ "fileName": "packages/sdk/packages/storybook/src/sampleUniswapPayload.ts",
2247
+ "line": 4,
2248
+ "character": 6,
2249
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleUniswapPayload.ts#L4"
2250
+ }
2251
+ ],
2252
+ "type": {
2253
+ "type": "array",
2254
+ "elementType": {
2255
+ "type": "reflection",
2256
+ "declaration": {
2257
+ "id": 108,
2258
+ "name": "__type",
2259
+ "kind": 65536,
2260
+ "kindString": "Type literal",
2261
+ "flags": {},
2262
+ "children": [
2263
+ {
2264
+ "id": 109,
2265
+ "name": "address",
2266
+ "kind": 1024,
2267
+ "kindString": "Property",
2268
+ "flags": {},
2269
+ "sources": [
2270
+ {
2271
+ "fileName": "packages/sdk/packages/storybook/src/sampleUniswapPayload.ts",
2272
+ "line": 6,
2273
+ "character": 10,
2274
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleUniswapPayload.ts#L6"
2275
+ }
2276
+ ],
2277
+ "type": {
2278
+ "type": "intrinsic",
2279
+ "name": "string"
2280
+ },
2281
+ "defaultValue": "'0x55296f69f40Ea6d20E478533C15A6B08B654E758'"
2282
+ },
2283
+ {
2284
+ "id": 110,
2285
+ "name": "symbol",
2286
+ "kind": 1024,
2287
+ "kindString": "Property",
2288
+ "flags": {},
2289
+ "sources": [
2290
+ {
2291
+ "fileName": "packages/sdk/packages/storybook/src/sampleUniswapPayload.ts",
2292
+ "line": 7,
2293
+ "character": 10,
2294
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleUniswapPayload.ts#L7"
2295
+ }
2296
+ ],
2297
+ "type": {
2298
+ "type": "intrinsic",
2299
+ "name": "string"
2300
+ },
2301
+ "defaultValue": "'xyo'"
2302
+ },
2303
+ {
2304
+ "id": 111,
2305
+ "name": "value",
2306
+ "kind": 1024,
2307
+ "kindString": "Property",
2308
+ "flags": {},
2309
+ "sources": [
2310
+ {
2311
+ "fileName": "packages/sdk/packages/storybook/src/sampleUniswapPayload.ts",
2312
+ "line": 8,
2313
+ "character": 10,
2314
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleUniswapPayload.ts#L8"
2315
+ }
2316
+ ],
2317
+ "type": {
2318
+ "type": "intrinsic",
2319
+ "name": "number"
2320
+ },
2321
+ "defaultValue": "0.00000688928"
2322
+ }
2323
+ ],
2324
+ "groups": [
2325
+ {
2326
+ "title": "Properties",
2327
+ "children": [
2328
+ 109,
2329
+ 110,
2330
+ 111
2331
+ ]
2332
+ }
2333
+ ],
2334
+ "sources": [
2335
+ {
2336
+ "fileName": "packages/sdk/packages/storybook/src/sampleUniswapPayload.ts",
2337
+ "line": 5,
2338
+ "character": 8,
2339
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleUniswapPayload.ts#L5"
2340
+ }
2341
+ ]
2342
+ }
2343
+ }
2344
+ },
2345
+ "defaultValue": "..."
2346
+ }
2347
+ ],
2348
+ "groups": [
2349
+ {
2350
+ "title": "Properties",
2351
+ "children": [
2352
+ 107
2353
+ ]
2354
+ }
2355
+ ],
2356
+ "sources": [
2357
+ {
2358
+ "fileName": "packages/sdk/packages/storybook/src/sampleUniswapPayload.ts",
2359
+ "line": 3,
2360
+ "character": 4,
2361
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleUniswapPayload.ts#L3"
2362
+ }
2363
+ ]
2364
+ }
2365
+ }
2366
+ },
2367
+ "defaultValue": "..."
2368
+ },
2369
+ {
2370
+ "id": 112,
2371
+ "name": "schema",
2372
+ "kind": 1024,
2373
+ "kindString": "Property",
2374
+ "flags": {},
2375
+ "sources": [
2376
+ {
2377
+ "fileName": "packages/sdk/packages/storybook/src/sampleUniswapPayload.ts",
2378
+ "line": 186,
2379
+ "character": 2,
2380
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleUniswapPayload.ts#L186"
2381
+ }
2382
+ ],
2383
+ "type": {
2384
+ "type": "intrinsic",
2385
+ "name": "string"
2386
+ },
2387
+ "defaultValue": "'network.xyo.crypto.market.uniswap'"
2388
+ },
2389
+ {
2390
+ "id": 113,
2391
+ "name": "timestamp",
2392
+ "kind": 1024,
2393
+ "kindString": "Property",
2394
+ "flags": {},
2395
+ "sources": [
2396
+ {
2397
+ "fileName": "packages/sdk/packages/storybook/src/sampleUniswapPayload.ts",
2398
+ "line": 187,
2399
+ "character": 2,
2400
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleUniswapPayload.ts#L187"
2401
+ }
2402
+ ],
2403
+ "type": {
2404
+ "type": "intrinsic",
2405
+ "name": "number"
2406
+ },
2407
+ "defaultValue": "1659071465718"
2408
+ }
2409
+ ],
2410
+ "groups": [
2411
+ {
2412
+ "title": "Properties",
2413
+ "children": [
2414
+ 105,
2415
+ 112,
2416
+ 113
2417
+ ]
2418
+ }
2419
+ ],
2420
+ "sources": [
2421
+ {
2422
+ "fileName": "packages/sdk/packages/storybook/src/sampleUniswapPayload.ts",
2423
+ "line": 1,
2424
+ "character": 36,
2425
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/sampleUniswapPayload.ts#L1"
2426
+ }
2427
+ ]
2428
+ }
2429
+ },
2430
+ "defaultValue": "..."
2431
+ },
2432
+ {
2433
+ "id": 9,
2434
+ "name": "DeprecateStory",
2435
+ "kind": 64,
2436
+ "kindString": "Function",
2437
+ "flags": {},
2438
+ "sources": [
2439
+ {
2440
+ "fileName": "packages/sdk/packages/storybook/src/DeprecateStory.tsx",
2441
+ "line": 3,
2442
+ "character": 13,
2443
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/DeprecateStory.tsx#L3"
2444
+ }
2445
+ ],
2446
+ "signatures": [
2447
+ {
2448
+ "id": 10,
2449
+ "name": "DeprecateStory",
2450
+ "kind": 4096,
2451
+ "kindString": "Call signature",
2452
+ "flags": {},
2453
+ "parameters": [
2454
+ {
2455
+ "id": 11,
2456
+ "name": "props",
2457
+ "kind": 32768,
2458
+ "kindString": "Parameter",
2459
+ "flags": {},
2460
+ "type": {
2461
+ "type": "reflection",
2462
+ "declaration": {
2463
+ "id": 12,
2464
+ "name": "__type",
2465
+ "kind": 65536,
2466
+ "kindString": "Type literal",
2467
+ "flags": {},
2468
+ "children": [
2469
+ {
2470
+ "id": 13,
2471
+ "name": "message",
2472
+ "kind": 1024,
2473
+ "kindString": "Property",
2474
+ "flags": {
2475
+ "isOptional": true
2476
+ },
2477
+ "sources": [
2478
+ {
2479
+ "fileName": "packages/sdk/packages/storybook/src/DeprecateStory.tsx",
2480
+ "line": 3,
2481
+ "character": 40,
2482
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/DeprecateStory.tsx#L3"
2483
+ }
2484
+ ],
2485
+ "type": {
2486
+ "type": "intrinsic",
2487
+ "name": "string"
2488
+ }
2489
+ }
2490
+ ],
2491
+ "groups": [
2492
+ {
2493
+ "title": "Properties",
2494
+ "children": [
2495
+ 13
2496
+ ]
2497
+ }
2498
+ ],
2499
+ "sources": [
2500
+ {
2501
+ "fileName": "packages/sdk/packages/storybook/src/DeprecateStory.tsx",
2502
+ "line": 3,
2503
+ "character": 38,
2504
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/DeprecateStory.tsx#L3"
2505
+ }
2506
+ ]
2507
+ }
2508
+ }
2509
+ },
2510
+ {
2511
+ "id": 14,
2512
+ "name": "context",
2513
+ "kind": 32768,
2514
+ "kindString": "Parameter",
2515
+ "flags": {
2516
+ "isOptional": true
2517
+ },
2518
+ "type": {
2519
+ "type": "intrinsic",
2520
+ "name": "any"
2521
+ }
2522
+ }
2523
+ ],
2524
+ "type": {
2525
+ "type": "union",
2526
+ "types": [
2527
+ {
2528
+ "type": "literal",
2529
+ "value": null
2530
+ },
2531
+ {
2532
+ "type": "reference",
2533
+ "typeArguments": [
2534
+ {
2535
+ "type": "intrinsic",
2536
+ "name": "any"
2537
+ },
2538
+ {
2539
+ "type": "intrinsic",
2540
+ "name": "any"
2541
+ }
2542
+ ],
2543
+ "name": "ReactElement",
2544
+ "qualifiedName": "React.ReactElement",
2545
+ "package": "@types/react"
2546
+ }
2547
+ ]
2548
+ }
2549
+ }
2550
+ ]
2551
+ },
2552
+ {
2553
+ "id": 123,
2554
+ "name": "WithMapboxSetup",
2555
+ "kind": 64,
2556
+ "kindString": "Function",
2557
+ "flags": {},
2558
+ "sources": [
2559
+ {
2560
+ "fileName": "packages/sdk/packages/storybook/src/WithMapboxSetup.tsx",
2561
+ "line": 4,
2562
+ "character": 13,
2563
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/WithMapboxSetup.tsx#L4"
2564
+ }
2565
+ ],
2566
+ "signatures": [
2567
+ {
2568
+ "id": 124,
2569
+ "name": "WithMapboxSetup",
2570
+ "kind": 4096,
2571
+ "kindString": "Call signature",
2572
+ "flags": {},
2573
+ "parameters": [
2574
+ {
2575
+ "id": 125,
2576
+ "name": "fn",
2577
+ "kind": 32768,
2578
+ "kindString": "Parameter",
2579
+ "flags": {},
2580
+ "type": {
2581
+ "type": "reference",
2582
+ "typeArguments": [
2583
+ {
2584
+ "type": "reference",
2585
+ "typeArguments": [
2586
+ {
2587
+ "type": "reference",
2588
+ "name": "StoryFnReactReturnType",
2589
+ "qualifiedName": "StoryFnReactReturnType",
2590
+ "package": "@storybook/react"
2591
+ }
2592
+ ],
2593
+ "name": "ReturnTypeFramework",
2594
+ "qualifiedName": "ReturnTypeFramework",
2595
+ "package": "@storybook/addons"
2596
+ },
2597
+ {
2598
+ "type": "reference",
2599
+ "name": "Args",
2600
+ "qualifiedName": "Args",
2601
+ "package": "@storybook/csf"
2602
+ }
2603
+ ],
2604
+ "name": "PartialStoryFn",
2605
+ "qualifiedName": "PartialStoryFn",
2606
+ "package": "@storybook/csf"
2607
+ }
2608
+ },
2609
+ {
2610
+ "id": 126,
2611
+ "name": "c",
2612
+ "kind": 32768,
2613
+ "kindString": "Parameter",
2614
+ "flags": {},
2615
+ "type": {
2616
+ "type": "reference",
2617
+ "typeArguments": [
2618
+ {
2619
+ "type": "reference",
2620
+ "typeArguments": [
2621
+ {
2622
+ "type": "reference",
2623
+ "name": "StoryFnReactReturnType",
2624
+ "qualifiedName": "StoryFnReactReturnType",
2625
+ "package": "@storybook/react"
2626
+ }
2627
+ ],
2628
+ "name": "ReturnTypeFramework",
2629
+ "qualifiedName": "ReturnTypeFramework",
2630
+ "package": "@storybook/addons"
2631
+ },
2632
+ {
2633
+ "type": "reference",
2634
+ "name": "Args",
2635
+ "qualifiedName": "Args",
2636
+ "package": "@storybook/csf"
2637
+ }
2638
+ ],
2639
+ "name": "StoryContext",
2640
+ "qualifiedName": "StoryContext",
2641
+ "package": "@storybook/csf"
2642
+ }
2643
+ }
2644
+ ],
2645
+ "type": {
2646
+ "type": "reference",
2647
+ "name": "StoryFnReactReturnType",
2648
+ "qualifiedName": "StoryFnReactReturnType",
2649
+ "package": "@storybook/react"
2650
+ }
2651
+ }
2652
+ ]
2653
+ },
2654
+ {
2655
+ "id": 1,
2656
+ "name": "archivistApiDecorator",
2657
+ "kind": 64,
2658
+ "kindString": "Function",
2659
+ "flags": {},
2660
+ "sources": [
2661
+ {
2662
+ "fileName": "packages/sdk/packages/storybook/src/archivistApiDecorator.tsx",
2663
+ "line": 4,
2664
+ "character": 6,
2665
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/archivistApiDecorator.tsx#L4"
2666
+ }
2667
+ ],
2668
+ "signatures": [
2669
+ {
2670
+ "id": 2,
2671
+ "name": "archivistApiDecorator",
2672
+ "kind": 4096,
2673
+ "kindString": "Call signature",
2674
+ "flags": {},
2675
+ "parameters": [
2676
+ {
2677
+ "id": 3,
2678
+ "name": "fn",
2679
+ "kind": 32768,
2680
+ "kindString": "Parameter",
2681
+ "flags": {},
2682
+ "type": {
2683
+ "type": "reference",
2684
+ "typeArguments": [
2685
+ {
2686
+ "type": "reference",
2687
+ "typeArguments": [
2688
+ {
2689
+ "type": "reference",
2690
+ "name": "StoryFnReactReturnType",
2691
+ "qualifiedName": "StoryFnReactReturnType",
2692
+ "package": "@storybook/react"
2693
+ }
2694
+ ],
2695
+ "name": "ReturnTypeFramework",
2696
+ "qualifiedName": "ReturnTypeFramework",
2697
+ "package": "@storybook/addons"
2698
+ },
2699
+ {
2700
+ "type": "reference",
2701
+ "name": "Args",
2702
+ "qualifiedName": "Args",
2703
+ "package": "@storybook/csf"
2704
+ }
2705
+ ],
2706
+ "name": "PartialStoryFn",
2707
+ "qualifiedName": "PartialStoryFn",
2708
+ "package": "@storybook/csf"
2709
+ }
2710
+ },
2711
+ {
2712
+ "id": 4,
2713
+ "name": "c",
2714
+ "kind": 32768,
2715
+ "kindString": "Parameter",
2716
+ "flags": {},
2717
+ "type": {
2718
+ "type": "reference",
2719
+ "typeArguments": [
2720
+ {
2721
+ "type": "reference",
2722
+ "typeArguments": [
2723
+ {
2724
+ "type": "reference",
2725
+ "name": "StoryFnReactReturnType",
2726
+ "qualifiedName": "StoryFnReactReturnType",
2727
+ "package": "@storybook/react"
2728
+ }
2729
+ ],
2730
+ "name": "ReturnTypeFramework",
2731
+ "qualifiedName": "ReturnTypeFramework",
2732
+ "package": "@storybook/addons"
2733
+ },
2734
+ {
2735
+ "type": "reference",
2736
+ "name": "Args",
2737
+ "qualifiedName": "Args",
2738
+ "package": "@storybook/csf"
2739
+ }
2740
+ ],
2741
+ "name": "StoryContext",
2742
+ "qualifiedName": "StoryContext",
2743
+ "package": "@storybook/csf"
2744
+ }
2745
+ }
2746
+ ],
2747
+ "type": {
2748
+ "type": "reference",
2749
+ "name": "StoryFnReactReturnType",
2750
+ "qualifiedName": "StoryFnReactReturnType",
2751
+ "package": "@storybook/react"
2752
+ }
2753
+ }
2754
+ ]
2755
+ },
2756
+ {
2757
+ "id": 5,
2758
+ "name": "authDecorator",
2759
+ "kind": 64,
2760
+ "kindString": "Function",
2761
+ "flags": {},
2762
+ "sources": [
2763
+ {
2764
+ "fileName": "packages/sdk/packages/storybook/src/authDecorator.tsx",
2765
+ "line": 26,
2766
+ "character": 13,
2767
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/authDecorator.tsx#L26"
2768
+ }
2769
+ ],
2770
+ "signatures": [
2771
+ {
2772
+ "id": 6,
2773
+ "name": "authDecorator",
2774
+ "kind": 4096,
2775
+ "kindString": "Call signature",
2776
+ "flags": {},
2777
+ "parameters": [
2778
+ {
2779
+ "id": 7,
2780
+ "name": "fn",
2781
+ "kind": 32768,
2782
+ "kindString": "Parameter",
2783
+ "flags": {},
2784
+ "type": {
2785
+ "type": "reference",
2786
+ "typeArguments": [
2787
+ {
2788
+ "type": "reference",
2789
+ "typeArguments": [
2790
+ {
2791
+ "type": "reference",
2792
+ "name": "StoryFnReactReturnType",
2793
+ "qualifiedName": "StoryFnReactReturnType",
2794
+ "package": "@storybook/react"
2795
+ }
2796
+ ],
2797
+ "name": "ReturnTypeFramework",
2798
+ "qualifiedName": "ReturnTypeFramework",
2799
+ "package": "@storybook/addons"
2800
+ },
2801
+ {
2802
+ "type": "reference",
2803
+ "name": "Args",
2804
+ "qualifiedName": "Args",
2805
+ "package": "@storybook/csf"
2806
+ }
2807
+ ],
2808
+ "name": "PartialStoryFn",
2809
+ "qualifiedName": "PartialStoryFn",
2810
+ "package": "@storybook/csf"
2811
+ }
2812
+ },
2813
+ {
2814
+ "id": 8,
2815
+ "name": "c",
2816
+ "kind": 32768,
2817
+ "kindString": "Parameter",
2818
+ "flags": {},
2819
+ "type": {
2820
+ "type": "reference",
2821
+ "typeArguments": [
2822
+ {
2823
+ "type": "reference",
2824
+ "typeArguments": [
2825
+ {
2826
+ "type": "reference",
2827
+ "name": "StoryFnReactReturnType",
2828
+ "qualifiedName": "StoryFnReactReturnType",
2829
+ "package": "@storybook/react"
2830
+ }
2831
+ ],
2832
+ "name": "ReturnTypeFramework",
2833
+ "qualifiedName": "ReturnTypeFramework",
2834
+ "package": "@storybook/addons"
2835
+ },
2836
+ {
2837
+ "type": "reference",
2838
+ "name": "Args",
2839
+ "qualifiedName": "Args",
2840
+ "package": "@storybook/csf"
2841
+ }
2842
+ ],
2843
+ "name": "StoryContext",
2844
+ "qualifiedName": "StoryContext",
2845
+ "package": "@storybook/csf"
2846
+ }
2847
+ }
2848
+ ],
2849
+ "type": {
2850
+ "type": "reference",
2851
+ "name": "StoryFnReactReturnType",
2852
+ "qualifiedName": "StoryFnReactReturnType",
2853
+ "package": "@storybook/react"
2854
+ }
2855
+ }
2856
+ ]
2857
+ },
2858
+ {
2859
+ "id": 119,
2860
+ "name": "useAppThemeDecorator",
2861
+ "kind": 64,
2862
+ "kindString": "Function",
2863
+ "flags": {},
2864
+ "sources": [
2865
+ {
2866
+ "fileName": "packages/sdk/packages/storybook/src/useAppThemeDecorator.tsx",
2867
+ "line": 7,
2868
+ "character": 6,
2869
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/useAppThemeDecorator.tsx#L7"
2870
+ }
2871
+ ],
2872
+ "signatures": [
2873
+ {
2874
+ "id": 120,
2875
+ "name": "useAppThemeDecorator",
2876
+ "kind": 4096,
2877
+ "kindString": "Call signature",
2878
+ "flags": {},
2879
+ "parameters": [
2880
+ {
2881
+ "id": 121,
2882
+ "name": "fn",
2883
+ "kind": 32768,
2884
+ "kindString": "Parameter",
2885
+ "flags": {},
2886
+ "type": {
2887
+ "type": "reference",
2888
+ "typeArguments": [
2889
+ {
2890
+ "type": "reference",
2891
+ "typeArguments": [
2892
+ {
2893
+ "type": "reference",
2894
+ "name": "StoryFnReactReturnType",
2895
+ "qualifiedName": "StoryFnReactReturnType",
2896
+ "package": "@storybook/react"
2897
+ }
2898
+ ],
2899
+ "name": "ReturnTypeFramework",
2900
+ "qualifiedName": "ReturnTypeFramework",
2901
+ "package": "@storybook/addons"
2902
+ },
2903
+ {
2904
+ "type": "reference",
2905
+ "name": "Args",
2906
+ "qualifiedName": "Args",
2907
+ "package": "@storybook/csf"
2908
+ }
2909
+ ],
2910
+ "name": "PartialStoryFn",
2911
+ "qualifiedName": "PartialStoryFn",
2912
+ "package": "@storybook/csf"
2913
+ }
2914
+ },
2915
+ {
2916
+ "id": 122,
2917
+ "name": "c",
2918
+ "kind": 32768,
2919
+ "kindString": "Parameter",
2920
+ "flags": {},
2921
+ "type": {
2922
+ "type": "reference",
2923
+ "typeArguments": [
2924
+ {
2925
+ "type": "reference",
2926
+ "typeArguments": [
2927
+ {
2928
+ "type": "reference",
2929
+ "name": "StoryFnReactReturnType",
2930
+ "qualifiedName": "StoryFnReactReturnType",
2931
+ "package": "@storybook/react"
2932
+ }
2933
+ ],
2934
+ "name": "ReturnTypeFramework",
2935
+ "qualifiedName": "ReturnTypeFramework",
2936
+ "package": "@storybook/addons"
2937
+ },
2938
+ {
2939
+ "type": "reference",
2940
+ "name": "Args",
2941
+ "qualifiedName": "Args",
2942
+ "package": "@storybook/csf"
2943
+ }
2944
+ ],
2945
+ "name": "StoryContext",
2946
+ "qualifiedName": "StoryContext",
2947
+ "package": "@storybook/csf"
2948
+ }
2949
+ }
2950
+ ],
2951
+ "type": {
2952
+ "type": "reference",
2953
+ "name": "StoryFnReactReturnType",
2954
+ "qualifiedName": "StoryFnReactReturnType",
2955
+ "package": "@storybook/react"
2956
+ }
2957
+ }
2958
+ ]
2959
+ }
2960
+ ],
2961
+ "groups": [
2962
+ {
2963
+ "title": "Interfaces",
2964
+ "children": [
2965
+ 127
2966
+ ]
2967
+ },
2968
+ {
2969
+ "title": "Type Aliases",
2970
+ "children": [
2971
+ 131
2972
+ ]
2973
+ },
2974
+ {
2975
+ "title": "Variables",
2976
+ "children": [
2977
+ 114,
2978
+ 15,
2979
+ 16,
2980
+ 17,
2981
+ 93,
2982
+ 89,
2983
+ 103
2984
+ ]
2985
+ },
2986
+ {
2987
+ "title": "Functions",
2988
+ "children": [
2989
+ 9,
2990
+ 123,
2991
+ 1,
2992
+ 5,
2993
+ 119
2994
+ ]
2995
+ }
2996
+ ],
2997
+ "sources": [
2998
+ {
2999
+ "fileName": "packages/sdk/packages/storybook/src/index.ts",
3000
+ "line": 1,
3001
+ "character": 0,
3002
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/storybook/src/index.ts#L1"
3003
+ }
3004
+ ]
3005
+ }