@xyo-network/react-ethereum-gas-price-etherchain-plugins 2.49.1 → 2.49.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 (87) hide show
  1. package/dist/docs.json +3 -3
  2. package/package.json +3 -3
  3. package/packages/v1/dist/cjs/Plugin.js +24 -0
  4. package/packages/v1/dist/cjs/Plugin.js.map +1 -0
  5. package/packages/v1/dist/cjs/components/Card/Card.js +15 -0
  6. package/packages/v1/dist/cjs/components/Card/Card.js.map +1 -0
  7. package/packages/v1/dist/cjs/components/Card/CardContent.js +24 -0
  8. package/packages/v1/dist/cjs/components/Card/CardContent.js.map +1 -0
  9. package/packages/v1/dist/cjs/components/Card/CardHeader.js +15 -0
  10. package/packages/v1/dist/cjs/components/Card/CardHeader.js.map +1 -0
  11. package/packages/v1/dist/cjs/components/Card/index.js +7 -0
  12. package/packages/v1/dist/cjs/components/Card/index.js.map +1 -0
  13. package/packages/v1/dist/cjs/components/Details/Box/EtherchainV1GasPriceDetailsBox.js +25 -0
  14. package/packages/v1/dist/cjs/components/Details/Box/EtherchainV1GasPriceDetailsBox.js.map +1 -0
  15. package/packages/v1/dist/cjs/components/Details/Box/index.js +5 -0
  16. package/packages/v1/dist/cjs/components/Details/Box/index.js.map +1 -0
  17. package/packages/v1/dist/cjs/components/Details/index.js +5 -0
  18. package/packages/v1/dist/cjs/components/Details/index.js.map +1 -0
  19. package/packages/v1/dist/cjs/components/hooks/index.js +5 -0
  20. package/packages/v1/dist/cjs/components/hooks/index.js.map +1 -0
  21. package/packages/v1/dist/cjs/components/hooks/useEtherchainV1Transformer.js +43 -0
  22. package/packages/v1/dist/cjs/components/hooks/useEtherchainV1Transformer.js.map +1 -0
  23. package/packages/v1/dist/cjs/components/index.js +6 -0
  24. package/packages/v1/dist/cjs/components/index.js.map +1 -0
  25. package/packages/v1/dist/cjs/components/lib/constants.js +5 -0
  26. package/packages/v1/dist/cjs/components/lib/constants.js.map +1 -0
  27. package/packages/v1/dist/cjs/components/lib/index.js +5 -0
  28. package/packages/v1/dist/cjs/components/lib/index.js.map +1 -0
  29. package/packages/v1/dist/cjs/index.js +9 -0
  30. package/packages/v1/dist/cjs/index.js.map +1 -0
  31. package/packages/v1/dist/docs.json +2114 -0
  32. package/packages/v1/dist/esm/Plugin.js +23 -0
  33. package/packages/v1/dist/esm/Plugin.js.map +1 -0
  34. package/packages/v1/dist/esm/components/Card/Card.js +10 -0
  35. package/packages/v1/dist/esm/components/Card/Card.js.map +1 -0
  36. package/packages/v1/dist/esm/components/Card/CardContent.js +18 -0
  37. package/packages/v1/dist/esm/components/Card/CardContent.js.map +1 -0
  38. package/packages/v1/dist/esm/components/Card/CardHeader.js +12 -0
  39. package/packages/v1/dist/esm/components/Card/CardHeader.js.map +1 -0
  40. package/packages/v1/dist/esm/components/Card/index.js +4 -0
  41. package/packages/v1/dist/esm/components/Card/index.js.map +1 -0
  42. package/packages/v1/dist/esm/components/Details/Box/EtherchainV1GasPriceDetailsBox.js +19 -0
  43. package/packages/v1/dist/esm/components/Details/Box/EtherchainV1GasPriceDetailsBox.js.map +1 -0
  44. package/packages/v1/dist/esm/components/Details/Box/index.js +2 -0
  45. package/packages/v1/dist/esm/components/Details/Box/index.js.map +1 -0
  46. package/packages/v1/dist/esm/components/Details/index.js +2 -0
  47. package/packages/v1/dist/esm/components/Details/index.js.map +1 -0
  48. package/packages/v1/dist/esm/components/hooks/index.js +2 -0
  49. package/packages/v1/dist/esm/components/hooks/index.js.map +1 -0
  50. package/packages/v1/dist/esm/components/hooks/useEtherchainV1Transformer.js +39 -0
  51. package/packages/v1/dist/esm/components/hooks/useEtherchainV1Transformer.js.map +1 -0
  52. package/packages/v1/dist/esm/components/index.js +3 -0
  53. package/packages/v1/dist/esm/components/index.js.map +1 -0
  54. package/packages/v1/dist/esm/components/lib/constants.js +2 -0
  55. package/packages/v1/dist/esm/components/lib/constants.js.map +1 -0
  56. package/packages/v1/dist/esm/components/lib/index.js +2 -0
  57. package/packages/v1/dist/esm/components/lib/index.js.map +1 -0
  58. package/packages/v1/dist/esm/index.js +6 -0
  59. package/packages/v1/dist/esm/index.js.map +1 -0
  60. package/packages/v1/dist/types/Plugin.d.ts +3 -0
  61. package/packages/v1/dist/types/Plugin.d.ts.map +1 -0
  62. package/packages/v1/dist/types/components/Card/Card.d.ts +12 -0
  63. package/packages/v1/dist/types/components/Card/Card.d.ts.map +1 -0
  64. package/packages/v1/dist/types/components/Card/CardContent.d.ts +12 -0
  65. package/packages/v1/dist/types/components/Card/CardContent.d.ts.map +1 -0
  66. package/packages/v1/dist/types/components/Card/CardHeader.d.ts +22 -0
  67. package/packages/v1/dist/types/components/Card/CardHeader.d.ts.map +1 -0
  68. package/packages/v1/dist/types/components/Card/index.d.ts +4 -0
  69. package/packages/v1/dist/types/components/Card/index.d.ts.map +1 -0
  70. package/packages/v1/dist/types/components/Details/Box/EtherchainV1GasPriceDetailsBox.d.ts +4 -0
  71. package/packages/v1/dist/types/components/Details/Box/EtherchainV1GasPriceDetailsBox.d.ts.map +1 -0
  72. package/packages/v1/dist/types/components/Details/Box/index.d.ts +2 -0
  73. package/packages/v1/dist/types/components/Details/Box/index.d.ts.map +1 -0
  74. package/packages/v1/dist/types/components/Details/index.d.ts +2 -0
  75. package/packages/v1/dist/types/components/Details/index.d.ts.map +1 -0
  76. package/packages/v1/dist/types/components/hooks/index.d.ts +2 -0
  77. package/packages/v1/dist/types/components/hooks/index.d.ts.map +1 -0
  78. package/packages/v1/dist/types/components/hooks/useEtherchainV1Transformer.d.ts +4 -0
  79. package/packages/v1/dist/types/components/hooks/useEtherchainV1Transformer.d.ts.map +1 -0
  80. package/packages/v1/dist/types/components/index.d.ts +3 -0
  81. package/packages/v1/dist/types/components/index.d.ts.map +1 -0
  82. package/packages/v1/dist/types/components/lib/constants.d.ts +2 -0
  83. package/packages/v1/dist/types/components/lib/constants.d.ts.map +1 -0
  84. package/packages/v1/dist/types/components/lib/index.d.ts +2 -0
  85. package/packages/v1/dist/types/components/lib/index.d.ts.map +1 -0
  86. package/packages/v1/dist/types/index.d.ts +5 -0
  87. package/packages/v1/dist/types/index.d.ts.map +1 -0
