@xyo-network/gas-ethereum-blockchain-payload-plugins 2.42.14 → 2.42.16

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 +1489 -0
  2. package/package.json +5 -5
package/dist/docs.json ADDED
@@ -0,0 +1,1489 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/gas-ethereum-blockchain-payload-plugins",
4
+ "kind": 1,
5
+ "kindString": "Project",
6
+ "flags": {},
7
+ "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 2,
11
+ "name": "default",
12
+ "kind": 8388608,
13
+ "kindString": "Reference",
14
+ "flags": {},
15
+ "sources": [
16
+ {
17
+ "fileName": "src/index.ts",
18
+ "line": 11,
19
+ "character": 0,
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L11"
21
+ }
22
+ ],
23
+ "target": 1
24
+ },
25
+ {
26
+ "id": 9,
27
+ "name": "EthereumGasEtherchainV1Response",
28
+ "kind": 256,
29
+ "kindString": "Interface",
30
+ "flags": {},
31
+ "children": [
32
+ {
33
+ "id": 10,
34
+ "name": "currentBaseFee",
35
+ "kind": 1024,
36
+ "kindString": "Property",
37
+ "flags": {},
38
+ "sources": [
39
+ {
40
+ "fileName": "packages/etherchain/packages/v1/dist/esm/Payload.d.ts",
41
+ "line": 4,
42
+ "character": 4
43
+ }
44
+ ],
45
+ "type": {
46
+ "type": "intrinsic",
47
+ "name": "number"
48
+ }
49
+ },
50
+ {
51
+ "id": 11,
52
+ "name": "fast",
53
+ "kind": 1024,
54
+ "kindString": "Property",
55
+ "flags": {},
56
+ "sources": [
57
+ {
58
+ "fileName": "packages/etherchain/packages/v1/dist/esm/Payload.d.ts",
59
+ "line": 5,
60
+ "character": 4
61
+ }
62
+ ],
63
+ "type": {
64
+ "type": "intrinsic",
65
+ "name": "number"
66
+ }
67
+ },
68
+ {
69
+ "id": 12,
70
+ "name": "fastest",
71
+ "kind": 1024,
72
+ "kindString": "Property",
73
+ "flags": {},
74
+ "sources": [
75
+ {
76
+ "fileName": "packages/etherchain/packages/v1/dist/esm/Payload.d.ts",
77
+ "line": 6,
78
+ "character": 4
79
+ }
80
+ ],
81
+ "type": {
82
+ "type": "intrinsic",
83
+ "name": "number"
84
+ }
85
+ },
86
+ {
87
+ "id": 13,
88
+ "name": "recommendedBaseFee",
89
+ "kind": 1024,
90
+ "kindString": "Property",
91
+ "flags": {},
92
+ "sources": [
93
+ {
94
+ "fileName": "packages/etherchain/packages/v1/dist/esm/Payload.d.ts",
95
+ "line": 7,
96
+ "character": 4
97
+ }
98
+ ],
99
+ "type": {
100
+ "type": "intrinsic",
101
+ "name": "number"
102
+ }
103
+ },
104
+ {
105
+ "id": 14,
106
+ "name": "safeLow",
107
+ "kind": 1024,
108
+ "kindString": "Property",
109
+ "flags": {},
110
+ "sources": [
111
+ {
112
+ "fileName": "packages/etherchain/packages/v1/dist/esm/Payload.d.ts",
113
+ "line": 8,
114
+ "character": 4
115
+ }
116
+ ],
117
+ "type": {
118
+ "type": "intrinsic",
119
+ "name": "number"
120
+ }
121
+ },
122
+ {
123
+ "id": 15,
124
+ "name": "standard",
125
+ "kind": 1024,
126
+ "kindString": "Property",
127
+ "flags": {},
128
+ "sources": [
129
+ {
130
+ "fileName": "packages/etherchain/packages/v1/dist/esm/Payload.d.ts",
131
+ "line": 9,
132
+ "character": 4
133
+ }
134
+ ],
135
+ "type": {
136
+ "type": "intrinsic",
137
+ "name": "number"
138
+ }
139
+ }
140
+ ],
141
+ "groups": [
142
+ {
143
+ "title": "Properties",
144
+ "children": [
145
+ 10,
146
+ 11,
147
+ 12,
148
+ 13,
149
+ 14,
150
+ 15
151
+ ]
152
+ }
153
+ ],
154
+ "sources": [
155
+ {
156
+ "fileName": "packages/etherchain/packages/v1/dist/esm/Payload.d.ts",
157
+ "line": 3,
158
+ "character": 17
159
+ }
160
+ ]
161
+ },
162
+ {
163
+ "id": 27,
164
+ "name": "EthereumGasEtherchainV2Response",
165
+ "kind": 256,
166
+ "kindString": "Interface",
167
+ "flags": {},
168
+ "children": [
169
+ {
170
+ "id": 28,
171
+ "name": "code",
172
+ "kind": 1024,
173
+ "kindString": "Property",
174
+ "flags": {},
175
+ "sources": [
176
+ {
177
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Payload.d.ts",
178
+ "line": 4,
179
+ "character": 4
180
+ }
181
+ ],
182
+ "type": {
183
+ "type": "intrinsic",
184
+ "name": "number"
185
+ }
186
+ },
187
+ {
188
+ "id": 29,
189
+ "name": "data",
190
+ "kind": 1024,
191
+ "kindString": "Property",
192
+ "flags": {},
193
+ "sources": [
194
+ {
195
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Payload.d.ts",
196
+ "line": 5,
197
+ "character": 4
198
+ }
199
+ ],
200
+ "type": {
201
+ "type": "reflection",
202
+ "declaration": {
203
+ "id": 30,
204
+ "name": "__type",
205
+ "kind": 65536,
206
+ "kindString": "Type literal",
207
+ "flags": {},
208
+ "children": [
209
+ {
210
+ "id": 31,
211
+ "name": "fast",
212
+ "kind": 1024,
213
+ "kindString": "Property",
214
+ "flags": {},
215
+ "sources": [
216
+ {
217
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Payload.d.ts",
218
+ "line": 6,
219
+ "character": 8
220
+ }
221
+ ],
222
+ "type": {
223
+ "type": "intrinsic",
224
+ "name": "number"
225
+ }
226
+ },
227
+ {
228
+ "id": 32,
229
+ "name": "priceUSD",
230
+ "kind": 1024,
231
+ "kindString": "Property",
232
+ "flags": {},
233
+ "sources": [
234
+ {
235
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Payload.d.ts",
236
+ "line": 7,
237
+ "character": 8
238
+ }
239
+ ],
240
+ "type": {
241
+ "type": "intrinsic",
242
+ "name": "number"
243
+ }
244
+ },
245
+ {
246
+ "id": 33,
247
+ "name": "rapid",
248
+ "kind": 1024,
249
+ "kindString": "Property",
250
+ "flags": {},
251
+ "sources": [
252
+ {
253
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Payload.d.ts",
254
+ "line": 8,
255
+ "character": 8
256
+ }
257
+ ],
258
+ "type": {
259
+ "type": "intrinsic",
260
+ "name": "number"
261
+ }
262
+ },
263
+ {
264
+ "id": 34,
265
+ "name": "slow",
266
+ "kind": 1024,
267
+ "kindString": "Property",
268
+ "flags": {},
269
+ "sources": [
270
+ {
271
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Payload.d.ts",
272
+ "line": 9,
273
+ "character": 8
274
+ }
275
+ ],
276
+ "type": {
277
+ "type": "intrinsic",
278
+ "name": "number"
279
+ }
280
+ },
281
+ {
282
+ "id": 35,
283
+ "name": "standard",
284
+ "kind": 1024,
285
+ "kindString": "Property",
286
+ "flags": {},
287
+ "sources": [
288
+ {
289
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Payload.d.ts",
290
+ "line": 10,
291
+ "character": 8
292
+ }
293
+ ],
294
+ "type": {
295
+ "type": "intrinsic",
296
+ "name": "number"
297
+ }
298
+ },
299
+ {
300
+ "id": 36,
301
+ "name": "timestamp",
302
+ "kind": 1024,
303
+ "kindString": "Property",
304
+ "flags": {},
305
+ "sources": [
306
+ {
307
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Payload.d.ts",
308
+ "line": 11,
309
+ "character": 8
310
+ }
311
+ ],
312
+ "type": {
313
+ "type": "intrinsic",
314
+ "name": "number"
315
+ }
316
+ }
317
+ ],
318
+ "groups": [
319
+ {
320
+ "title": "Properties",
321
+ "children": [
322
+ 31,
323
+ 32,
324
+ 33,
325
+ 34,
326
+ 35,
327
+ 36
328
+ ]
329
+ }
330
+ ],
331
+ "sources": [
332
+ {
333
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Payload.d.ts",
334
+ "line": 5,
335
+ "character": 10
336
+ }
337
+ ]
338
+ }
339
+ }
340
+ }
341
+ ],
342
+ "groups": [
343
+ {
344
+ "title": "Properties",
345
+ "children": [
346
+ 28,
347
+ 29
348
+ ]
349
+ }
350
+ ],
351
+ "sources": [
352
+ {
353
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Payload.d.ts",
354
+ "line": 3,
355
+ "character": 17
356
+ }
357
+ ]
358
+ },
359
+ {
360
+ "id": 48,
361
+ "name": "EthereumGasEtherscanResponse",
362
+ "kind": 256,
363
+ "kindString": "Interface",
364
+ "flags": {},
365
+ "comment": {
366
+ "summary": [
367
+ {
368
+ "kind": "text",
369
+ "text": "https://docs.etherscan.io/api-endpoints/gas-tracker#get-gas-oracle"
370
+ }
371
+ ]
372
+ },
373
+ "children": [
374
+ {
375
+ "id": 49,
376
+ "name": "message",
377
+ "kind": 1024,
378
+ "kindString": "Property",
379
+ "flags": {},
380
+ "sources": [
381
+ {
382
+ "fileName": "packages/etherscan/dist/esm/Payload.d.ts",
383
+ "line": 7,
384
+ "character": 4
385
+ }
386
+ ],
387
+ "type": {
388
+ "type": "intrinsic",
389
+ "name": "string"
390
+ }
391
+ },
392
+ {
393
+ "id": 50,
394
+ "name": "result",
395
+ "kind": 1024,
396
+ "kindString": "Property",
397
+ "flags": {},
398
+ "sources": [
399
+ {
400
+ "fileName": "packages/etherscan/dist/esm/Payload.d.ts",
401
+ "line": 8,
402
+ "character": 4
403
+ }
404
+ ],
405
+ "type": {
406
+ "type": "reflection",
407
+ "declaration": {
408
+ "id": 51,
409
+ "name": "__type",
410
+ "kind": 65536,
411
+ "kindString": "Type literal",
412
+ "flags": {},
413
+ "children": [
414
+ {
415
+ "id": 52,
416
+ "name": "FastGasPrice",
417
+ "kind": 1024,
418
+ "kindString": "Property",
419
+ "flags": {},
420
+ "comment": {
421
+ "summary": [
422
+ {
423
+ "kind": "text",
424
+ "text": "Priority Fee"
425
+ }
426
+ ]
427
+ },
428
+ "sources": [
429
+ {
430
+ "fileName": "packages/etherscan/dist/esm/Payload.d.ts",
431
+ "line": 12,
432
+ "character": 8
433
+ }
434
+ ],
435
+ "type": {
436
+ "type": "intrinsic",
437
+ "name": "string"
438
+ }
439
+ },
440
+ {
441
+ "id": 53,
442
+ "name": "LastBlock",
443
+ "kind": 1024,
444
+ "kindString": "Property",
445
+ "flags": {},
446
+ "comment": {
447
+ "summary": [
448
+ {
449
+ "kind": "text",
450
+ "text": "Number of last block"
451
+ }
452
+ ]
453
+ },
454
+ "sources": [
455
+ {
456
+ "fileName": "packages/etherscan/dist/esm/Payload.d.ts",
457
+ "line": 16,
458
+ "character": 8
459
+ }
460
+ ],
461
+ "type": {
462
+ "type": "intrinsic",
463
+ "name": "string"
464
+ }
465
+ },
466
+ {
467
+ "id": 54,
468
+ "name": "ProposeGasPrice",
469
+ "kind": 1024,
470
+ "kindString": "Property",
471
+ "flags": {},
472
+ "comment": {
473
+ "summary": [
474
+ {
475
+ "kind": "text",
476
+ "text": "Priority Fee"
477
+ }
478
+ ]
479
+ },
480
+ "sources": [
481
+ {
482
+ "fileName": "packages/etherscan/dist/esm/Payload.d.ts",
483
+ "line": 20,
484
+ "character": 8
485
+ }
486
+ ],
487
+ "type": {
488
+ "type": "intrinsic",
489
+ "name": "string"
490
+ }
491
+ },
492
+ {
493
+ "id": 55,
494
+ "name": "SafeGasPrice",
495
+ "kind": 1024,
496
+ "kindString": "Property",
497
+ "flags": {},
498
+ "comment": {
499
+ "summary": [
500
+ {
501
+ "kind": "text",
502
+ "text": "Priority Fee"
503
+ }
504
+ ]
505
+ },
506
+ "sources": [
507
+ {
508
+ "fileName": "packages/etherscan/dist/esm/Payload.d.ts",
509
+ "line": 24,
510
+ "character": 8
511
+ }
512
+ ],
513
+ "type": {
514
+ "type": "intrinsic",
515
+ "name": "string"
516
+ }
517
+ },
518
+ {
519
+ "id": 56,
520
+ "name": "gasUsedRatio",
521
+ "kind": 1024,
522
+ "kindString": "Property",
523
+ "flags": {},
524
+ "comment": {
525
+ "summary": [
526
+ {
527
+ "kind": "text",
528
+ "text": "Estimate of how busy the network is"
529
+ }
530
+ ]
531
+ },
532
+ "sources": [
533
+ {
534
+ "fileName": "packages/etherscan/dist/esm/Payload.d.ts",
535
+ "line": 28,
536
+ "character": 8
537
+ }
538
+ ],
539
+ "type": {
540
+ "type": "intrinsic",
541
+ "name": "string"
542
+ }
543
+ },
544
+ {
545
+ "id": 57,
546
+ "name": "suggestBaseFee",
547
+ "kind": 1024,
548
+ "kindString": "Property",
549
+ "flags": {},
550
+ "comment": {
551
+ "summary": [
552
+ {
553
+ "kind": "text",
554
+ "text": "The baseFee of the next pending block"
555
+ }
556
+ ]
557
+ },
558
+ "sources": [
559
+ {
560
+ "fileName": "packages/etherscan/dist/esm/Payload.d.ts",
561
+ "line": 32,
562
+ "character": 8
563
+ }
564
+ ],
565
+ "type": {
566
+ "type": "intrinsic",
567
+ "name": "string"
568
+ }
569
+ }
570
+ ],
571
+ "groups": [
572
+ {
573
+ "title": "Properties",
574
+ "children": [
575
+ 52,
576
+ 53,
577
+ 54,
578
+ 55,
579
+ 56,
580
+ 57
581
+ ]
582
+ }
583
+ ],
584
+ "sources": [
585
+ {
586
+ "fileName": "packages/etherscan/dist/esm/Payload.d.ts",
587
+ "line": 8,
588
+ "character": 12
589
+ }
590
+ ]
591
+ }
592
+ }
593
+ },
594
+ {
595
+ "id": 58,
596
+ "name": "status",
597
+ "kind": 1024,
598
+ "kindString": "Property",
599
+ "flags": {},
600
+ "sources": [
601
+ {
602
+ "fileName": "packages/etherscan/dist/esm/Payload.d.ts",
603
+ "line": 34,
604
+ "character": 4
605
+ }
606
+ ],
607
+ "type": {
608
+ "type": "intrinsic",
609
+ "name": "string"
610
+ }
611
+ }
612
+ ],
613
+ "groups": [
614
+ {
615
+ "title": "Properties",
616
+ "children": [
617
+ 49,
618
+ 50,
619
+ 58
620
+ ]
621
+ }
622
+ ],
623
+ "sources": [
624
+ {
625
+ "fileName": "packages/etherscan/dist/esm/Payload.d.ts",
626
+ "line": 6,
627
+ "character": 17
628
+ }
629
+ ]
630
+ },
631
+ {
632
+ "id": 16,
633
+ "name": "XyoEthereumGasEtherchainV1Payload",
634
+ "kind": 4194304,
635
+ "kindString": "Type alias",
636
+ "flags": {},
637
+ "sources": [
638
+ {
639
+ "fileName": "packages/etherchain/packages/v1/dist/esm/Payload.d.ts",
640
+ "line": 11,
641
+ "character": 12
642
+ }
643
+ ],
644
+ "type": {
645
+ "type": "reference",
646
+ "typeArguments": [
647
+ {
648
+ "type": "intersection",
649
+ "types": [
650
+ {
651
+ "type": "reference",
652
+ "id": 9,
653
+ "name": "EthereumGasEtherchainV1Response"
654
+ },
655
+ {
656
+ "type": "reflection",
657
+ "declaration": {
658
+ "id": 17,
659
+ "name": "__type",
660
+ "kind": 65536,
661
+ "kindString": "Type literal",
662
+ "flags": {},
663
+ "children": [
664
+ {
665
+ "id": 18,
666
+ "name": "schema",
667
+ "kind": 1024,
668
+ "kindString": "Property",
669
+ "flags": {},
670
+ "sources": [
671
+ {
672
+ "fileName": "packages/etherchain/packages/v1/dist/esm/Payload.d.ts",
673
+ "line": 12,
674
+ "character": 4
675
+ }
676
+ ],
677
+ "type": {
678
+ "type": "reference",
679
+ "id": 20,
680
+ "name": "XyoEthereumGasEtherchainV1Schema"
681
+ }
682
+ },
683
+ {
684
+ "id": 19,
685
+ "name": "timestamp",
686
+ "kind": 1024,
687
+ "kindString": "Property",
688
+ "flags": {},
689
+ "sources": [
690
+ {
691
+ "fileName": "packages/etherchain/packages/v1/dist/esm/Payload.d.ts",
692
+ "line": 13,
693
+ "character": 4
694
+ }
695
+ ],
696
+ "type": {
697
+ "type": "intrinsic",
698
+ "name": "number"
699
+ }
700
+ }
701
+ ],
702
+ "groups": [
703
+ {
704
+ "title": "Properties",
705
+ "children": [
706
+ 18,
707
+ 19
708
+ ]
709
+ }
710
+ ],
711
+ "sources": [
712
+ {
713
+ "fileName": "packages/etherchain/packages/v1/dist/esm/Payload.d.ts",
714
+ "line": 11,
715
+ "character": 93
716
+ }
717
+ ]
718
+ }
719
+ }
720
+ ]
721
+ }
722
+ ],
723
+ "name": "XyoPayload"
724
+ }
725
+ },
726
+ {
727
+ "id": 21,
728
+ "name": "XyoEthereumGasEtherchainV1Schema",
729
+ "kind": 4194304,
730
+ "kindString": "Type alias",
731
+ "flags": {},
732
+ "sources": [
733
+ {
734
+ "fileName": "packages/etherchain/packages/v1/dist/esm/Schema.d.ts",
735
+ "line": 1,
736
+ "character": 12
737
+ },
738
+ {
739
+ "fileName": "packages/etherchain/packages/v1/dist/esm/Schema.d.ts",
740
+ "line": 2,
741
+ "character": 21
742
+ }
743
+ ],
744
+ "type": {
745
+ "type": "literal",
746
+ "value": "network.xyo.blockchain.ethereum.gas.etherchain.v1"
747
+ }
748
+ },
749
+ {
750
+ "id": 37,
751
+ "name": "XyoEthereumGasEtherchainV2Payload",
752
+ "kind": 4194304,
753
+ "kindString": "Type alias",
754
+ "flags": {},
755
+ "sources": [
756
+ {
757
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Payload.d.ts",
758
+ "line": 14,
759
+ "character": 12
760
+ }
761
+ ],
762
+ "type": {
763
+ "type": "reference",
764
+ "typeArguments": [
765
+ {
766
+ "type": "intersection",
767
+ "types": [
768
+ {
769
+ "type": "reference",
770
+ "id": 27,
771
+ "name": "EthereumGasEtherchainV2Response"
772
+ },
773
+ {
774
+ "type": "reflection",
775
+ "declaration": {
776
+ "id": 38,
777
+ "name": "__type",
778
+ "kind": 65536,
779
+ "kindString": "Type literal",
780
+ "flags": {},
781
+ "children": [
782
+ {
783
+ "id": 39,
784
+ "name": "schema",
785
+ "kind": 1024,
786
+ "kindString": "Property",
787
+ "flags": {},
788
+ "sources": [
789
+ {
790
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Payload.d.ts",
791
+ "line": 15,
792
+ "character": 4
793
+ }
794
+ ],
795
+ "type": {
796
+ "type": "reference",
797
+ "id": 41,
798
+ "name": "XyoEthereumGasEtherchainV2Schema"
799
+ }
800
+ },
801
+ {
802
+ "id": 40,
803
+ "name": "timestamp",
804
+ "kind": 1024,
805
+ "kindString": "Property",
806
+ "flags": {},
807
+ "sources": [
808
+ {
809
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Payload.d.ts",
810
+ "line": 16,
811
+ "character": 4
812
+ }
813
+ ],
814
+ "type": {
815
+ "type": "intrinsic",
816
+ "name": "number"
817
+ }
818
+ }
819
+ ],
820
+ "groups": [
821
+ {
822
+ "title": "Properties",
823
+ "children": [
824
+ 39,
825
+ 40
826
+ ]
827
+ }
828
+ ],
829
+ "sources": [
830
+ {
831
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Payload.d.ts",
832
+ "line": 14,
833
+ "character": 93
834
+ }
835
+ ]
836
+ }
837
+ }
838
+ ]
839
+ }
840
+ ],
841
+ "name": "XyoPayload"
842
+ }
843
+ },
844
+ {
845
+ "id": 42,
846
+ "name": "XyoEthereumGasEtherchainV2Schema",
847
+ "kind": 4194304,
848
+ "kindString": "Type alias",
849
+ "flags": {},
850
+ "sources": [
851
+ {
852
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Schema.d.ts",
853
+ "line": 1,
854
+ "character": 12
855
+ },
856
+ {
857
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Schema.d.ts",
858
+ "line": 2,
859
+ "character": 21
860
+ }
861
+ ],
862
+ "type": {
863
+ "type": "literal",
864
+ "value": "network.xyo.blockchain.ethereum.gas.etherchain.v2"
865
+ }
866
+ },
867
+ {
868
+ "id": 59,
869
+ "name": "XyoEthereumGasEtherscanPayload",
870
+ "kind": 4194304,
871
+ "kindString": "Type alias",
872
+ "flags": {},
873
+ "sources": [
874
+ {
875
+ "fileName": "packages/etherscan/dist/esm/Payload.d.ts",
876
+ "line": 36,
877
+ "character": 12
878
+ }
879
+ ],
880
+ "type": {
881
+ "type": "reference",
882
+ "typeArguments": [
883
+ {
884
+ "type": "intersection",
885
+ "types": [
886
+ {
887
+ "type": "reference",
888
+ "id": 48,
889
+ "name": "EthereumGasEtherscanResponse"
890
+ },
891
+ {
892
+ "type": "reflection",
893
+ "declaration": {
894
+ "id": 60,
895
+ "name": "__type",
896
+ "kind": 65536,
897
+ "kindString": "Type literal",
898
+ "flags": {},
899
+ "children": [
900
+ {
901
+ "id": 61,
902
+ "name": "schema",
903
+ "kind": 1024,
904
+ "kindString": "Property",
905
+ "flags": {},
906
+ "sources": [
907
+ {
908
+ "fileName": "packages/etherscan/dist/esm/Payload.d.ts",
909
+ "line": 37,
910
+ "character": 4
911
+ }
912
+ ],
913
+ "type": {
914
+ "type": "reference",
915
+ "id": 63,
916
+ "name": "XyoEthereumGasEtherscanSchema"
917
+ }
918
+ },
919
+ {
920
+ "id": 62,
921
+ "name": "timestamp",
922
+ "kind": 1024,
923
+ "kindString": "Property",
924
+ "flags": {},
925
+ "sources": [
926
+ {
927
+ "fileName": "packages/etherscan/dist/esm/Payload.d.ts",
928
+ "line": 38,
929
+ "character": 4
930
+ }
931
+ ],
932
+ "type": {
933
+ "type": "intrinsic",
934
+ "name": "number"
935
+ }
936
+ }
937
+ ],
938
+ "groups": [
939
+ {
940
+ "title": "Properties",
941
+ "children": [
942
+ 61,
943
+ 62
944
+ ]
945
+ }
946
+ ],
947
+ "sources": [
948
+ {
949
+ "fileName": "packages/etherscan/dist/esm/Payload.d.ts",
950
+ "line": 36,
951
+ "character": 87
952
+ }
953
+ ]
954
+ }
955
+ }
956
+ ]
957
+ }
958
+ ],
959
+ "name": "XyoPayload"
960
+ }
961
+ },
962
+ {
963
+ "id": 64,
964
+ "name": "XyoEthereumGasEtherscanSchema",
965
+ "kind": 4194304,
966
+ "kindString": "Type alias",
967
+ "flags": {},
968
+ "sources": [
969
+ {
970
+ "fileName": "packages/etherscan/dist/esm/Schema.d.ts",
971
+ "line": 1,
972
+ "character": 12
973
+ },
974
+ {
975
+ "fileName": "packages/etherscan/dist/esm/Schema.d.ts",
976
+ "line": 2,
977
+ "character": 21
978
+ }
979
+ ],
980
+ "type": {
981
+ "type": "literal",
982
+ "value": "network.xyo.blockchain.ethereum.gas.etherscan"
983
+ }
984
+ },
985
+ {
986
+ "id": 3,
987
+ "name": "XyoEthereumGasEtherchainPayloadPlugins",
988
+ "kind": 32,
989
+ "kindString": "Variable",
990
+ "flags": {
991
+ "isConst": true
992
+ },
993
+ "sources": [
994
+ {
995
+ "fileName": "packages/etherchain/dist/esm/index.d.ts",
996
+ "line": 4,
997
+ "character": 21
998
+ }
999
+ ],
1000
+ "type": {
1001
+ "type": "array",
1002
+ "elementType": {
1003
+ "type": "reference",
1004
+ "name": "XyoPayloadPluginFunc"
1005
+ }
1006
+ }
1007
+ },
1008
+ {
1009
+ "id": 20,
1010
+ "name": "XyoEthereumGasEtherchainV1Schema",
1011
+ "kind": 32,
1012
+ "kindString": "Variable",
1013
+ "flags": {},
1014
+ "sources": [
1015
+ {
1016
+ "fileName": "packages/etherchain/packages/v1/dist/esm/Schema.d.ts",
1017
+ "line": 1,
1018
+ "character": 12
1019
+ },
1020
+ {
1021
+ "fileName": "packages/etherchain/packages/v1/dist/esm/Schema.d.ts",
1022
+ "line": 2,
1023
+ "character": 21
1024
+ }
1025
+ ],
1026
+ "type": {
1027
+ "type": "literal",
1028
+ "value": "network.xyo.blockchain.ethereum.gas.etherchain.v1"
1029
+ }
1030
+ },
1031
+ {
1032
+ "id": 41,
1033
+ "name": "XyoEthereumGasEtherchainV2Schema",
1034
+ "kind": 32,
1035
+ "kindString": "Variable",
1036
+ "flags": {},
1037
+ "sources": [
1038
+ {
1039
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Schema.d.ts",
1040
+ "line": 1,
1041
+ "character": 12
1042
+ },
1043
+ {
1044
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Schema.d.ts",
1045
+ "line": 2,
1046
+ "character": 21
1047
+ }
1048
+ ],
1049
+ "type": {
1050
+ "type": "literal",
1051
+ "value": "network.xyo.blockchain.ethereum.gas.etherchain.v2"
1052
+ }
1053
+ },
1054
+ {
1055
+ "id": 63,
1056
+ "name": "XyoEthereumGasEtherscanSchema",
1057
+ "kind": 32,
1058
+ "kindString": "Variable",
1059
+ "flags": {},
1060
+ "sources": [
1061
+ {
1062
+ "fileName": "packages/etherscan/dist/esm/Schema.d.ts",
1063
+ "line": 1,
1064
+ "character": 12
1065
+ },
1066
+ {
1067
+ "fileName": "packages/etherscan/dist/esm/Schema.d.ts",
1068
+ "line": 2,
1069
+ "character": 21
1070
+ }
1071
+ ],
1072
+ "type": {
1073
+ "type": "literal",
1074
+ "value": "network.xyo.blockchain.ethereum.gas.etherscan"
1075
+ }
1076
+ },
1077
+ {
1078
+ "id": 1,
1079
+ "name": "XyoEthereumGasPayloadPlugins",
1080
+ "kind": 32,
1081
+ "kindString": "Variable",
1082
+ "flags": {
1083
+ "isConst": true
1084
+ },
1085
+ "sources": [
1086
+ {
1087
+ "fileName": "src/index.ts",
1088
+ "line": 8,
1089
+ "character": 13,
1090
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L8"
1091
+ }
1092
+ ],
1093
+ "type": {
1094
+ "type": "array",
1095
+ "elementType": {
1096
+ "type": "reference",
1097
+ "name": "XyoPayloadPluginFunc"
1098
+ }
1099
+ },
1100
+ "defaultValue": "..."
1101
+ },
1102
+ {
1103
+ "id": 4,
1104
+ "name": "XyoEthereumGasEtherchainV1PayloadPlugin",
1105
+ "kind": 64,
1106
+ "kindString": "Function",
1107
+ "flags": {},
1108
+ "sources": [
1109
+ {
1110
+ "fileName": "packages/etherchain/packages/v1/dist/esm/Plugin.d.ts",
1111
+ "line": 1,
1112
+ "character": 21
1113
+ }
1114
+ ],
1115
+ "signatures": [
1116
+ {
1117
+ "id": 5,
1118
+ "name": "XyoEthereumGasEtherchainV1PayloadPlugin",
1119
+ "kind": 4096,
1120
+ "kindString": "Call signature",
1121
+ "flags": {},
1122
+ "type": {
1123
+ "type": "reference",
1124
+ "typeArguments": [
1125
+ {
1126
+ "type": "intersection",
1127
+ "types": [
1128
+ {
1129
+ "type": "reference",
1130
+ "name": "SchemaFields"
1131
+ },
1132
+ {
1133
+ "type": "reference",
1134
+ "name": "PayloadFields"
1135
+ },
1136
+ {
1137
+ "type": "reference",
1138
+ "id": 9,
1139
+ "name": "EthereumGasEtherchainV1Response"
1140
+ },
1141
+ {
1142
+ "type": "reflection",
1143
+ "declaration": {
1144
+ "id": 6,
1145
+ "name": "__type",
1146
+ "kind": 65536,
1147
+ "kindString": "Type literal",
1148
+ "flags": {},
1149
+ "children": [
1150
+ {
1151
+ "id": 7,
1152
+ "name": "schema",
1153
+ "kind": 1024,
1154
+ "kindString": "Property",
1155
+ "flags": {},
1156
+ "sources": [
1157
+ {
1158
+ "fileName": "packages/etherchain/packages/v1/dist/esm/Plugin.d.ts",
1159
+ "line": 2,
1160
+ "character": 4
1161
+ }
1162
+ ],
1163
+ "type": {
1164
+ "type": "literal",
1165
+ "value": "network.xyo.blockchain.ethereum.gas.etherchain.v1"
1166
+ }
1167
+ },
1168
+ {
1169
+ "id": 8,
1170
+ "name": "timestamp",
1171
+ "kind": 1024,
1172
+ "kindString": "Property",
1173
+ "flags": {},
1174
+ "sources": [
1175
+ {
1176
+ "fileName": "packages/etherchain/packages/v1/dist/esm/Plugin.d.ts",
1177
+ "line": 3,
1178
+ "character": 4
1179
+ }
1180
+ ],
1181
+ "type": {
1182
+ "type": "intrinsic",
1183
+ "name": "number"
1184
+ }
1185
+ }
1186
+ ],
1187
+ "groups": [
1188
+ {
1189
+ "title": "Properties",
1190
+ "children": [
1191
+ 7,
1192
+ 8
1193
+ ]
1194
+ }
1195
+ ],
1196
+ "sources": [
1197
+ {
1198
+ "fileName": "packages/etherchain/packages/v1/dist/esm/Plugin.d.ts",
1199
+ "line": 1,
1200
+ "character": 282
1201
+ }
1202
+ ]
1203
+ }
1204
+ }
1205
+ ]
1206
+ }
1207
+ ],
1208
+ "name": "XyoPayloadPlugin"
1209
+ }
1210
+ }
1211
+ ]
1212
+ },
1213
+ {
1214
+ "id": 22,
1215
+ "name": "XyoEthereumGasEtherchainV2PayloadPlugin",
1216
+ "kind": 64,
1217
+ "kindString": "Function",
1218
+ "flags": {},
1219
+ "sources": [
1220
+ {
1221
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Plugin.d.ts",
1222
+ "line": 1,
1223
+ "character": 21
1224
+ }
1225
+ ],
1226
+ "signatures": [
1227
+ {
1228
+ "id": 23,
1229
+ "name": "XyoEthereumGasEtherchainV2PayloadPlugin",
1230
+ "kind": 4096,
1231
+ "kindString": "Call signature",
1232
+ "flags": {},
1233
+ "type": {
1234
+ "type": "reference",
1235
+ "typeArguments": [
1236
+ {
1237
+ "type": "intersection",
1238
+ "types": [
1239
+ {
1240
+ "type": "reference",
1241
+ "name": "SchemaFields"
1242
+ },
1243
+ {
1244
+ "type": "reference",
1245
+ "name": "PayloadFields"
1246
+ },
1247
+ {
1248
+ "type": "reference",
1249
+ "id": 27,
1250
+ "name": "EthereumGasEtherchainV2Response"
1251
+ },
1252
+ {
1253
+ "type": "reflection",
1254
+ "declaration": {
1255
+ "id": 24,
1256
+ "name": "__type",
1257
+ "kind": 65536,
1258
+ "kindString": "Type literal",
1259
+ "flags": {},
1260
+ "children": [
1261
+ {
1262
+ "id": 25,
1263
+ "name": "schema",
1264
+ "kind": 1024,
1265
+ "kindString": "Property",
1266
+ "flags": {},
1267
+ "sources": [
1268
+ {
1269
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Plugin.d.ts",
1270
+ "line": 2,
1271
+ "character": 4
1272
+ }
1273
+ ],
1274
+ "type": {
1275
+ "type": "literal",
1276
+ "value": "network.xyo.blockchain.ethereum.gas.etherchain.v2"
1277
+ }
1278
+ },
1279
+ {
1280
+ "id": 26,
1281
+ "name": "timestamp",
1282
+ "kind": 1024,
1283
+ "kindString": "Property",
1284
+ "flags": {},
1285
+ "sources": [
1286
+ {
1287
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Plugin.d.ts",
1288
+ "line": 3,
1289
+ "character": 4
1290
+ }
1291
+ ],
1292
+ "type": {
1293
+ "type": "intrinsic",
1294
+ "name": "number"
1295
+ }
1296
+ }
1297
+ ],
1298
+ "groups": [
1299
+ {
1300
+ "title": "Properties",
1301
+ "children": [
1302
+ 25,
1303
+ 26
1304
+ ]
1305
+ }
1306
+ ],
1307
+ "sources": [
1308
+ {
1309
+ "fileName": "packages/etherchain/packages/v2/dist/esm/Plugin.d.ts",
1310
+ "line": 1,
1311
+ "character": 282
1312
+ }
1313
+ ]
1314
+ }
1315
+ }
1316
+ ]
1317
+ }
1318
+ ],
1319
+ "name": "XyoPayloadPlugin"
1320
+ }
1321
+ }
1322
+ ]
1323
+ },
1324
+ {
1325
+ "id": 43,
1326
+ "name": "XyoEthereumGasEtherscanPayloadPlugin",
1327
+ "kind": 64,
1328
+ "kindString": "Function",
1329
+ "flags": {},
1330
+ "sources": [
1331
+ {
1332
+ "fileName": "packages/etherscan/dist/esm/Plugin.d.ts",
1333
+ "line": 1,
1334
+ "character": 21
1335
+ }
1336
+ ],
1337
+ "signatures": [
1338
+ {
1339
+ "id": 44,
1340
+ "name": "XyoEthereumGasEtherscanPayloadPlugin",
1341
+ "kind": 4096,
1342
+ "kindString": "Call signature",
1343
+ "flags": {},
1344
+ "type": {
1345
+ "type": "reference",
1346
+ "typeArguments": [
1347
+ {
1348
+ "type": "intersection",
1349
+ "types": [
1350
+ {
1351
+ "type": "reference",
1352
+ "name": "SchemaFields"
1353
+ },
1354
+ {
1355
+ "type": "reference",
1356
+ "name": "PayloadFields"
1357
+ },
1358
+ {
1359
+ "type": "reference",
1360
+ "id": 48,
1361
+ "name": "EthereumGasEtherscanResponse"
1362
+ },
1363
+ {
1364
+ "type": "reflection",
1365
+ "declaration": {
1366
+ "id": 45,
1367
+ "name": "__type",
1368
+ "kind": 65536,
1369
+ "kindString": "Type literal",
1370
+ "flags": {},
1371
+ "children": [
1372
+ {
1373
+ "id": 46,
1374
+ "name": "schema",
1375
+ "kind": 1024,
1376
+ "kindString": "Property",
1377
+ "flags": {},
1378
+ "sources": [
1379
+ {
1380
+ "fileName": "packages/etherscan/dist/esm/Plugin.d.ts",
1381
+ "line": 2,
1382
+ "character": 4
1383
+ }
1384
+ ],
1385
+ "type": {
1386
+ "type": "literal",
1387
+ "value": "network.xyo.blockchain.ethereum.gas.etherscan"
1388
+ }
1389
+ },
1390
+ {
1391
+ "id": 47,
1392
+ "name": "timestamp",
1393
+ "kind": 1024,
1394
+ "kindString": "Property",
1395
+ "flags": {},
1396
+ "sources": [
1397
+ {
1398
+ "fileName": "packages/etherscan/dist/esm/Plugin.d.ts",
1399
+ "line": 3,
1400
+ "character": 4
1401
+ }
1402
+ ],
1403
+ "type": {
1404
+ "type": "intrinsic",
1405
+ "name": "number"
1406
+ }
1407
+ }
1408
+ ],
1409
+ "groups": [
1410
+ {
1411
+ "title": "Properties",
1412
+ "children": [
1413
+ 46,
1414
+ 47
1415
+ ]
1416
+ }
1417
+ ],
1418
+ "sources": [
1419
+ {
1420
+ "fileName": "packages/etherscan/dist/esm/Plugin.d.ts",
1421
+ "line": 1,
1422
+ "character": 276
1423
+ }
1424
+ ]
1425
+ }
1426
+ }
1427
+ ]
1428
+ }
1429
+ ],
1430
+ "name": "XyoPayloadPlugin"
1431
+ }
1432
+ }
1433
+ ]
1434
+ }
1435
+ ],
1436
+ "groups": [
1437
+ {
1438
+ "title": "References",
1439
+ "children": [
1440
+ 2
1441
+ ]
1442
+ },
1443
+ {
1444
+ "title": "Interfaces",
1445
+ "children": [
1446
+ 9,
1447
+ 27,
1448
+ 48
1449
+ ]
1450
+ },
1451
+ {
1452
+ "title": "Type Aliases",
1453
+ "children": [
1454
+ 16,
1455
+ 21,
1456
+ 37,
1457
+ 42,
1458
+ 59,
1459
+ 64
1460
+ ]
1461
+ },
1462
+ {
1463
+ "title": "Variables",
1464
+ "children": [
1465
+ 3,
1466
+ 20,
1467
+ 41,
1468
+ 63,
1469
+ 1
1470
+ ]
1471
+ },
1472
+ {
1473
+ "title": "Functions",
1474
+ "children": [
1475
+ 4,
1476
+ 22,
1477
+ 43
1478
+ ]
1479
+ }
1480
+ ],
1481
+ "sources": [
1482
+ {
1483
+ "fileName": "src/index.ts",
1484
+ "line": 1,
1485
+ "character": 0,
1486
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/plugins/packages/payload/packages/blockchain/packages/ethereum/packages/gas/src/index.ts#L1"
1487
+ }
1488
+ ]
1489
+ }