@@ -0,0 +1,2114 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/react-ethereum-gas-price-etherchain-v1-plugin",
4
+ "kind": 1,
5
+ "kindString": "Project",
6
+ "flags": {},
7
+ "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 24,
11
+ "name": "default",
12
+ "kind": 8388608,
13
+ "kindString": "Reference",
14
+ "flags": {},
15
+ "sources": [
16
+ {
17
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/src/index.ts",
18
+ "line": 7,
19
+ "character": 0,
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/67f9064df/packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/src/index.ts#L7"
21
+ }
22
+ ],
23
+ "target": 23
24
+ },
25
+ {
26
+ "id": 23,
27
+ "name": "EthereumGasPriceEtherchainV1Plugin",
28
+ "kind": 32,
29
+ "kindString": "Variable",
30
+ "flags": {
31
+ "isConst": true
32
+ },
33
+ "sources": [
34
+ {
35
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/src/Plugin.ts",
36
+ "line": 8,
37
+ "character": 13,
38
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/67f9064df/packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/src/Plugin.ts#L8"
39
+ }
40
+ ],
41
+ "type": {
42
+ "type": "reference",
43
+ "name": "XyoPayloadRenderPlugin"
44
+ },
45
+ "defaultValue": "..."
46
+ },
47
+ {
48
+ "id": 1,
49
+ "name": "EtherchainV1GasPriceCard",
50
+ "kind": 64,
51
+ "kindString": "Function",
52
+ "flags": {},
53
+ "sources": [
54
+ {
55
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/src/components/Card/Card.tsx",
56
+ "line": 8,
57
+ "character": 13,
58
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/67f9064df/packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/src/components/Card/Card.tsx#L8"
59
+ }
60
+ ],
61
+ "signatures": [
62
+ {
63
+ "id": 2,
64
+ "name": "EtherchainV1GasPriceCard",
65
+ "kind": 4096,
66
+ "kindString": "Call signature",
67
+ "flags": {},
68
+ "comment": {
69
+ "summary": [
70
+ {
71
+ "kind": "text",
72
+ "text": "**NOTE**: Exotic components are not callable."
73
+ }
74
+ ]
75
+ },
76
+ "parameters": [
77
+ {
78
+ "id": 3,
79
+ "name": "props",
80
+ "kind": 32768,
81
+ "kindString": "Parameter",
82
+ "flags": {},
83
+ "type": {
84
+ "type": "intersection",
85
+ "types": [
86
+ {
87
+ "type": "reference",
88
+ "typeArguments": [
89
+ {
90
+ "type": "intersection",
91
+ "types": [
92
+ {
93
+ "type": "reference",
94
+ "typeArguments": [
95
+ {
96
+ "type": "intersection",
97
+ "types": [
98
+ {
99
+ "type": "reference",
100
+ "name": "SchemaFields",
101
+ "qualifiedName": "SchemaFields",
102
+ "package": "@xyo-network/payload-model"
103
+ },
104
+ {
105
+ "type": "reference",
106
+ "name": "PayloadFields",
107
+ "qualifiedName": "PayloadFields",
108
+ "package": "@xyo-network/payload-model"
109
+ },
110
+ {
111
+ "type": "reflection",
112
+ "declaration": {
113
+ "id": 4,
114
+ "name": "__type",
115
+ "kind": 65536,
116
+ "kindString": "Type literal",
117
+ "flags": {},
118
+ "sources": [
119
+ {
120
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
121
+ "line": 18,
122
+ "character": 17
123
+ }
124
+ ]
125
+ }
126
+ }
127
+ ]
128
+ }
129
+ ],
130
+ "name": "XyoPayloadRenderProps"
131
+ },
132
+ {
133
+ "type": "reference",
134
+ "typeArguments": [
135
+ {
136
+ "type": "reference",
137
+ "typeArguments": [
138
+ {
139
+ "type": "literal",
140
+ "value": "div"
141
+ },
142
+ {
143
+ "type": "reflection",
144
+ "declaration": {
145
+ "id": 5,
146
+ "name": "__type",
147
+ "kind": 65536,
148
+ "kindString": "Type literal",
149
+ "flags": {}
150
+ }
151
+ }
152
+ ],
153
+ "name": "PaperProps",
154
+ "qualifiedName": "PaperProps",
155
+ "package": "@mui/material"
156
+ },
157
+ {
158
+ "type": "literal",
159
+ "value": "classes"
160
+ }
161
+ ],
162
+ "name": "Omit",
163
+ "qualifiedName": "Omit",
164
+ "package": "typescript"
165
+ },
166
+ {
167
+ "type": "reflection",
168
+ "declaration": {
169
+ "id": 6,
170
+ "name": "__type",
171
+ "kind": 65536,
172
+ "kindString": "Type literal",
173
+ "flags": {},
174
+ "sources": [
175
+ {
176
+ "fileName": "node_modules/@mui/material/Card/Card.d.ts",
177
+ "line": 14,
178
+ "character": 46
179
+ }
180
+ ]
181
+ }
182
+ },
183
+ {
184
+ "type": "reference",
185
+ "name": "CommonProps",
186
+ "qualifiedName": "CommonProps",
187
+ "package": "@mui/material"
188
+ },
189
+ {
190
+ "type": "reference",
191
+ "typeArguments": [
192
+ {
193
+ "type": "intersection",
194
+ "types": [
195
+ {
196
+ "type": "reference",
197
+ "typeArguments": [
198
+ {
199
+ "type": "reference",
200
+ "typeArguments": [
201
+ {
202
+ "type": "reference",
203
+ "typeArguments": [
204
+ {
205
+ "type": "reference",
206
+ "name": "HTMLDivElement",
207
+ "qualifiedName": "HTMLDivElement",
208
+ "package": "typescript"
209
+ }
210
+ ],
211
+ "name": "HTMLAttributes",
212
+ "qualifiedName": "React.HTMLAttributes",
213
+ "package": "@types/react"
214
+ },
215
+ {
216
+ "type": "reference",
217
+ "name": "HTMLDivElement",
218
+ "qualifiedName": "HTMLDivElement",
219
+ "package": "typescript"
220
+ }
221
+ ],
222
+ "name": "DetailedHTMLProps",
223
+ "qualifiedName": "React.DetailedHTMLProps",
224
+ "package": "@types/react"
225
+ },
226
+ {
227
+ "type": "literal",
228
+ "value": "ref"
229
+ }
230
+ ],
231
+ "name": "Omit",
232
+ "qualifiedName": "Omit",
233
+ "package": "typescript"
234
+ },
235
+ {
236
+ "type": "reflection",
237
+ "declaration": {
238
+ "id": 7,
239
+ "name": "__type",
240
+ "kind": 65536,
241
+ "kindString": "Type literal",
242
+ "flags": {},
243
+ "sources": [
244
+ {
245
+ "fileName": "node_modules/@types/react/index.d.ts",
246
+ "line": 795,
247
+ "character": 43
248
+ }
249
+ ]
250
+ }
251
+ }
252
+ ]
253
+ },
254
+ {
255
+ "type": "union",
256
+ "types": [
257
+ {
258
+ "type": "typeOperator",
259
+ "operator": "keyof",
260
+ "target": {
261
+ "type": "reference",
262
+ "name": "CommonProps",
263
+ "qualifiedName": "CommonProps",
264
+ "package": "@mui/material"
265
+ }
266
+ },
267
+ {
268
+ "type": "literal",
269
+ "value": "children"
270
+ },
271
+ {
272
+ "type": "literal",
273
+ "value": "sx"
274
+ },
275
+ {
276
+ "type": "literal",
277
+ "value": "ref"
278
+ },
279
+ {
280
+ "type": "literal",
281
+ "value": "slot"
282
+ },
283
+ {
284
+ "type": "literal",
285
+ "value": "title"
286
+ },
287
+ {
288
+ "type": "literal",
289
+ "value": "key"
290
+ },
291
+ {
292
+ "type": "literal",
293
+ "value": "defaultChecked"
294
+ },
295
+ {
296
+ "type": "literal",
297
+ "value": "defaultValue"
298
+ },
299
+ {
300
+ "type": "literal",
301
+ "value": "suppressContentEditableWarning"
302
+ },
303
+ {
304
+ "type": "literal",
305
+ "value": "suppressHydrationWarning"
306
+ },
307
+ {
308
+ "type": "literal",
309
+ "value": "accessKey"
310
+ },
311
+ {
312
+ "type": "literal",
313
+ "value": "contentEditable"
314
+ },
315
+ {
316
+ "type": "literal",
317
+ "value": "contextMenu"
318
+ },
319
+ {
320
+ "type": "literal",
321
+ "value": "dir"
322
+ },
323
+ {
324
+ "type": "literal",
325
+ "value": "draggable"
326
+ },
327
+ {
328
+ "type": "literal",
329
+ "value": "hidden"
330
+ },
331
+ {
332
+ "type": "literal",
333
+ "value": "id"
334
+ },
335
+ {
336
+ "type": "literal",
337
+ "value": "lang"
338
+ },
339
+ {
340
+ "type": "literal",
341
+ "value": "nonce"
342
+ },
343
+ {
344
+ "type": "literal",
345
+ "value": "placeholder"
346
+ },
347
+ {
348
+ "type": "literal",
349
+ "value": "spellCheck"
350
+ },
351
+ {
352
+ "type": "literal",
353
+ "value": "tabIndex"
354
+ },
355
+ {
356
+ "type": "literal",
357
+ "value": "translate"
358
+ },
359
+ {
360
+ "type": "literal",
361
+ "value": "radioGroup"
362
+ },
363
+ {
364
+ "type": "literal",
365
+ "value": "role"
366
+ },
367
+ {
368
+ "type": "literal",
369
+ "value": "about"
370
+ },
371
+ {
372
+ "type": "literal",
373
+ "value": "datatype"
374
+ },
375
+ {
376
+ "type": "literal",
377
+ "value": "inlist"
378
+ },
379
+ {
380
+ "type": "literal",
381
+ "value": "prefix"
382
+ },
383
+ {
384
+ "type": "literal",
385
+ "value": "property"
386
+ },
387
+ {
388
+ "type": "literal",
389
+ "value": "resource"
390
+ },
391
+ {
392
+ "type": "literal",
393
+ "value": "typeof"
394
+ },
395
+ {
396
+ "type": "literal",
397
+ "value": "vocab"
398
+ },
399
+ {
400
+ "type": "literal",
401
+ "value": "autoCapitalize"
402
+ },
403
+ {
404
+ "type": "literal",
405
+ "value": "autoCorrect"
406
+ },
407
+ {
408
+ "type": "literal",
409
+ "value": "autoSave"
410
+ },
411
+ {
412
+ "type": "literal",
413
+ "value": "color"
414
+ },
415
+ {
416
+ "type": "literal",
417
+ "value": "itemProp"
418
+ },
419
+ {
420
+ "type": "literal",
421
+ "value": "itemScope"
422
+ },
423
+ {
424
+ "type": "literal",
425
+ "value": "itemType"
426
+ },
427
+ {
428
+ "type": "literal",
429
+ "value": "itemID"
430
+ },
431
+ {
432
+ "type": "literal",
433
+ "value": "itemRef"
434
+ },
435
+ {
436
+ "type": "literal",
437
+ "value": "results"
438
+ },
439
+ {
440
+ "type": "literal",
441
+ "value": "security"
442
+ },
443
+ {
444
+ "type": "literal",
445
+ "value": "unselectable"
446
+ },
447
+ {
448
+ "type": "literal",
449
+ "value": "inputMode"
450
+ },
451
+ {
452
+ "type": "literal",
453
+ "value": "is"
454
+ },
455
+ {
456
+ "type": "literal",
457
+ "value": "aria-activedescendant"
458
+ },
459
+ {
460
+ "type": "literal",
461
+ "value": "aria-atomic"
462
+ },
463
+ {
464
+ "type": "literal",
465
+ "value": "aria-autocomplete"
466
+ },
467
+ {
468
+ "type": "literal",
469
+ "value": "aria-busy"
470
+ },
471
+ {
472
+ "type": "literal",
473
+ "value": "aria-checked"
474
+ },
475
+ {
476
+ "type": "literal",
477
+ "value": "aria-colcount"
478
+ },
479
+ {
480
+ "type": "literal",
481
+ "value": "aria-colindex"
482
+ },
483
+ {
484
+ "type": "literal",
485
+ "value": "aria-colspan"
486
+ },
487
+ {
488
+ "type": "literal",
489
+ "value": "aria-controls"
490
+ },
491
+ {
492
+ "type": "literal",
493
+ "value": "aria-current"
494
+ },
495
+ {
496
+ "type": "literal",
497
+ "value": "aria-describedby"
498
+ },
499
+ {
500
+ "type": "literal",
501
+ "value": "aria-details"
502
+ },
503
+ {
504
+ "type": "literal",
505
+ "value": "aria-disabled"
506
+ },
507
+ {
508
+ "type": "literal",
509
+ "value": "aria-dropeffect"
510
+ },
511
+ {
512
+ "type": "literal",
513
+ "value": "aria-errormessage"
514
+ },
515
+ {
516
+ "type": "literal",
517
+ "value": "aria-expanded"
518
+ },
519
+ {
520
+ "type": "literal",
521
+ "value": "aria-flowto"
522
+ },
523
+ {
524
+ "type": "literal",
525
+ "value": "aria-grabbed"
526
+ },
527
+ {
528
+ "type": "literal",
529
+ "value": "aria-haspopup"
530
+ },
531
+ {
532
+ "type": "literal",
533
+ "value": "aria-hidden"
534
+ },
535
+ {
536
+ "type": "literal",
537
+ "value": "aria-invalid"
538
+ },
539
+ {
540
+ "type": "literal",
541
+ "value": "aria-keyshortcuts"
542
+ },
543
+ {
544
+ "type": "literal",
545
+ "value": "aria-label"
546
+ },
547
+ {
548
+ "type": "literal",
549
+ "value": "aria-labelledby"
550
+ },
551
+ {
552
+ "type": "literal",
553
+ "value": "aria-level"
554
+ },
555
+ {
556
+ "type": "literal",
557
+ "value": "aria-live"
558
+ },
559
+ {
560
+ "type": "literal",
561
+ "value": "aria-modal"
562
+ },
563
+ {
564
+ "type": "literal",
565
+ "value": "aria-multiline"
566
+ },
567
+ {
568
+ "type": "literal",
569
+ "value": "aria-multiselectable"
570
+ },
571
+ {
572
+ "type": "literal",
573
+ "value": "aria-orientation"
574
+ },
575
+ {
576
+ "type": "literal",
577
+ "value": "aria-owns"
578
+ },
579
+ {
580
+ "type": "literal",
581
+ "value": "aria-placeholder"
582
+ },
583
+ {
584
+ "type": "literal",
585
+ "value": "aria-posinset"
586
+ },
587
+ {
588
+ "type": "literal",
589
+ "value": "aria-pressed"
590
+ },
591
+ {
592
+ "type": "literal",
593
+ "value": "aria-readonly"
594
+ },
595
+ {
596
+ "type": "literal",
597
+ "value": "aria-relevant"
598
+ },
599
+ {
600
+ "type": "literal",
601
+ "value": "aria-required"
602
+ },
603
+ {
604
+ "type": "literal",
605
+ "value": "aria-roledescription"
606
+ },
607
+ {
608
+ "type": "literal",
609
+ "value": "aria-rowcount"
610
+ },
611
+ {
612
+ "type": "literal",
613
+ "value": "aria-rowindex"
614
+ },
615
+ {
616
+ "type": "literal",
617
+ "value": "aria-rowspan"
618
+ },
619
+ {
620
+ "type": "literal",
621
+ "value": "aria-selected"
622
+ },
623
+ {
624
+ "type": "literal",
625
+ "value": "aria-setsize"
626
+ },
627
+ {
628
+ "type": "literal",
629
+ "value": "aria-sort"
630
+ },
631
+ {
632
+ "type": "literal",
633
+ "value": "aria-valuemax"
634
+ },
635
+ {
636
+ "type": "literal",
637
+ "value": "aria-valuemin"
638
+ },
639
+ {
640
+ "type": "literal",
641
+ "value": "aria-valuenow"
642
+ },
643
+ {
644
+ "type": "literal",
645
+ "value": "aria-valuetext"
646
+ },
647
+ {
648
+ "type": "literal",
649
+ "value": "dangerouslySetInnerHTML"
650
+ },
651
+ {
652
+ "type": "literal",
653
+ "value": "onCopy"
654
+ },
655
+ {
656
+ "type": "literal",
657
+ "value": "onCopyCapture"
658
+ },
659
+ {
660
+ "type": "literal",
661
+ "value": "onCut"
662
+ },
663
+ {
664
+ "type": "literal",
665
+ "value": "onCutCapture"
666
+ },
667
+ {
668
+ "type": "literal",
669
+ "value": "onPaste"
670
+ },
671
+ {
672
+ "type": "literal",
673
+ "value": "onPasteCapture"
674
+ },
675
+ {
676
+ "type": "literal",
677
+ "value": "onCompositionEnd"
678
+ },
679
+ {
680
+ "type": "literal",
681
+ "value": "onCompositionEndCapture"
682
+ },
683
+ {
684
+ "type": "literal",
685
+ "value": "onCompositionStart"
686
+ },
687
+ {
688
+ "type": "literal",
689
+ "value": "onCompositionStartCapture"
690
+ },
691
+ {
692
+ "type": "literal",
693
+ "value": "onCompositionUpdate"
694
+ },
695
+ {
696
+ "type": "literal",
697
+ "value": "onCompositionUpdateCapture"
698
+ },
699
+ {
700
+ "type": "literal",
701
+ "value": "onFocus"
702
+ },
703
+ {
704
+ "type": "literal",
705
+ "value": "onFocusCapture"
706
+ },
707
+ {
708
+ "type": "literal",
709
+ "value": "onBlur"
710
+ },
711
+ {
712
+ "type": "literal",
713
+ "value": "onBlurCapture"
714
+ },
715
+ {
716
+ "type": "literal",
717
+ "value": "onChange"
718
+ },
719
+ {
720
+ "type": "literal",
721
+ "value": "onChangeCapture"
722
+ },
723
+ {
724
+ "type": "literal",
725
+ "value": "onBeforeInput"
726
+ },
727
+ {
728
+ "type": "literal",
729
+ "value": "onBeforeInputCapture"
730
+ },
731
+ {
732
+ "type": "literal",
733
+ "value": "onInput"
734
+ },
735
+ {
736
+ "type": "literal",
737
+ "value": "onInputCapture"
738
+ },
739
+ {
740
+ "type": "literal",
741
+ "value": "onReset"
742
+ },
743
+ {
744
+ "type": "literal",
745
+ "value": "onResetCapture"
746
+ },
747
+ {
748
+ "type": "literal",
749
+ "value": "onSubmit"
750
+ },
751
+ {
752
+ "type": "literal",
753
+ "value": "onSubmitCapture"
754
+ },
755
+ {
756
+ "type": "literal",
757
+ "value": "onInvalid"
758
+ },
759
+ {
760
+ "type": "literal",
761
+ "value": "onInvalidCapture"
762
+ },
763
+ {
764
+ "type": "literal",
765
+ "value": "onLoad"
766
+ },
767
+ {
768
+ "type": "literal",
769
+ "value": "onLoadCapture"
770
+ },
771
+ {
772
+ "type": "literal",
773
+ "value": "onError"
774
+ },
775
+ {
776
+ "type": "literal",
777
+ "value": "onErrorCapture"
778
+ },
779
+ {
780
+ "type": "literal",
781
+ "value": "onKeyDown"
782
+ },
783
+ {
784
+ "type": "literal",
785
+ "value": "onKeyDownCapture"
786
+ },
787
+ {
788
+ "type": "literal",
789
+ "value": "onKeyPress"
790
+ },
791
+ {
792
+ "type": "literal",
793
+ "value": "onKeyPressCapture"
794
+ },
795
+ {
796
+ "type": "literal",
797
+ "value": "onKeyUp"
798
+ },
799
+ {
800
+ "type": "literal",
801
+ "value": "onKeyUpCapture"
802
+ },
803
+ {
804
+ "type": "literal",
805
+ "value": "onAbort"
806
+ },
807
+ {
808
+ "type": "literal",
809
+ "value": "onAbortCapture"
810
+ },
811
+ {
812
+ "type": "literal",
813
+ "value": "onCanPlay"
814
+ },
815
+ {
816
+ "type": "literal",
817
+ "value": "onCanPlayCapture"
818
+ },
819
+ {
820
+ "type": "literal",
821
+ "value": "onCanPlayThrough"
822
+ },
823
+ {
824
+ "type": "literal",
825
+ "value": "onCanPlayThroughCapture"
826
+ },
827
+ {
828
+ "type": "literal",
829
+ "value": "onDurationChange"
830
+ },
831
+ {
832
+ "type": "literal",
833
+ "value": "onDurationChangeCapture"
834
+ },
835
+ {
836
+ "type": "literal",
837
+ "value": "onEmptied"
838
+ },
839
+ {
840
+ "type": "literal",
841
+ "value": "onEmptiedCapture"
842
+ },
843
+ {
844
+ "type": "literal",
845
+ "value": "onEncrypted"
846
+ },
847
+ {
848
+ "type": "literal",
849
+ "value": "onEncryptedCapture"
850
+ },
851
+ {
852
+ "type": "literal",
853
+ "value": "onEnded"
854
+ },
855
+ {
856
+ "type": "literal",
857
+ "value": "onEndedCapture"
858
+ },
859
+ {
860
+ "type": "literal",
861
+ "value": "onLoadedData"
862
+ },
863
+ {
864
+ "type": "literal",
865
+ "value": "onLoadedDataCapture"
866
+ },
867
+ {
868
+ "type": "literal",
869
+ "value": "onLoadedMetadata"
870
+ },
871
+ {
872
+ "type": "literal",
873
+ "value": "onLoadedMetadataCapture"
874
+ },
875
+ {
876
+ "type": "literal",
877
+ "value": "onLoadStart"
878
+ },
879
+ {
880
+ "type": "literal",
881
+ "value": "onLoadStartCapture"
882
+ },
883
+ {
884
+ "type": "literal",
885
+ "value": "onPause"
886
+ },
887
+ {
888
+ "type": "literal",
889
+ "value": "onPauseCapture"
890
+ },
891
+ {
892
+ "type": "literal",
893
+ "value": "onPlay"
894
+ },
895
+ {
896
+ "type": "literal",
897
+ "value": "onPlayCapture"
898
+ },
899
+ {
900
+ "type": "literal",
901
+ "value": "onPlaying"
902
+ },
903
+ {
904
+ "type": "literal",
905
+ "value": "onPlayingCapture"
906
+ },
907
+ {
908
+ "type": "literal",
909
+ "value": "onProgress"
910
+ },
911
+ {
912
+ "type": "literal",
913
+ "value": "onProgressCapture"
914
+ },
915
+ {
916
+ "type": "literal",
917
+ "value": "onRateChange"
918
+ },
919
+ {
920
+ "type": "literal",
921
+ "value": "onRateChangeCapture"
922
+ },
923
+ {
924
+ "type": "literal",
925
+ "value": "onResize"
926
+ },
927
+ {
928
+ "type": "literal",
929
+ "value": "onResizeCapture"
930
+ },
931
+ {
932
+ "type": "literal",
933
+ "value": "onSeeked"
934
+ },
935
+ {
936
+ "type": "literal",
937
+ "value": "onSeekedCapture"
938
+ },
939
+ {
940
+ "type": "literal",
941
+ "value": "onSeeking"
942
+ },
943
+ {
944
+ "type": "literal",
945
+ "value": "onSeekingCapture"
946
+ },
947
+ {
948
+ "type": "literal",
949
+ "value": "onStalled"
950
+ },
951
+ {
952
+ "type": "literal",
953
+ "value": "onStalledCapture"
954
+ },
955
+ {
956
+ "type": "literal",
957
+ "value": "onSuspend"
958
+ },
959
+ {
960
+ "type": "literal",
961
+ "value": "onSuspendCapture"
962
+ },
963
+ {
964
+ "type": "literal",
965
+ "value": "onTimeUpdate"
966
+ },
967
+ {
968
+ "type": "literal",
969
+ "value": "onTimeUpdateCapture"
970
+ },
971
+ {
972
+ "type": "literal",
973
+ "value": "onVolumeChange"
974
+ },
975
+ {
976
+ "type": "literal",
977
+ "value": "onVolumeChangeCapture"
978
+ },
979
+ {
980
+ "type": "literal",
981
+ "value": "onWaiting"
982
+ },
983
+ {
984
+ "type": "literal",
985
+ "value": "onWaitingCapture"
986
+ },
987
+ {
988
+ "type": "literal",
989
+ "value": "onAuxClick"
990
+ },
991
+ {
992
+ "type": "literal",
993
+ "value": "onAuxClickCapture"
994
+ },
995
+ {
996
+ "type": "literal",
997
+ "value": "onClick"
998
+ },
999
+ {
1000
+ "type": "literal",
1001
+ "value": "onClickCapture"
1002
+ },
1003
+ {
1004
+ "type": "literal",
1005
+ "value": "onContextMenu"
1006
+ },
1007
+ {
1008
+ "type": "literal",
1009
+ "value": "onContextMenuCapture"
1010
+ },
1011
+ {
1012
+ "type": "literal",
1013
+ "value": "onDoubleClick"
1014
+ },
1015
+ {
1016
+ "type": "literal",
1017
+ "value": "onDoubleClickCapture"
1018
+ },
1019
+ {
1020
+ "type": "literal",
1021
+ "value": "onDrag"
1022
+ },
1023
+ {
1024
+ "type": "literal",
1025
+ "value": "onDragCapture"
1026
+ },
1027
+ {
1028
+ "type": "literal",
1029
+ "value": "onDragEnd"
1030
+ },
1031
+ {
1032
+ "type": "literal",
1033
+ "value": "onDragEndCapture"
1034
+ },
1035
+ {
1036
+ "type": "literal",
1037
+ "value": "onDragEnter"
1038
+ },
1039
+ {
1040
+ "type": "literal",
1041
+ "value": "onDragEnterCapture"
1042
+ },
1043
+ {
1044
+ "type": "literal",
1045
+ "value": "onDragExit"
1046
+ },
1047
+ {
1048
+ "type": "literal",
1049
+ "value": "onDragExitCapture"
1050
+ },
1051
+ {
1052
+ "type": "literal",
1053
+ "value": "onDragLeave"
1054
+ },
1055
+ {
1056
+ "type": "literal",
1057
+ "value": "onDragLeaveCapture"
1058
+ },
1059
+ {
1060
+ "type": "literal",
1061
+ "value": "onDragOver"
1062
+ },
1063
+ {
1064
+ "type": "literal",
1065
+ "value": "onDragOverCapture"
1066
+ },
1067
+ {
1068
+ "type": "literal",
1069
+ "value": "onDragStart"
1070
+ },
1071
+ {
1072
+ "type": "literal",
1073
+ "value": "onDragStartCapture"
1074
+ },
1075
+ {
1076
+ "type": "literal",
1077
+ "value": "onDrop"
1078
+ },
1079
+ {
1080
+ "type": "literal",
1081
+ "value": "onDropCapture"
1082
+ },
1083
+ {
1084
+ "type": "literal",
1085
+ "value": "onMouseDown"
1086
+ },
1087
+ {
1088
+ "type": "literal",
1089
+ "value": "onMouseDownCapture"
1090
+ },
1091
+ {
1092
+ "type": "literal",
1093
+ "value": "onMouseEnter"
1094
+ },
1095
+ {
1096
+ "type": "literal",
1097
+ "value": "onMouseLeave"
1098
+ },
1099
+ {
1100
+ "type": "literal",
1101
+ "value": "onMouseMove"
1102
+ },
1103
+ {
1104
+ "type": "literal",
1105
+ "value": "onMouseMoveCapture"
1106
+ },
1107
+ {
1108
+ "type": "literal",
1109
+ "value": "onMouseOut"
1110
+ },
1111
+ {
1112
+ "type": "literal",
1113
+ "value": "onMouseOutCapture"
1114
+ },
1115
+ {
1116
+ "type": "literal",
1117
+ "value": "onMouseOver"
1118
+ },
1119
+ {
1120
+ "type": "literal",
1121
+ "value": "onMouseOverCapture"
1122
+ },
1123
+ {
1124
+ "type": "literal",
1125
+ "value": "onMouseUp"
1126
+ },
1127
+ {
1128
+ "type": "literal",
1129
+ "value": "onMouseUpCapture"
1130
+ },
1131
+ {
1132
+ "type": "literal",
1133
+ "value": "onSelect"
1134
+ },
1135
+ {
1136
+ "type": "literal",
1137
+ "value": "onSelectCapture"
1138
+ },
1139
+ {
1140
+ "type": "literal",
1141
+ "value": "onTouchCancel"
1142
+ },
1143
+ {
1144
+ "type": "literal",
1145
+ "value": "onTouchCancelCapture"
1146
+ },
1147
+ {
1148
+ "type": "literal",
1149
+ "value": "onTouchEnd"
1150
+ },
1151
+ {
1152
+ "type": "literal",
1153
+ "value": "onTouchEndCapture"
1154
+ },
1155
+ {
1156
+ "type": "literal",
1157
+ "value": "onTouchMove"
1158
+ },
1159
+ {
1160
+ "type": "literal",
1161
+ "value": "onTouchMoveCapture"
1162
+ },
1163
+ {
1164
+ "type": "literal",
1165
+ "value": "onTouchStart"
1166
+ },
1167
+ {
1168
+ "type": "literal",
1169
+ "value": "onTouchStartCapture"
1170
+ },
1171
+ {
1172
+ "type": "literal",
1173
+ "value": "onPointerDown"
1174
+ },
1175
+ {
1176
+ "type": "literal",
1177
+ "value": "onPointerDownCapture"
1178
+ },
1179
+ {
1180
+ "type": "literal",
1181
+ "value": "onPointerMove"
1182
+ },
1183
+ {
1184
+ "type": "literal",
1185
+ "value": "onPointerMoveCapture"
1186
+ },
1187
+ {
1188
+ "type": "literal",
1189
+ "value": "onPointerUp"
1190
+ },
1191
+ {
1192
+ "type": "literal",
1193
+ "value": "onPointerUpCapture"
1194
+ },
1195
+ {
1196
+ "type": "literal",
1197
+ "value": "onPointerCancel"
1198
+ },
1199
+ {
1200
+ "type": "literal",
1201
+ "value": "onPointerCancelCapture"
1202
+ },
1203
+ {
1204
+ "type": "literal",
1205
+ "value": "onPointerEnter"
1206
+ },
1207
+ {
1208
+ "type": "literal",
1209
+ "value": "onPointerEnterCapture"
1210
+ },
1211
+ {
1212
+ "type": "literal",
1213
+ "value": "onPointerLeave"
1214
+ },
1215
+ {
1216
+ "type": "literal",
1217
+ "value": "onPointerLeaveCapture"
1218
+ },
1219
+ {
1220
+ "type": "literal",
1221
+ "value": "onPointerOver"
1222
+ },
1223
+ {
1224
+ "type": "literal",
1225
+ "value": "onPointerOverCapture"
1226
+ },
1227
+ {
1228
+ "type": "literal",
1229
+ "value": "onPointerOut"
1230
+ },
1231
+ {
1232
+ "type": "literal",
1233
+ "value": "onPointerOutCapture"
1234
+ },
1235
+ {
1236
+ "type": "literal",
1237
+ "value": "onGotPointerCapture"
1238
+ },
1239
+ {
1240
+ "type": "literal",
1241
+ "value": "onGotPointerCaptureCapture"
1242
+ },
1243
+ {
1244
+ "type": "literal",
1245
+ "value": "onLostPointerCapture"
1246
+ },
1247
+ {
1248
+ "type": "literal",
1249
+ "value": "onLostPointerCaptureCapture"
1250
+ },
1251
+ {
1252
+ "type": "literal",
1253
+ "value": "onScroll"
1254
+ },
1255
+ {
1256
+ "type": "literal",
1257
+ "value": "onScrollCapture"
1258
+ },
1259
+ {
1260
+ "type": "literal",
1261
+ "value": "onWheel"
1262
+ },
1263
+ {
1264
+ "type": "literal",
1265
+ "value": "onWheelCapture"
1266
+ },
1267
+ {
1268
+ "type": "literal",
1269
+ "value": "onAnimationStart"
1270
+ },
1271
+ {
1272
+ "type": "literal",
1273
+ "value": "onAnimationStartCapture"
1274
+ },
1275
+ {
1276
+ "type": "literal",
1277
+ "value": "onAnimationEnd"
1278
+ },
1279
+ {
1280
+ "type": "literal",
1281
+ "value": "onAnimationEndCapture"
1282
+ },
1283
+ {
1284
+ "type": "literal",
1285
+ "value": "onAnimationIteration"
1286
+ },
1287
+ {
1288
+ "type": "literal",
1289
+ "value": "onAnimationIterationCapture"
1290
+ },
1291
+ {
1292
+ "type": "literal",
1293
+ "value": "onTransitionEnd"
1294
+ },
1295
+ {
1296
+ "type": "literal",
1297
+ "value": "onTransitionEndCapture"
1298
+ },
1299
+ {
1300
+ "type": "literal",
1301
+ "value": "elevation"
1302
+ },
1303
+ {
1304
+ "type": "literal",
1305
+ "value": "square"
1306
+ },
1307
+ {
1308
+ "type": "literal",
1309
+ "value": "variant"
1310
+ },
1311
+ {
1312
+ "type": "literal",
1313
+ "value": "raised"
1314
+ }
1315
+ ]
1316
+ }
1317
+ ],
1318
+ "name": "Omit",
1319
+ "qualifiedName": "Omit",
1320
+ "package": "typescript"
1321
+ }
1322
+ ]
1323
+ },
1324
+ {
1325
+ "type": "literal",
1326
+ "value": "ref"
1327
+ }
1328
+ ],
1329
+ "name": "Omit",
1330
+ "qualifiedName": "Omit",
1331
+ "package": "typescript"
1332
+ },
1333
+ {
1334
+ "type": "reference",
1335
+ "typeArguments": [
1336
+ {
1337
+ "type": "reference",
1338
+ "name": "HTMLDivElement",
1339
+ "qualifiedName": "HTMLDivElement",
1340
+ "package": "typescript"
1341
+ }
1342
+ ],
1343
+ "name": "RefAttributes",
1344
+ "qualifiedName": "React.RefAttributes",
1345
+ "package": "@types/react"
1346
+ }
1347
+ ]
1348
+ }
1349
+ }
1350
+ ],
1351
+ "type": {
1352
+ "type": "union",
1353
+ "types": [
1354
+ {
1355
+ "type": "literal",
1356
+ "value": null
1357
+ },
1358
+ {
1359
+ "type": "reference",
1360
+ "typeArguments": [
1361
+ {
1362
+ "type": "intrinsic",
1363
+ "name": "any"
1364
+ },
1365
+ {
1366
+ "type": "union",
1367
+ "types": [
1368
+ {
1369
+ "type": "intrinsic",
1370
+ "name": "string"
1371
+ },
1372
+ {
1373
+ "type": "reference",
1374
+ "typeArguments": [
1375
+ {
1376
+ "type": "intrinsic",
1377
+ "name": "any"
1378
+ }
1379
+ ],
1380
+ "name": "JSXElementConstructor",
1381
+ "qualifiedName": "React.JSXElementConstructor",
1382
+ "package": "@types/react"
1383
+ }
1384
+ ]
1385
+ }
1386
+ ],
1387
+ "name": "ReactElement",
1388
+ "qualifiedName": "React.ReactElement",
1389
+ "package": "@types/react"
1390
+ }
1391
+ ]
1392
+ }
1393
+ }
1394
+ ]
1395
+ },
1396
+ {
1397
+ "id": 8,
1398
+ "name": "EtherchainV1GasPriceCardContent",
1399
+ "kind": 64,
1400
+ "kindString": "Function",
1401
+ "flags": {},
1402
+ "sources": [
1403
+ {
1404
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/src/components/Card/CardContent.tsx",
1405
+ "line": 11,
1406
+ "character": 13,
1407
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/67f9064df/packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/src/components/Card/CardContent.tsx#L11"
1408
+ }
1409
+ ],
1410
+ "signatures": [
1411
+ {
1412
+ "id": 9,
1413
+ "name": "EtherchainV1GasPriceCardContent",
1414
+ "kind": 4096,
1415
+ "kindString": "Call signature",
1416
+ "flags": {},
1417
+ "comment": {
1418
+ "summary": [
1419
+ {
1420
+ "kind": "text",
1421
+ "text": "**NOTE**: Exotic components are not callable."
1422
+ }
1423
+ ]
1424
+ },
1425
+ "parameters": [
1426
+ {
1427
+ "id": 10,
1428
+ "name": "props",
1429
+ "kind": 32768,
1430
+ "kindString": "Parameter",
1431
+ "flags": {},
1432
+ "type": {
1433
+ "type": "intersection",
1434
+ "types": [
1435
+ {
1436
+ "type": "reference",
1437
+ "typeArguments": [
1438
+ {
1439
+ "type": "intersection",
1440
+ "types": [
1441
+ {
1442
+ "type": "reference",
1443
+ "typeArguments": [
1444
+ {
1445
+ "type": "intersection",
1446
+ "types": [
1447
+ {
1448
+ "type": "reference",
1449
+ "name": "SchemaFields",
1450
+ "qualifiedName": "SchemaFields",
1451
+ "package": "@xyo-network/payload-model"
1452
+ },
1453
+ {
1454
+ "type": "reference",
1455
+ "name": "PayloadFields",
1456
+ "qualifiedName": "PayloadFields",
1457
+ "package": "@xyo-network/payload-model"
1458
+ },
1459
+ {
1460
+ "type": "reflection",
1461
+ "declaration": {
1462
+ "id": 11,
1463
+ "name": "__type",
1464
+ "kind": 65536,
1465
+ "kindString": "Type literal",
1466
+ "flags": {},
1467
+ "sources": [
1468
+ {
1469
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
1470
+ "line": 18,
1471
+ "character": 17
1472
+ }
1473
+ ]
1474
+ }
1475
+ }
1476
+ ]
1477
+ }
1478
+ ],
1479
+ "name": "XyoPayloadRenderProps"
1480
+ },
1481
+ {
1482
+ "type": "reflection",
1483
+ "declaration": {
1484
+ "id": 12,
1485
+ "name": "__type",
1486
+ "kind": 65536,
1487
+ "kindString": "Type literal",
1488
+ "flags": {},
1489
+ "sources": [
1490
+ {
1491
+ "fileName": "node_modules/@mui/material/CardContent/CardContent.d.ts",
1492
+ "line": 8,
1493
+ "character": 13
1494
+ }
1495
+ ]
1496
+ }
1497
+ },
1498
+ {
1499
+ "type": "reference",
1500
+ "name": "CommonProps",
1501
+ "qualifiedName": "CommonProps",
1502
+ "package": "@mui/material"
1503
+ },
1504
+ {
1505
+ "type": "reference",
1506
+ "typeArguments": [
1507
+ {
1508
+ "type": "intersection",
1509
+ "types": [
1510
+ {
1511
+ "type": "reference",
1512
+ "typeArguments": [
1513
+ {
1514
+ "type": "reference",
1515
+ "typeArguments": [
1516
+ {
1517
+ "type": "reference",
1518
+ "typeArguments": [
1519
+ {
1520
+ "type": "reference",
1521
+ "name": "HTMLDivElement",
1522
+ "qualifiedName": "HTMLDivElement",
1523
+ "package": "typescript"
1524
+ }
1525
+ ],
1526
+ "name": "HTMLAttributes",
1527
+ "qualifiedName": "React.HTMLAttributes",
1528
+ "package": "@types/react"
1529
+ },
1530
+ {
1531
+ "type": "reference",
1532
+ "name": "HTMLDivElement",
1533
+ "qualifiedName": "HTMLDivElement",
1534
+ "package": "typescript"
1535
+ }
1536
+ ],
1537
+ "name": "DetailedHTMLProps",
1538
+ "qualifiedName": "React.DetailedHTMLProps",
1539
+ "package": "@types/react"
1540
+ },
1541
+ {
1542
+ "type": "literal",
1543
+ "value": "ref"
1544
+ }
1545
+ ],
1546
+ "name": "Omit",
1547
+ "qualifiedName": "Omit",
1548
+ "package": "typescript"
1549
+ },
1550
+ {
1551
+ "type": "reflection",
1552
+ "declaration": {
1553
+ "id": 13,
1554
+ "name": "__type",
1555
+ "kind": 65536,
1556
+ "kindString": "Type literal",
1557
+ "flags": {},
1558
+ "sources": [
1559
+ {
1560
+ "fileName": "node_modules/@types/react/index.d.ts",
1561
+ "line": 795,
1562
+ "character": 43
1563
+ }
1564
+ ]
1565
+ }
1566
+ }
1567
+ ]
1568
+ },
1569
+ {
1570
+ "type": "union",
1571
+ "types": [
1572
+ {
1573
+ "type": "typeOperator",
1574
+ "operator": "keyof",
1575
+ "target": {
1576
+ "type": "reference",
1577
+ "name": "CommonProps",
1578
+ "qualifiedName": "CommonProps",
1579
+ "package": "@mui/material"
1580
+ }
1581
+ },
1582
+ {
1583
+ "type": "literal",
1584
+ "value": "children"
1585
+ },
1586
+ {
1587
+ "type": "literal",
1588
+ "value": "sx"
1589
+ }
1590
+ ]
1591
+ }
1592
+ ],
1593
+ "name": "Omit",
1594
+ "qualifiedName": "Omit",
1595
+ "package": "typescript"
1596
+ }
1597
+ ]
1598
+ },
1599
+ {
1600
+ "type": "literal",
1601
+ "value": "ref"
1602
+ }
1603
+ ],
1604
+ "name": "Omit",
1605
+ "qualifiedName": "Omit",
1606
+ "package": "typescript"
1607
+ },
1608
+ {
1609
+ "type": "reference",
1610
+ "typeArguments": [
1611
+ {
1612
+ "type": "reference",
1613
+ "name": "HTMLDivElement",
1614
+ "qualifiedName": "HTMLDivElement",
1615
+ "package": "typescript"
1616
+ }
1617
+ ],
1618
+ "name": "RefAttributes",
1619
+ "qualifiedName": "React.RefAttributes",
1620
+ "package": "@types/react"
1621
+ }
1622
+ ]
1623
+ }
1624
+ }
1625
+ ],
1626
+ "type": {
1627
+ "type": "union",
1628
+ "types": [
1629
+ {
1630
+ "type": "literal",
1631
+ "value": null
1632
+ },
1633
+ {
1634
+ "type": "reference",
1635
+ "typeArguments": [
1636
+ {
1637
+ "type": "intrinsic",
1638
+ "name": "any"
1639
+ },
1640
+ {
1641
+ "type": "union",
1642
+ "types": [
1643
+ {
1644
+ "type": "intrinsic",
1645
+ "name": "string"
1646
+ },
1647
+ {
1648
+ "type": "reference",
1649
+ "typeArguments": [
1650
+ {
1651
+ "type": "intrinsic",
1652
+ "name": "any"
1653
+ }
1654
+ ],
1655
+ "name": "JSXElementConstructor",
1656
+ "qualifiedName": "React.JSXElementConstructor",
1657
+ "package": "@types/react"
1658
+ }
1659
+ ]
1660
+ }
1661
+ ],
1662
+ "name": "ReactElement",
1663
+ "qualifiedName": "React.ReactElement",
1664
+ "package": "@types/react"
1665
+ }
1666
+ ]
1667
+ }
1668
+ }
1669
+ ]
1670
+ },
1671
+ {
1672
+ "id": 14,
1673
+ "name": "EtherchainV1GasPriceCardHeader",
1674
+ "kind": 64,
1675
+ "kindString": "Function",
1676
+ "flags": {},
1677
+ "sources": [
1678
+ {
1679
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/src/components/Card/CardHeader.tsx",
1680
+ "line": 10,
1681
+ "character": 13,
1682
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/67f9064df/packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/src/components/Card/CardHeader.tsx#L10"
1683
+ }
1684
+ ],
1685
+ "signatures": [
1686
+ {
1687
+ "id": 15,
1688
+ "name": "EtherchainV1GasPriceCardHeader",
1689
+ "kind": 4096,
1690
+ "kindString": "Call signature",
1691
+ "flags": {},
1692
+ "comment": {
1693
+ "summary": [
1694
+ {
1695
+ "kind": "text",
1696
+ "text": "**NOTE**: Exotic components are not callable."
1697
+ }
1698
+ ]
1699
+ },
1700
+ "parameters": [
1701
+ {
1702
+ "id": 16,
1703
+ "name": "props",
1704
+ "kind": 32768,
1705
+ "kindString": "Parameter",
1706
+ "flags": {},
1707
+ "type": {
1708
+ "type": "intersection",
1709
+ "types": [
1710
+ {
1711
+ "type": "reference",
1712
+ "typeArguments": [
1713
+ {
1714
+ "type": "intersection",
1715
+ "types": [
1716
+ {
1717
+ "type": "reference",
1718
+ "typeArguments": [
1719
+ {
1720
+ "type": "intersection",
1721
+ "types": [
1722
+ {
1723
+ "type": "reference",
1724
+ "name": "SchemaFields",
1725
+ "qualifiedName": "SchemaFields",
1726
+ "package": "@xyo-network/payload-model"
1727
+ },
1728
+ {
1729
+ "type": "reference",
1730
+ "name": "PayloadFields",
1731
+ "qualifiedName": "PayloadFields",
1732
+ "package": "@xyo-network/payload-model"
1733
+ },
1734
+ {
1735
+ "type": "reflection",
1736
+ "declaration": {
1737
+ "id": 17,
1738
+ "name": "__type",
1739
+ "kind": 65536,
1740
+ "kindString": "Type literal",
1741
+ "flags": {},
1742
+ "sources": [
1743
+ {
1744
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
1745
+ "line": 18,
1746
+ "character": 17
1747
+ }
1748
+ ]
1749
+ }
1750
+ }
1751
+ ]
1752
+ }
1753
+ ],
1754
+ "name": "XyoPayloadRenderProps"
1755
+ },
1756
+ {
1757
+ "type": "reflection",
1758
+ "declaration": {
1759
+ "id": 18,
1760
+ "name": "__type",
1761
+ "kind": 65536,
1762
+ "kindString": "Type literal",
1763
+ "flags": {},
1764
+ "sources": [
1765
+ {
1766
+ "fileName": "node_modules/@mui/material/CardHeader/CardHeader.d.ts",
1767
+ "line": 14,
1768
+ "character": 17
1769
+ }
1770
+ ]
1771
+ }
1772
+ },
1773
+ {
1774
+ "type": "reference",
1775
+ "name": "CommonProps",
1776
+ "qualifiedName": "CommonProps",
1777
+ "package": "@mui/material"
1778
+ },
1779
+ {
1780
+ "type": "reference",
1781
+ "typeArguments": [
1782
+ {
1783
+ "type": "intersection",
1784
+ "types": [
1785
+ {
1786
+ "type": "reference",
1787
+ "typeArguments": [
1788
+ {
1789
+ "type": "reference",
1790
+ "typeArguments": [
1791
+ {
1792
+ "type": "reference",
1793
+ "typeArguments": [
1794
+ {
1795
+ "type": "reference",
1796
+ "name": "HTMLDivElement",
1797
+ "qualifiedName": "HTMLDivElement",
1798
+ "package": "typescript"
1799
+ }
1800
+ ],
1801
+ "name": "HTMLAttributes",
1802
+ "qualifiedName": "React.HTMLAttributes",
1803
+ "package": "@types/react"
1804
+ },
1805
+ {
1806
+ "type": "reference",
1807
+ "name": "HTMLDivElement",
1808
+ "qualifiedName": "HTMLDivElement",
1809
+ "package": "typescript"
1810
+ }
1811
+ ],
1812
+ "name": "DetailedHTMLProps",
1813
+ "qualifiedName": "React.DetailedHTMLProps",
1814
+ "package": "@types/react"
1815
+ },
1816
+ {
1817
+ "type": "literal",
1818
+ "value": "ref"
1819
+ }
1820
+ ],
1821
+ "name": "Omit",
1822
+ "qualifiedName": "Omit",
1823
+ "package": "typescript"
1824
+ },
1825
+ {
1826
+ "type": "reflection",
1827
+ "declaration": {
1828
+ "id": 19,
1829
+ "name": "__type",
1830
+ "kind": 65536,
1831
+ "kindString": "Type literal",
1832
+ "flags": {},
1833
+ "sources": [
1834
+ {
1835
+ "fileName": "node_modules/@types/react/index.d.ts",
1836
+ "line": 795,
1837
+ "character": 43
1838
+ }
1839
+ ]
1840
+ }
1841
+ }
1842
+ ]
1843
+ },
1844
+ {
1845
+ "type": "union",
1846
+ "types": [
1847
+ {
1848
+ "type": "typeOperator",
1849
+ "operator": "keyof",
1850
+ "target": {
1851
+ "type": "reference",
1852
+ "name": "CommonProps",
1853
+ "qualifiedName": "CommonProps",
1854
+ "package": "@mui/material"
1855
+ }
1856
+ },
1857
+ {
1858
+ "type": "literal",
1859
+ "value": "sx"
1860
+ },
1861
+ {
1862
+ "type": "literal",
1863
+ "value": "title"
1864
+ },
1865
+ {
1866
+ "type": "literal",
1867
+ "value": "action"
1868
+ },
1869
+ {
1870
+ "type": "literal",
1871
+ "value": "avatar"
1872
+ },
1873
+ {
1874
+ "type": "literal",
1875
+ "value": "disableTypography"
1876
+ },
1877
+ {
1878
+ "type": "literal",
1879
+ "value": "subheader"
1880
+ },
1881
+ {
1882
+ "type": "literal",
1883
+ "value": "subheaderTypographyProps"
1884
+ },
1885
+ {
1886
+ "type": "literal",
1887
+ "value": "titleTypographyProps"
1888
+ }
1889
+ ]
1890
+ }
1891
+ ],
1892
+ "name": "Omit",
1893
+ "qualifiedName": "Omit",
1894
+ "package": "typescript"
1895
+ }
1896
+ ]
1897
+ },
1898
+ {
1899
+ "type": "literal",
1900
+ "value": "ref"
1901
+ }
1902
+ ],
1903
+ "name": "Omit",
1904
+ "qualifiedName": "Omit",
1905
+ "package": "typescript"
1906
+ },
1907
+ {
1908
+ "type": "reference",
1909
+ "typeArguments": [
1910
+ {
1911
+ "type": "reference",
1912
+ "name": "HTMLDivElement",
1913
+ "qualifiedName": "HTMLDivElement",
1914
+ "package": "typescript"
1915
+ }
1916
+ ],
1917
+ "name": "RefAttributes",
1918
+ "qualifiedName": "React.RefAttributes",
1919
+ "package": "@types/react"
1920
+ }
1921
+ ]
1922
+ }
1923
+ }
1924
+ ],
1925
+ "type": {
1926
+ "type": "union",
1927
+ "types": [
1928
+ {
1929
+ "type": "literal",
1930
+ "value": null
1931
+ },
1932
+ {
1933
+ "type": "reference",
1934
+ "typeArguments": [
1935
+ {
1936
+ "type": "intrinsic",
1937
+ "name": "any"
1938
+ },
1939
+ {
1940
+ "type": "union",
1941
+ "types": [
1942
+ {
1943
+ "type": "intrinsic",
1944
+ "name": "string"
1945
+ },
1946
+ {
1947
+ "type": "reference",
1948
+ "typeArguments": [
1949
+ {
1950
+ "type": "intrinsic",
1951
+ "name": "any"
1952
+ }
1953
+ ],
1954
+ "name": "JSXElementConstructor",
1955
+ "qualifiedName": "React.JSXElementConstructor",
1956
+ "package": "@types/react"
1957
+ }
1958
+ ]
1959
+ }
1960
+ ],
1961
+ "name": "ReactElement",
1962
+ "qualifiedName": "React.ReactElement",
1963
+ "package": "@types/react"
1964
+ }
1965
+ ]
1966
+ }
1967
+ }
1968
+ ]
1969
+ },
1970
+ {
1971
+ "id": 20,
1972
+ "name": "EtherchainV1GasPriceDetailsBox",
1973
+ "kind": 64,
1974
+ "kindString": "Function",
1975
+ "flags": {},
1976
+ "sources": [
1977
+ {
1978
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/src/components/Details/Box/EtherchainV1GasPriceDetailsBox.tsx",
1979
+ "line": 13,
1980
+ "character": 13,
1981
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/67f9064df/packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/src/components/Details/Box/EtherchainV1GasPriceDetailsBox.tsx#L13"
1982
+ }
1983
+ ],
1984
+ "signatures": [
1985
+ {
1986
+ "id": 21,
1987
+ "name": "EtherchainV1GasPriceDetailsBox",
1988
+ "kind": 4096,
1989
+ "kindString": "Call signature",
1990
+ "flags": {},
1991
+ "comment": {
1992
+ "summary": [
1993
+ {
1994
+ "kind": "text",
1995
+ "text": "**NOTE**: Exotic components are not callable."
1996
+ }
1997
+ ]
1998
+ },
1999
+ "parameters": [
2000
+ {
2001
+ "id": 22,
2002
+ "name": "props",
2003
+ "kind": 32768,
2004
+ "kindString": "Parameter",
2005
+ "flags": {},
2006
+ "type": {
2007
+ "type": "intersection",
2008
+ "types": [
2009
+ {
2010
+ "type": "reference",
2011
+ "name": "XyoPayloadDetailsRenderProps"
2012
+ },
2013
+ {
2014
+ "type": "reference",
2015
+ "name": "BusyBoxProps",
2016
+ "qualifiedName": "BusyBoxProps",
2017
+ "package": "@xylabs/react-flexbox"
2018
+ },
2019
+ {
2020
+ "type": "reference",
2021
+ "typeArguments": [
2022
+ {
2023
+ "type": "reference",
2024
+ "name": "HTMLDivElement",
2025
+ "qualifiedName": "HTMLDivElement",
2026
+ "package": "typescript"
2027
+ }
2028
+ ],
2029
+ "name": "RefAttributes",
2030
+ "qualifiedName": "React.RefAttributes",
2031
+ "package": "@types/react"
2032
+ }
2033
+ ]
2034
+ }
2035
+ }
2036
+ ],
2037
+ "type": {
2038
+ "type": "union",
2039
+ "types": [
2040
+ {
2041
+ "type": "literal",
2042
+ "value": null
2043
+ },
2044
+ {
2045
+ "type": "reference",
2046
+ "typeArguments": [
2047
+ {
2048
+ "type": "intrinsic",
2049
+ "name": "any"
2050
+ },
2051
+ {
2052
+ "type": "union",
2053
+ "types": [
2054
+ {
2055
+ "type": "intrinsic",
2056
+ "name": "string"
2057
+ },
2058
+ {
2059
+ "type": "reference",
2060
+ "typeArguments": [
2061
+ {
2062
+ "type": "intrinsic",
2063
+ "name": "any"
2064
+ }
2065
+ ],
2066
+ "name": "JSXElementConstructor",
2067
+ "qualifiedName": "React.JSXElementConstructor",
2068
+ "package": "@types/react"
2069
+ }
2070
+ ]
2071
+ }
2072
+ ],
2073
+ "name": "ReactElement",
2074
+ "qualifiedName": "React.ReactElement",
2075
+ "package": "@types/react"
2076
+ }
2077
+ ]
2078
+ }
2079
+ }
2080
+ ]
2081
+ }
2082
+ ],
2083
+ "groups": [
2084
+ {
2085
+ "title": "References",
2086
+ "children": [
2087
+ 24
2088
+ ]
2089
+ },
2090
+ {
2091
+ "title": "Variables",
2092
+ "children": [
2093
+ 23
2094
+ ]
2095
+ },
2096
+ {
2097
+ "title": "Functions",
2098
+ "children": [
2099
+ 1,
2100
+ 8,
2101
+ 14,
2102
+ 20
2103
+ ]
2104
+ }
2105
+ ],
2106
+ "sources": [
2107
+ {
2108
+ "fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/src/index.ts",
2109
+ "line": 1,
2110
+ "character": 0,
2111
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/67f9064df/packages/plugins/packages/ethereum-gas/packages/etherchain/packages/v1/src/index.ts#L1"
2112
+ }
2113
+ ]
2114
+ }