@ocap/client 1.14.2 → 1.14.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.
@@ -222,53 +222,6 @@
222
222
  "isDeprecated": false,
223
223
  "deprecationReason": null
224
224
  },
225
- {
226
- "name": "getSwapState",
227
- "description": null,
228
- "args": [
229
- {
230
- "name": "address",
231
- "description": null,
232
- "type": {
233
- "kind": "SCALAR",
234
- "name": "String",
235
- "ofType": null
236
- },
237
- "defaultValue": null
238
- },
239
- {
240
- "name": "height",
241
- "description": null,
242
- "type": {
243
- "kind": "SCALAR",
244
- "name": "String",
245
- "ofType": null
246
- },
247
- "defaultValue": null
248
- },
249
- {
250
- "name": "keys",
251
- "description": null,
252
- "type": {
253
- "kind": "LIST",
254
- "name": null,
255
- "ofType": {
256
- "kind": "SCALAR",
257
- "name": "String",
258
- "ofType": null
259
- }
260
- },
261
- "defaultValue": null
262
- }
263
- ],
264
- "type": {
265
- "kind": "OBJECT",
266
- "name": "ResponseGetSwapState",
267
- "ofType": null
268
- },
269
- "isDeprecated": false,
270
- "deprecationReason": null
271
- },
272
225
  {
273
226
  "name": "getForgeState",
274
227
  "description": null,
@@ -453,18 +406,6 @@
453
406
  "isDeprecated": false,
454
407
  "deprecationReason": null
455
408
  },
456
- {
457
- "name": "getHealthStatus",
458
- "description": null,
459
- "args": [],
460
- "type": {
461
- "kind": "OBJECT",
462
- "name": "ResponseGetHealthStatus",
463
- "ofType": null
464
- },
465
- "isDeprecated": false,
466
- "deprecationReason": null
467
- },
468
409
  {
469
410
  "name": "getNetInfo",
470
411
  "description": null,
@@ -501,97 +442,6 @@
501
442
  "isDeprecated": false,
502
443
  "deprecationReason": null
503
444
  },
504
- {
505
- "name": "getForgeStats",
506
- "description": null,
507
- "args": [],
508
- "type": {
509
- "kind": "OBJECT",
510
- "name": "ResponseGetForgeStats",
511
- "ofType": null
512
- },
513
- "isDeprecated": false,
514
- "deprecationReason": null
515
- },
516
- {
517
- "name": "getForgeStatsByDay",
518
- "description": null,
519
- "args": [
520
- {
521
- "name": "endDate",
522
- "description": null,
523
- "type": {
524
- "kind": "SCALAR",
525
- "name": "String",
526
- "ofType": null
527
- },
528
- "defaultValue": null
529
- },
530
- {
531
- "name": "startDate",
532
- "description": null,
533
- "type": {
534
- "kind": "SCALAR",
535
- "name": "String",
536
- "ofType": null
537
- },
538
- "defaultValue": null
539
- }
540
- ],
541
- "type": {
542
- "kind": "OBJECT",
543
- "name": "ResponseGetForgeStats",
544
- "ofType": null
545
- },
546
- "isDeprecated": false,
547
- "deprecationReason": null
548
- },
549
- {
550
- "name": "getForgeStatsByHour",
551
- "description": null,
552
- "args": [
553
- {
554
- "name": "date",
555
- "description": null,
556
- "type": {
557
- "kind": "SCALAR",
558
- "name": "String",
559
- "ofType": null
560
- },
561
- "defaultValue": null
562
- }
563
- ],
564
- "type": {
565
- "kind": "OBJECT",
566
- "name": "ResponseGetForgeStats",
567
- "ofType": null
568
- },
569
- "isDeprecated": false,
570
- "deprecationReason": null
571
- },
572
- {
573
- "name": "getSwapStatistics",
574
- "description": null,
575
- "args": [
576
- {
577
- "name": "address",
578
- "description": null,
579
- "type": {
580
- "kind": "SCALAR",
581
- "name": "String",
582
- "ofType": null
583
- },
584
- "defaultValue": null
585
- }
586
- ],
587
- "type": {
588
- "kind": "OBJECT",
589
- "name": "ResponseGetSwapStatistics",
590
- "ofType": null
591
- },
592
- "isDeprecated": false,
593
- "deprecationReason": null
594
- },
595
445
  {
596
446
  "name": "listAssetTransactions",
597
447
  "description": null,
@@ -751,59 +601,6 @@
751
601
  "isDeprecated": false,
752
602
  "deprecationReason": null
753
603
  },
754
- {
755
- "name": "listSwap",
756
- "description": null,
757
- "args": [
758
- {
759
- "name": "available",
760
- "description": null,
761
- "type": {
762
- "kind": "SCALAR",
763
- "name": "Boolean",
764
- "ofType": null
765
- },
766
- "defaultValue": null
767
- },
768
- {
769
- "name": "paging",
770
- "description": null,
771
- "type": {
772
- "kind": "SCALAR",
773
- "name": "String",
774
- "ofType": null
775
- },
776
- "defaultValue": null
777
- },
778
- {
779
- "name": "receiver",
780
- "description": null,
781
- "type": {
782
- "kind": "SCALAR",
783
- "name": "String",
784
- "ofType": null
785
- },
786
- "defaultValue": null
787
- },
788
- {
789
- "name": "sender",
790
- "description": null,
791
- "type": {
792
- "kind": "SCALAR",
793
- "name": "String",
794
- "ofType": null
795
- },
796
- "defaultValue": null
797
- }
798
- ],
799
- "type": {
800
- "kind": "OBJECT",
801
- "name": "ResponseListSwap",
802
- "ofType": null
803
- },
804
- "isDeprecated": false,
805
- "deprecationReason": null
806
- },
807
604
  {
808
605
  "name": "listTopAccounts",
809
606
  "description": null,
@@ -1683,54 +1480,6 @@
1683
1480
  "isDeprecated": false,
1684
1481
  "deprecationReason": null
1685
1482
  },
1686
- {
1687
- "name": "stake",
1688
- "description": null,
1689
- "args": [],
1690
- "type": {
1691
- "kind": "OBJECT",
1692
- "name": "StakeContext",
1693
- "ofType": null
1694
- },
1695
- "isDeprecated": false,
1696
- "deprecationReason": null
1697
- },
1698
- {
1699
- "name": "pinnedFiles",
1700
- "description": null,
1701
- "args": [],
1702
- "type": {
1703
- "kind": "OBJECT",
1704
- "name": "CircularQueue",
1705
- "ofType": null
1706
- },
1707
- "isDeprecated": false,
1708
- "deprecationReason": null
1709
- },
1710
- {
1711
- "name": "depositReceived",
1712
- "description": null,
1713
- "args": [],
1714
- "type": {
1715
- "kind": "SCALAR",
1716
- "name": "String",
1717
- "ofType": null
1718
- },
1719
- "isDeprecated": false,
1720
- "deprecationReason": null
1721
- },
1722
- {
1723
- "name": "withdrawItems",
1724
- "description": null,
1725
- "args": [],
1726
- "type": {
1727
- "kind": "OBJECT",
1728
- "name": "CircularQueue",
1729
- "ofType": null
1730
- },
1731
- "isDeprecated": false,
1732
- "deprecationReason": null
1733
- },
1734
1483
  {
1735
1484
  "name": "tokens",
1736
1485
  "description": null,
@@ -2771,11 +2520,11 @@
2771
2520
  },
2772
2521
  {
2773
2522
  "kind": "OBJECT",
2774
- "name": "StakeContext",
2523
+ "name": "IndexedTokenInput",
2775
2524
  "description": null,
2776
2525
  "fields": [
2777
2526
  {
2778
- "name": "totalStakes",
2527
+ "name": "address",
2779
2528
  "description": null,
2780
2529
  "args": [],
2781
2530
  "type": {
@@ -2787,7 +2536,7 @@
2787
2536
  "deprecationReason": null
2788
2537
  },
2789
2538
  {
2790
- "name": "totalUnstakes",
2539
+ "name": "value",
2791
2540
  "description": null,
2792
2541
  "args": [],
2793
2542
  "type": {
@@ -2799,36 +2548,36 @@
2799
2548
  "deprecationReason": null
2800
2549
  },
2801
2550
  {
2802
- "name": "totalReceivedStakes",
2551
+ "name": "decimal",
2803
2552
  "description": null,
2804
2553
  "args": [],
2805
2554
  "type": {
2806
2555
  "kind": "SCALAR",
2807
- "name": "String",
2556
+ "name": "Int",
2808
2557
  "ofType": null
2809
2558
  },
2810
2559
  "isDeprecated": false,
2811
2560
  "deprecationReason": null
2812
2561
  },
2813
2562
  {
2814
- "name": "recentStakes",
2563
+ "name": "unit",
2815
2564
  "description": null,
2816
2565
  "args": [],
2817
2566
  "type": {
2818
- "kind": "OBJECT",
2819
- "name": "CircularQueue",
2567
+ "kind": "SCALAR",
2568
+ "name": "String",
2820
2569
  "ofType": null
2821
2570
  },
2822
2571
  "isDeprecated": false,
2823
2572
  "deprecationReason": null
2824
2573
  },
2825
2574
  {
2826
- "name": "recentReceivedStakes",
2575
+ "name": "symbol",
2827
2576
  "description": null,
2828
2577
  "args": [],
2829
2578
  "type": {
2830
- "kind": "OBJECT",
2831
- "name": "CircularQueue",
2579
+ "kind": "SCALAR",
2580
+ "name": "String",
2832
2581
  "ofType": null
2833
2582
  },
2834
2583
  "isDeprecated": false,
@@ -2842,31 +2591,11 @@
2842
2591
  },
2843
2592
  {
2844
2593
  "kind": "OBJECT",
2845
- "name": "CircularQueue",
2594
+ "name": "ResponseGetAssetState",
2846
2595
  "description": null,
2847
2596
  "fields": [
2848
2597
  {
2849
- "name": "items",
2850
- "description": null,
2851
- "args": [],
2852
- "type": {
2853
- "kind": "LIST",
2854
- "name": null,
2855
- "ofType": {
2856
- "kind": "NON_NULL",
2857
- "name": null,
2858
- "ofType": {
2859
- "kind": "SCALAR",
2860
- "name": "String",
2861
- "ofType": null
2862
- }
2863
- }
2864
- },
2865
- "isDeprecated": false,
2866
- "deprecationReason": null
2867
- },
2868
- {
2869
- "name": "typeUrl",
2598
+ "name": "code",
2870
2599
  "description": null,
2871
2600
  "args": [],
2872
2601
  "type": {
@@ -2878,36 +2607,12 @@
2878
2607
  "deprecationReason": null
2879
2608
  },
2880
2609
  {
2881
- "name": "maxItems",
2882
- "description": null,
2883
- "args": [],
2884
- "type": {
2885
- "kind": "SCALAR",
2886
- "name": "Int",
2887
- "ofType": null
2888
- },
2889
- "isDeprecated": false,
2890
- "deprecationReason": null
2891
- },
2892
- {
2893
- "name": "circular",
2894
- "description": null,
2895
- "args": [],
2896
- "type": {
2897
- "kind": "SCALAR",
2898
- "name": "Boolean",
2899
- "ofType": null
2900
- },
2901
- "isDeprecated": false,
2902
- "deprecationReason": null
2903
- },
2904
- {
2905
- "name": "fifo",
2610
+ "name": "state",
2906
2611
  "description": null,
2907
2612
  "args": [],
2908
2613
  "type": {
2909
- "kind": "SCALAR",
2910
- "name": "Boolean",
2614
+ "kind": "OBJECT",
2615
+ "name": "AssetState",
2911
2616
  "ofType": null
2912
2617
  },
2913
2618
  "isDeprecated": false,
@@ -2919,19 +2624,9 @@
2919
2624
  "enumValues": null,
2920
2625
  "possibleTypes": null
2921
2626
  },
2922
- {
2923
- "kind": "SCALAR",
2924
- "name": "Boolean",
2925
- "description": "The `Boolean` scalar type represents `true` or `false`.",
2926
- "fields": null,
2927
- "inputFields": null,
2928
- "interfaces": null,
2929
- "enumValues": null,
2930
- "possibleTypes": null
2931
- },
2932
2627
  {
2933
2628
  "kind": "OBJECT",
2934
- "name": "IndexedTokenInput",
2629
+ "name": "AssetState",
2935
2630
  "description": null,
2936
2631
  "fields": [
2937
2632
  {
@@ -2947,7 +2642,7 @@
2947
2642
  "deprecationReason": null
2948
2643
  },
2949
2644
  {
2950
- "name": "value",
2645
+ "name": "owner",
2951
2646
  "description": null,
2952
2647
  "args": [],
2953
2648
  "type": {
@@ -2959,89 +2654,55 @@
2959
2654
  "deprecationReason": null
2960
2655
  },
2961
2656
  {
2962
- "name": "decimal",
2657
+ "name": "moniker",
2963
2658
  "description": null,
2964
2659
  "args": [],
2965
2660
  "type": {
2966
2661
  "kind": "SCALAR",
2967
- "name": "Int",
2662
+ "name": "String",
2968
2663
  "ofType": null
2969
2664
  },
2970
2665
  "isDeprecated": false,
2971
2666
  "deprecationReason": null
2972
2667
  },
2973
2668
  {
2974
- "name": "unit",
2669
+ "name": "readonly",
2975
2670
  "description": null,
2976
2671
  "args": [],
2977
2672
  "type": {
2978
2673
  "kind": "SCALAR",
2979
- "name": "String",
2674
+ "name": "Boolean",
2980
2675
  "ofType": null
2981
2676
  },
2982
2677
  "isDeprecated": false,
2983
2678
  "deprecationReason": null
2984
2679
  },
2985
2680
  {
2986
- "name": "symbol",
2681
+ "name": "transferrable",
2987
2682
  "description": null,
2988
2683
  "args": [],
2989
2684
  "type": {
2990
2685
  "kind": "SCALAR",
2991
- "name": "String",
2686
+ "name": "Boolean",
2992
2687
  "ofType": null
2993
2688
  },
2994
2689
  "isDeprecated": false,
2995
2690
  "deprecationReason": null
2996
- }
2997
- ],
2998
- "inputFields": null,
2999
- "interfaces": [],
3000
- "enumValues": null,
3001
- "possibleTypes": null
3002
- },
3003
- {
3004
- "kind": "OBJECT",
3005
- "name": "ResponseGetAssetState",
3006
- "description": null,
3007
- "fields": [
2691
+ },
3008
2692
  {
3009
- "name": "code",
2693
+ "name": "ttl",
3010
2694
  "description": null,
3011
2695
  "args": [],
3012
2696
  "type": {
3013
2697
  "kind": "SCALAR",
3014
- "name": "String",
2698
+ "name": "Int",
3015
2699
  "ofType": null
3016
2700
  },
3017
2701
  "isDeprecated": false,
3018
2702
  "deprecationReason": null
3019
2703
  },
3020
2704
  {
3021
- "name": "state",
3022
- "description": null,
3023
- "args": [],
3024
- "type": {
3025
- "kind": "OBJECT",
3026
- "name": "AssetState",
3027
- "ofType": null
3028
- },
3029
- "isDeprecated": false,
3030
- "deprecationReason": null
3031
- }
3032
- ],
3033
- "inputFields": null,
3034
- "interfaces": [],
3035
- "enumValues": null,
3036
- "possibleTypes": null
3037
- },
3038
- {
3039
- "kind": "OBJECT",
3040
- "name": "AssetState",
3041
- "description": null,
3042
- "fields": [
3043
- {
3044
- "name": "address",
2705
+ "name": "consumedTime",
3045
2706
  "description": null,
3046
2707
  "args": [],
3047
2708
  "type": {
@@ -3053,7 +2714,7 @@
3053
2714
  "deprecationReason": null
3054
2715
  },
3055
2716
  {
3056
- "name": "owner",
2717
+ "name": "issuer",
3057
2718
  "description": null,
3058
2719
  "args": [],
3059
2720
  "type": {
@@ -3065,7 +2726,7 @@
3065
2726
  "deprecationReason": null
3066
2727
  },
3067
2728
  {
3068
- "name": "moniker",
2729
+ "name": "parent",
3069
2730
  "description": null,
3070
2731
  "args": [],
3071
2732
  "type": {
@@ -3077,67 +2738,96 @@
3077
2738
  "deprecationReason": null
3078
2739
  },
3079
2740
  {
3080
- "name": "readonly",
2741
+ "name": "endpoint",
3081
2742
  "description": null,
3082
2743
  "args": [],
3083
2744
  "type": {
3084
- "kind": "SCALAR",
3085
- "name": "Boolean",
2745
+ "kind": "OBJECT",
2746
+ "name": "NFTEndpoint",
3086
2747
  "ofType": null
3087
2748
  },
3088
2749
  "isDeprecated": false,
3089
2750
  "deprecationReason": null
3090
2751
  },
3091
2752
  {
3092
- "name": "transferrable",
2753
+ "name": "display",
3093
2754
  "description": null,
3094
2755
  "args": [],
3095
2756
  "type": {
3096
- "kind": "SCALAR",
3097
- "name": "Boolean",
2757
+ "kind": "OBJECT",
2758
+ "name": "NFTDisplay",
3098
2759
  "ofType": null
3099
2760
  },
3100
2761
  "isDeprecated": false,
3101
2762
  "deprecationReason": null
3102
2763
  },
3103
2764
  {
3104
- "name": "ttl",
2765
+ "name": "tags",
3105
2766
  "description": null,
3106
2767
  "args": [],
3107
2768
  "type": {
3108
- "kind": "SCALAR",
3109
- "name": "Int",
3110
- "ofType": null
2769
+ "kind": "LIST",
2770
+ "name": null,
2771
+ "ofType": {
2772
+ "kind": "NON_NULL",
2773
+ "name": null,
2774
+ "ofType": {
2775
+ "kind": "SCALAR",
2776
+ "name": "String",
2777
+ "ofType": null
2778
+ }
2779
+ }
3111
2780
  },
3112
2781
  "isDeprecated": false,
3113
2782
  "deprecationReason": null
3114
2783
  },
3115
2784
  {
3116
- "name": "consumedTime",
2785
+ "name": "context",
3117
2786
  "description": null,
3118
2787
  "args": [],
3119
2788
  "type": {
3120
- "kind": "SCALAR",
3121
- "name": "String",
2789
+ "kind": "OBJECT",
2790
+ "name": "StateContext",
3122
2791
  "ofType": null
3123
2792
  },
3124
2793
  "isDeprecated": false,
3125
2794
  "deprecationReason": null
3126
2795
  },
3127
2796
  {
3128
- "name": "issuer",
2797
+ "name": "data",
3129
2798
  "description": null,
3130
2799
  "args": [],
3131
2800
  "type": {
3132
- "kind": "SCALAR",
3133
- "name": "String",
2801
+ "kind": "OBJECT",
2802
+ "name": "Any",
3134
2803
  "ofType": null
3135
2804
  },
3136
2805
  "isDeprecated": false,
3137
2806
  "deprecationReason": null
3138
- },
2807
+ }
2808
+ ],
2809
+ "inputFields": null,
2810
+ "interfaces": [],
2811
+ "enumValues": null,
2812
+ "possibleTypes": null
2813
+ },
2814
+ {
2815
+ "kind": "SCALAR",
2816
+ "name": "Boolean",
2817
+ "description": "The `Boolean` scalar type represents `true` or `false`.",
2818
+ "fields": null,
2819
+ "inputFields": null,
2820
+ "interfaces": null,
2821
+ "enumValues": null,
2822
+ "possibleTypes": null
2823
+ },
2824
+ {
2825
+ "kind": "OBJECT",
2826
+ "name": "NFTEndpoint",
2827
+ "description": null,
2828
+ "fields": [
3139
2829
  {
3140
- "name": "parent",
2830
+ "name": "id",
3141
2831
  "description": null,
3142
2832
  "args": [],
3143
2833
  "type": {
@@ -3149,36 +2839,47 @@
3149
2839
  "deprecationReason": null
3150
2840
  },
3151
2841
  {
3152
- "name": "stake",
2842
+ "name": "scope",
3153
2843
  "description": null,
3154
2844
  "args": [],
3155
2845
  "type": {
3156
- "kind": "OBJECT",
3157
- "name": "StakeContext",
2846
+ "kind": "SCALAR",
2847
+ "name": "String",
3158
2848
  "ofType": null
3159
2849
  },
3160
2850
  "isDeprecated": false,
3161
2851
  "deprecationReason": null
3162
- },
2852
+ }
2853
+ ],
2854
+ "inputFields": null,
2855
+ "interfaces": [],
2856
+ "enumValues": null,
2857
+ "possibleTypes": null
2858
+ },
2859
+ {
2860
+ "kind": "OBJECT",
2861
+ "name": "NFTDisplay",
2862
+ "description": null,
2863
+ "fields": [
3163
2864
  {
3164
- "name": "context",
2865
+ "name": "type",
3165
2866
  "description": null,
3166
2867
  "args": [],
3167
2868
  "type": {
3168
- "kind": "OBJECT",
3169
- "name": "StateContext",
2869
+ "kind": "SCALAR",
2870
+ "name": "String",
3170
2871
  "ofType": null
3171
2872
  },
3172
2873
  "isDeprecated": false,
3173
2874
  "deprecationReason": null
3174
2875
  },
3175
2876
  {
3176
- "name": "data",
2877
+ "name": "content",
3177
2878
  "description": null,
3178
2879
  "args": [],
3179
2880
  "type": {
3180
- "kind": "OBJECT",
3181
- "name": "Any",
2881
+ "kind": "SCALAR",
2882
+ "name": "String",
3182
2883
  "ofType": null
3183
2884
  },
3184
2885
  "isDeprecated": false,
@@ -3440,7 +3141,7 @@
3440
3141
  "args": [],
3441
3142
  "type": {
3442
3143
  "kind": "OBJECT",
3443
- "name": "AssetDisplay",
3144
+ "name": "NFTDisplay",
3444
3145
  "ofType": null
3445
3146
  },
3446
3147
  "isDeprecated": false,
@@ -3706,50 +3407,47 @@
3706
3407
  },
3707
3408
  "isDeprecated": false,
3708
3409
  "deprecationReason": null
3709
- }
3710
- ],
3711
- "inputFields": null,
3712
- "interfaces": [],
3713
- "enumValues": null,
3714
- "possibleTypes": null
3715
- },
3716
- {
3717
- "kind": "OBJECT",
3718
- "name": "AssetFactoryHook",
3719
- "description": null,
3720
- "fields": [
3410
+ },
3721
3411
  {
3722
- "name": "name",
3412
+ "name": "endpoint",
3723
3413
  "description": null,
3724
3414
  "args": [],
3725
3415
  "type": {
3726
- "kind": "SCALAR",
3727
- "name": "String",
3416
+ "kind": "OBJECT",
3417
+ "name": "NFTEndpoint",
3728
3418
  "ofType": null
3729
3419
  },
3730
3420
  "isDeprecated": false,
3731
3421
  "deprecationReason": null
3732
3422
  },
3733
3423
  {
3734
- "name": "type",
3424
+ "name": "display",
3735
3425
  "description": null,
3736
3426
  "args": [],
3737
3427
  "type": {
3738
- "kind": "SCALAR",
3739
- "name": "String",
3428
+ "kind": "OBJECT",
3429
+ "name": "NFTDisplay",
3740
3430
  "ofType": null
3741
3431
  },
3742
3432
  "isDeprecated": false,
3743
3433
  "deprecationReason": null
3744
3434
  },
3745
3435
  {
3746
- "name": "hook",
3436
+ "name": "tags",
3747
3437
  "description": null,
3748
3438
  "args": [],
3749
3439
  "type": {
3750
- "kind": "SCALAR",
3751
- "name": "String",
3752
- "ofType": null
3440
+ "kind": "LIST",
3441
+ "name": null,
3442
+ "ofType": {
3443
+ "kind": "NON_NULL",
3444
+ "name": null,
3445
+ "ofType": {
3446
+ "kind": "SCALAR",
3447
+ "name": "String",
3448
+ "ofType": null
3449
+ }
3450
+ }
3753
3451
  },
3754
3452
  "isDeprecated": false,
3755
3453
  "deprecationReason": null
@@ -3762,9 +3460,21 @@
3762
3460
  },
3763
3461
  {
3764
3462
  "kind": "OBJECT",
3765
- "name": "AssetDisplay",
3463
+ "name": "AssetFactoryHook",
3766
3464
  "description": null,
3767
3465
  "fields": [
3466
+ {
3467
+ "name": "name",
3468
+ "description": null,
3469
+ "args": [],
3470
+ "type": {
3471
+ "kind": "SCALAR",
3472
+ "name": "String",
3473
+ "ofType": null
3474
+ },
3475
+ "isDeprecated": false,
3476
+ "deprecationReason": null
3477
+ },
3768
3478
  {
3769
3479
  "name": "type",
3770
3480
  "description": null,
@@ -3778,7 +3488,7 @@
3778
3488
  "deprecationReason": null
3779
3489
  },
3780
3490
  {
3781
- "name": "content",
3491
+ "name": "hook",
3782
3492
  "description": null,
3783
3493
  "args": [],
3784
3494
  "type": {
@@ -4348,7 +4058,7 @@
4348
4058
  },
4349
4059
  {
4350
4060
  "kind": "OBJECT",
4351
- "name": "ResponseGetSwapState",
4061
+ "name": "ResponseGetForgeState",
4352
4062
  "description": null,
4353
4063
  "fields": [
4354
4064
  {
@@ -4369,7 +4079,7 @@
4369
4079
  "args": [],
4370
4080
  "type": {
4371
4081
  "kind": "OBJECT",
4372
- "name": "SwapState",
4082
+ "name": "ForgeState",
4373
4083
  "ofType": null
4374
4084
  },
4375
4085
  "isDeprecated": false,
@@ -4383,11 +4093,11 @@
4383
4093
  },
4384
4094
  {
4385
4095
  "kind": "OBJECT",
4386
- "name": "SwapState",
4096
+ "name": "ForgeState",
4387
4097
  "description": null,
4388
4098
  "fields": [
4389
4099
  {
4390
- "name": "hash",
4100
+ "name": "address",
4391
4101
  "description": null,
4392
4102
  "args": [],
4393
4103
  "type": {
@@ -4399,181 +4109,7 @@
4399
4109
  "deprecationReason": null
4400
4110
  },
4401
4111
  {
4402
- "name": "address",
4403
- "description": null,
4404
- "args": [],
4405
- "type": {
4406
- "kind": "SCALAR",
4407
- "name": "String",
4408
- "ofType": null
4409
- },
4410
- "isDeprecated": false,
4411
- "deprecationReason": null
4412
- },
4413
- {
4414
- "name": "hashkey",
4415
- "description": null,
4416
- "args": [],
4417
- "type": {
4418
- "kind": "SCALAR",
4419
- "name": "String",
4420
- "ofType": null
4421
- },
4422
- "isDeprecated": false,
4423
- "deprecationReason": null
4424
- },
4425
- {
4426
- "name": "sender",
4427
- "description": null,
4428
- "args": [],
4429
- "type": {
4430
- "kind": "SCALAR",
4431
- "name": "String",
4432
- "ofType": null
4433
- },
4434
- "isDeprecated": false,
4435
- "deprecationReason": null
4436
- },
4437
- {
4438
- "name": "receiver",
4439
- "description": null,
4440
- "args": [],
4441
- "type": {
4442
- "kind": "SCALAR",
4443
- "name": "String",
4444
- "ofType": null
4445
- },
4446
- "isDeprecated": false,
4447
- "deprecationReason": null
4448
- },
4449
- {
4450
- "name": "value",
4451
- "description": null,
4452
- "args": [],
4453
- "type": {
4454
- "kind": "SCALAR",
4455
- "name": "String",
4456
- "ofType": null
4457
- },
4458
- "isDeprecated": false,
4459
- "deprecationReason": null
4460
- },
4461
- {
4462
- "name": "assets",
4463
- "description": null,
4464
- "args": [],
4465
- "type": {
4466
- "kind": "LIST",
4467
- "name": null,
4468
- "ofType": {
4469
- "kind": "NON_NULL",
4470
- "name": null,
4471
- "ofType": {
4472
- "kind": "SCALAR",
4473
- "name": "String",
4474
- "ofType": null
4475
- }
4476
- }
4477
- },
4478
- "isDeprecated": false,
4479
- "deprecationReason": null
4480
- },
4481
- {
4482
- "name": "locktime",
4483
- "description": null,
4484
- "args": [],
4485
- "type": {
4486
- "kind": "SCALAR",
4487
- "name": "Int",
4488
- "ofType": null
4489
- },
4490
- "isDeprecated": false,
4491
- "deprecationReason": null
4492
- },
4493
- {
4494
- "name": "hashlock",
4495
- "description": null,
4496
- "args": [],
4497
- "type": {
4498
- "kind": "SCALAR",
4499
- "name": "String",
4500
- "ofType": null
4501
- },
4502
- "isDeprecated": false,
4503
- "deprecationReason": null
4504
- },
4505
- {
4506
- "name": "context",
4507
- "description": null,
4508
- "args": [],
4509
- "type": {
4510
- "kind": "OBJECT",
4511
- "name": "StateContext",
4512
- "ofType": null
4513
- },
4514
- "isDeprecated": false,
4515
- "deprecationReason": null
4516
- }
4517
- ],
4518
- "inputFields": null,
4519
- "interfaces": [],
4520
- "enumValues": null,
4521
- "possibleTypes": null
4522
- },
4523
- {
4524
- "kind": "OBJECT",
4525
- "name": "ResponseGetForgeState",
4526
- "description": null,
4527
- "fields": [
4528
- {
4529
- "name": "code",
4530
- "description": null,
4531
- "args": [],
4532
- "type": {
4533
- "kind": "SCALAR",
4534
- "name": "String",
4535
- "ofType": null
4536
- },
4537
- "isDeprecated": false,
4538
- "deprecationReason": null
4539
- },
4540
- {
4541
- "name": "state",
4542
- "description": null,
4543
- "args": [],
4544
- "type": {
4545
- "kind": "OBJECT",
4546
- "name": "ForgeState",
4547
- "ofType": null
4548
- },
4549
- "isDeprecated": false,
4550
- "deprecationReason": null
4551
- }
4552
- ],
4553
- "inputFields": null,
4554
- "interfaces": [],
4555
- "enumValues": null,
4556
- "possibleTypes": null
4557
- },
4558
- {
4559
- "kind": "OBJECT",
4560
- "name": "ForgeState",
4561
- "description": null,
4562
- "fields": [
4563
- {
4564
- "name": "address",
4565
- "description": null,
4566
- "args": [],
4567
- "type": {
4568
- "kind": "SCALAR",
4569
- "name": "String",
4570
- "ofType": null
4571
- },
4572
- "isDeprecated": false,
4573
- "deprecationReason": null
4574
- },
4575
- {
4576
- "name": "consensus",
4112
+ "name": "consensus",
4577
4113
  "description": null,
4578
4114
  "args": [],
4579
4115
  "type": {
@@ -6787,7 +6323,7 @@
6787
6323
  },
6788
6324
  {
6789
6325
  "kind": "OBJECT",
6790
- "name": "ResponseGetHealthStatus",
6326
+ "name": "ResponseGetNetInfo",
6791
6327
  "description": null,
6792
6328
  "fields": [
6793
6329
  {
@@ -6803,12 +6339,12 @@
6803
6339
  "deprecationReason": null
6804
6340
  },
6805
6341
  {
6806
- "name": "healthStatus",
6342
+ "name": "netInfo",
6807
6343
  "description": null,
6808
6344
  "args": [],
6809
6345
  "type": {
6810
6346
  "kind": "OBJECT",
6811
- "name": "HealthStatus",
6347
+ "name": "NetInfo",
6812
6348
  "ofType": null
6813
6349
  },
6814
6350
  "isDeprecated": false,
@@ -6822,53 +6358,69 @@
6822
6358
  },
6823
6359
  {
6824
6360
  "kind": "OBJECT",
6825
- "name": "HealthStatus",
6361
+ "name": "NetInfo",
6826
6362
  "description": null,
6827
6363
  "fields": [
6828
6364
  {
6829
- "name": "consensus",
6365
+ "name": "listening",
6830
6366
  "description": null,
6831
6367
  "args": [],
6832
6368
  "type": {
6833
- "kind": "OBJECT",
6834
- "name": "ConsensusStatus",
6369
+ "kind": "SCALAR",
6370
+ "name": "Boolean",
6835
6371
  "ofType": null
6836
6372
  },
6837
6373
  "isDeprecated": false,
6838
6374
  "deprecationReason": null
6839
6375
  },
6840
6376
  {
6841
- "name": "network",
6377
+ "name": "listeners",
6842
6378
  "description": null,
6843
6379
  "args": [],
6844
6380
  "type": {
6845
- "kind": "OBJECT",
6846
- "name": "NetworkStatus",
6847
- "ofType": null
6381
+ "kind": "LIST",
6382
+ "name": null,
6383
+ "ofType": {
6384
+ "kind": "NON_NULL",
6385
+ "name": null,
6386
+ "ofType": {
6387
+ "kind": "SCALAR",
6388
+ "name": "String",
6389
+ "ofType": null
6390
+ }
6391
+ }
6848
6392
  },
6849
6393
  "isDeprecated": false,
6850
6394
  "deprecationReason": null
6851
6395
  },
6852
6396
  {
6853
- "name": "storage",
6397
+ "name": "nPeers",
6854
6398
  "description": null,
6855
6399
  "args": [],
6856
6400
  "type": {
6857
- "kind": "OBJECT",
6858
- "name": "StorageStatus",
6401
+ "kind": "SCALAR",
6402
+ "name": "Int",
6859
6403
  "ofType": null
6860
6404
  },
6861
6405
  "isDeprecated": false,
6862
6406
  "deprecationReason": null
6863
6407
  },
6864
6408
  {
6865
- "name": "forge",
6409
+ "name": "peers",
6866
6410
  "description": null,
6867
6411
  "args": [],
6868
6412
  "type": {
6869
- "kind": "OBJECT",
6870
- "name": "ForgeStatus",
6871
- "ofType": null
6413
+ "kind": "LIST",
6414
+ "name": null,
6415
+ "ofType": {
6416
+ "kind": "NON_NULL",
6417
+ "name": null,
6418
+ "ofType": {
6419
+ "kind": "OBJECT",
6420
+ "name": "PeerInfo",
6421
+ "ofType": null
6422
+ }
6423
+ }
6872
6424
  },
6873
6425
  "isDeprecated": false,
6874
6426
  "deprecationReason": null
@@ -6881,35 +6433,35 @@
6881
6433
  },
6882
6434
  {
6883
6435
  "kind": "OBJECT",
6884
- "name": "ConsensusStatus",
6436
+ "name": "PeerInfo",
6885
6437
  "description": null,
6886
6438
  "fields": [
6887
6439
  {
6888
- "name": "health",
6440
+ "name": "id",
6889
6441
  "description": null,
6890
6442
  "args": [],
6891
6443
  "type": {
6892
6444
  "kind": "SCALAR",
6893
- "name": "Boolean",
6445
+ "name": "String",
6894
6446
  "ofType": null
6895
6447
  },
6896
6448
  "isDeprecated": false,
6897
6449
  "deprecationReason": null
6898
6450
  },
6899
6451
  {
6900
- "name": "synced",
6452
+ "name": "network",
6901
6453
  "description": null,
6902
6454
  "args": [],
6903
6455
  "type": {
6904
6456
  "kind": "SCALAR",
6905
- "name": "Boolean",
6457
+ "name": "String",
6906
6458
  "ofType": null
6907
6459
  },
6908
6460
  "isDeprecated": false,
6909
6461
  "deprecationReason": null
6910
6462
  },
6911
6463
  {
6912
- "name": "blockHeight",
6464
+ "name": "consensusVersion",
6913
6465
  "description": null,
6914
6466
  "args": [],
6915
6467
  "type": {
@@ -6919,37 +6471,38 @@
6919
6471
  },
6920
6472
  "isDeprecated": false,
6921
6473
  "deprecationReason": null
6922
- }
6923
- ],
6924
- "inputFields": null,
6925
- "interfaces": [],
6926
- "enumValues": null,
6927
- "possibleTypes": null
6928
- },
6929
- {
6930
- "kind": "OBJECT",
6931
- "name": "NetworkStatus",
6932
- "description": null,
6933
- "fields": [
6474
+ },
6934
6475
  {
6935
- "name": "health",
6476
+ "name": "moniker",
6936
6477
  "description": null,
6937
6478
  "args": [],
6938
6479
  "type": {
6939
6480
  "kind": "SCALAR",
6940
- "name": "Boolean",
6481
+ "name": "String",
6941
6482
  "ofType": null
6942
6483
  },
6943
6484
  "isDeprecated": false,
6944
6485
  "deprecationReason": null
6945
6486
  },
6946
6487
  {
6947
- "name": "numPeers",
6488
+ "name": "ip",
6948
6489
  "description": null,
6949
6490
  "args": [],
6950
6491
  "type": {
6951
6492
  "kind": "SCALAR",
6952
- "name": "Int",
6493
+ "name": "String",
6494
+ "ofType": null
6495
+ },
6496
+ "isDeprecated": false,
6497
+ "deprecationReason": null
6498
+ },
6499
+ {
6500
+ "name": "geoInfo",
6501
+ "description": null,
6502
+ "args": [],
6503
+ "type": {
6504
+ "kind": "OBJECT",
6505
+ "name": "GeoInfo",
6953
6506
  "ofType": null
6954
6507
  },
6955
6508
  "isDeprecated": false,
@@ -6963,23 +6516,23 @@
6963
6516
  },
6964
6517
  {
6965
6518
  "kind": "OBJECT",
6966
- "name": "StorageStatus",
6519
+ "name": "GeoInfo",
6967
6520
  "description": null,
6968
6521
  "fields": [
6969
6522
  {
6970
- "name": "health",
6523
+ "name": "city",
6971
6524
  "description": null,
6972
6525
  "args": [],
6973
6526
  "type": {
6974
6527
  "kind": "SCALAR",
6975
- "name": "Boolean",
6528
+ "name": "String",
6976
6529
  "ofType": null
6977
6530
  },
6978
6531
  "isDeprecated": false,
6979
6532
  "deprecationReason": null
6980
6533
  },
6981
6534
  {
6982
- "name": "indexerServer",
6535
+ "name": "country",
6983
6536
  "description": null,
6984
6537
  "args": [],
6985
6538
  "type": {
@@ -6991,24 +6544,24 @@
6991
6544
  "deprecationReason": null
6992
6545
  },
6993
6546
  {
6994
- "name": "stateDb",
6547
+ "name": "latitude",
6995
6548
  "description": null,
6996
6549
  "args": [],
6997
6550
  "type": {
6998
6551
  "kind": "SCALAR",
6999
- "name": "String",
6552
+ "name": "Float",
7000
6553
  "ofType": null
7001
6554
  },
7002
6555
  "isDeprecated": false,
7003
6556
  "deprecationReason": null
7004
6557
  },
7005
6558
  {
7006
- "name": "diskSpace",
6559
+ "name": "longitude",
7007
6560
  "description": null,
7008
6561
  "args": [],
7009
6562
  "type": {
7010
- "kind": "OBJECT",
7011
- "name": "DiskSpaceStatus",
6563
+ "kind": "SCALAR",
6564
+ "name": "Float",
7012
6565
  "ofType": null
7013
6566
  },
7014
6567
  "isDeprecated": false,
@@ -7020,13 +6573,23 @@
7020
6573
  "enumValues": null,
7021
6574
  "possibleTypes": null
7022
6575
  },
6576
+ {
6577
+ "kind": "SCALAR",
6578
+ "name": "Float",
6579
+ "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
6580
+ "fields": null,
6581
+ "inputFields": null,
6582
+ "interfaces": null,
6583
+ "enumValues": null,
6584
+ "possibleTypes": null
6585
+ },
7023
6586
  {
7024
6587
  "kind": "OBJECT",
7025
- "name": "DiskSpaceStatus",
6588
+ "name": "ResponseGetNodeInfo",
7026
6589
  "description": null,
7027
6590
  "fields": [
7028
6591
  {
7029
- "name": "forgeUsage",
6592
+ "name": "code",
7030
6593
  "description": null,
7031
6594
  "args": [],
7032
6595
  "type": {
@@ -7038,12 +6601,12 @@
7038
6601
  "deprecationReason": null
7039
6602
  },
7040
6603
  {
7041
- "name": "total",
6604
+ "name": "info",
7042
6605
  "description": null,
7043
6606
  "args": [],
7044
6607
  "type": {
7045
- "kind": "SCALAR",
7046
- "name": "String",
6608
+ "kind": "OBJECT",
6609
+ "name": "NodeInfo",
7047
6610
  "ofType": null
7048
6611
  },
7049
6612
  "isDeprecated": false,
@@ -7057,23 +6620,23 @@
7057
6620
  },
7058
6621
  {
7059
6622
  "kind": "OBJECT",
7060
- "name": "ForgeStatus",
6623
+ "name": "NodeInfo",
7061
6624
  "description": null,
7062
6625
  "fields": [
7063
6626
  {
7064
- "name": "health",
6627
+ "name": "id",
7065
6628
  "description": null,
7066
6629
  "args": [],
7067
6630
  "type": {
7068
6631
  "kind": "SCALAR",
7069
- "name": "Boolean",
6632
+ "name": "String",
7070
6633
  "ofType": null
7071
6634
  },
7072
6635
  "isDeprecated": false,
7073
6636
  "deprecationReason": null
7074
6637
  },
7075
6638
  {
7076
- "name": "abiServer",
6639
+ "name": "network",
7077
6640
  "description": null,
7078
6641
  "args": [],
7079
6642
  "type": {
@@ -7085,7 +6648,7 @@
7085
6648
  "deprecationReason": null
7086
6649
  },
7087
6650
  {
7088
- "name": "forgeWeb",
6651
+ "name": "moniker",
7089
6652
  "description": null,
7090
6653
  "args": [],
7091
6654
  "type": {
@@ -7097,42 +6660,31 @@
7097
6660
  "deprecationReason": null
7098
6661
  },
7099
6662
  {
7100
- "name": "abciServer",
6663
+ "name": "consensusVersion",
7101
6664
  "description": null,
7102
6665
  "args": [],
7103
6666
  "type": {
7104
- "kind": "OBJECT",
7105
- "name": "AbciServerStatus",
6667
+ "kind": "SCALAR",
6668
+ "name": "String",
7106
6669
  "ofType": null
7107
6670
  },
7108
6671
  "isDeprecated": false,
7109
6672
  "deprecationReason": null
7110
- }
7111
- ],
7112
- "inputFields": null,
7113
- "interfaces": [],
7114
- "enumValues": null,
7115
- "possibleTypes": null
7116
- },
7117
- {
7118
- "kind": "OBJECT",
7119
- "name": "AbciServerStatus",
7120
- "description": null,
7121
- "fields": [
6673
+ },
7122
6674
  {
7123
- "name": "abciConsensus",
6675
+ "name": "synced",
7124
6676
  "description": null,
7125
6677
  "args": [],
7126
6678
  "type": {
7127
6679
  "kind": "SCALAR",
7128
- "name": "String",
6680
+ "name": "Boolean",
7129
6681
  "ofType": null
7130
6682
  },
7131
6683
  "isDeprecated": false,
7132
6684
  "deprecationReason": null
7133
6685
  },
7134
6686
  {
7135
- "name": "abciInfo",
6687
+ "name": "appHash",
7136
6688
  "description": null,
7137
6689
  "args": [],
7138
6690
  "type": {
@@ -7142,20 +6694,9 @@
7142
6694
  },
7143
6695
  "isDeprecated": false,
7144
6696
  "deprecationReason": null
7145
- }
7146
- ],
7147
- "inputFields": null,
7148
- "interfaces": [],
7149
- "enumValues": null,
7150
- "possibleTypes": null
7151
- },
7152
- {
7153
- "kind": "OBJECT",
7154
- "name": "ResponseGetNetInfo",
7155
- "description": null,
7156
- "fields": [
6697
+ },
7157
6698
  {
7158
- "name": "code",
6699
+ "name": "blockHash",
7159
6700
  "description": null,
7160
6701
  "args": [],
7161
6702
  "type": {
@@ -7167,105 +6708,67 @@
7167
6708
  "deprecationReason": null
7168
6709
  },
7169
6710
  {
7170
- "name": "netInfo",
6711
+ "name": "blockHeight",
7171
6712
  "description": null,
7172
6713
  "args": [],
7173
6714
  "type": {
7174
- "kind": "OBJECT",
7175
- "name": "NetInfo",
6715
+ "kind": "SCALAR",
6716
+ "name": "String",
7176
6717
  "ofType": null
7177
6718
  },
7178
6719
  "isDeprecated": false,
7179
6720
  "deprecationReason": null
7180
- }
7181
- ],
7182
- "inputFields": null,
7183
- "interfaces": [],
7184
- "enumValues": null,
7185
- "possibleTypes": null
7186
- },
7187
- {
7188
- "kind": "OBJECT",
7189
- "name": "NetInfo",
7190
- "description": null,
7191
- "fields": [
6721
+ },
7192
6722
  {
7193
- "name": "listening",
6723
+ "name": "blockTime",
7194
6724
  "description": null,
7195
6725
  "args": [],
7196
6726
  "type": {
7197
6727
  "kind": "SCALAR",
7198
- "name": "Boolean",
6728
+ "name": "String",
7199
6729
  "ofType": null
7200
6730
  },
7201
6731
  "isDeprecated": false,
7202
6732
  "deprecationReason": null
7203
6733
  },
7204
6734
  {
7205
- "name": "listeners",
6735
+ "name": "address",
7206
6736
  "description": null,
7207
6737
  "args": [],
7208
6738
  "type": {
7209
- "kind": "LIST",
7210
- "name": null,
7211
- "ofType": {
7212
- "kind": "NON_NULL",
7213
- "name": null,
7214
- "ofType": {
7215
- "kind": "SCALAR",
7216
- "name": "String",
7217
- "ofType": null
7218
- }
7219
- }
6739
+ "kind": "SCALAR",
6740
+ "name": "String",
6741
+ "ofType": null
7220
6742
  },
7221
6743
  "isDeprecated": false,
7222
6744
  "deprecationReason": null
7223
6745
  },
7224
6746
  {
7225
- "name": "nPeers",
6747
+ "name": "votingPower",
7226
6748
  "description": null,
7227
6749
  "args": [],
7228
6750
  "type": {
7229
6751
  "kind": "SCALAR",
7230
- "name": "Int",
6752
+ "name": "String",
7231
6753
  "ofType": null
7232
6754
  },
7233
6755
  "isDeprecated": false,
7234
6756
  "deprecationReason": null
7235
6757
  },
7236
6758
  {
7237
- "name": "peers",
6759
+ "name": "totalTxs",
7238
6760
  "description": null,
7239
6761
  "args": [],
7240
6762
  "type": {
7241
- "kind": "LIST",
7242
- "name": null,
7243
- "ofType": {
7244
- "kind": "NON_NULL",
7245
- "name": null,
7246
- "ofType": {
7247
- "kind": "OBJECT",
7248
- "name": "PeerInfo",
7249
- "ofType": null
7250
- }
7251
- }
6763
+ "kind": "SCALAR",
6764
+ "name": "String",
6765
+ "ofType": null
7252
6766
  },
7253
6767
  "isDeprecated": false,
7254
6768
  "deprecationReason": null
7255
- }
7256
- ],
7257
- "inputFields": null,
7258
- "interfaces": [],
7259
- "enumValues": null,
7260
- "possibleTypes": null
7261
- },
7262
- {
7263
- "kind": "OBJECT",
7264
- "name": "PeerInfo",
7265
- "description": null,
7266
- "fields": [
6769
+ },
7267
6770
  {
7268
- "name": "id",
6771
+ "name": "version",
7269
6772
  "description": null,
7270
6773
  "args": [],
7271
6774
  "type": {
@@ -7277,31 +6780,47 @@
7277
6780
  "deprecationReason": null
7278
6781
  },
7279
6782
  {
7280
- "name": "network",
6783
+ "name": "forgeAppsVersion",
7281
6784
  "description": null,
7282
6785
  "args": [],
7283
6786
  "type": {
7284
- "kind": "SCALAR",
7285
- "name": "String",
7286
- "ofType": null
6787
+ "kind": "LIST",
6788
+ "name": null,
6789
+ "ofType": {
6790
+ "kind": "NON_NULL",
6791
+ "name": null,
6792
+ "ofType": {
6793
+ "kind": "OBJECT",
6794
+ "name": "NodeInfo_ForgeAppsVersionEntry",
6795
+ "ofType": null
6796
+ }
6797
+ }
7287
6798
  },
7288
6799
  "isDeprecated": false,
7289
6800
  "deprecationReason": null
7290
6801
  },
7291
6802
  {
7292
- "name": "consensusVersion",
6803
+ "name": "supportedTxs",
7293
6804
  "description": null,
7294
6805
  "args": [],
7295
6806
  "type": {
7296
- "kind": "SCALAR",
7297
- "name": "String",
7298
- "ofType": null
6807
+ "kind": "LIST",
6808
+ "name": null,
6809
+ "ofType": {
6810
+ "kind": "NON_NULL",
6811
+ "name": null,
6812
+ "ofType": {
6813
+ "kind": "SCALAR",
6814
+ "name": "String",
6815
+ "ofType": null
6816
+ }
6817
+ }
7299
6818
  },
7300
6819
  "isDeprecated": false,
7301
6820
  "deprecationReason": null
7302
6821
  },
7303
6822
  {
7304
- "name": "moniker",
6823
+ "name": "ip",
7305
6824
  "description": null,
7306
6825
  "args": [],
7307
6826
  "type": {
@@ -7313,24 +6832,24 @@
7313
6832
  "deprecationReason": null
7314
6833
  },
7315
6834
  {
7316
- "name": "ip",
6835
+ "name": "geoInfo",
7317
6836
  "description": null,
7318
6837
  "args": [],
7319
6838
  "type": {
7320
- "kind": "SCALAR",
7321
- "name": "String",
6839
+ "kind": "OBJECT",
6840
+ "name": "GeoInfo",
7322
6841
  "ofType": null
7323
6842
  },
7324
6843
  "isDeprecated": false,
7325
6844
  "deprecationReason": null
7326
6845
  },
7327
6846
  {
7328
- "name": "geoInfo",
6847
+ "name": "p2pAddress",
7329
6848
  "description": null,
7330
6849
  "args": [],
7331
6850
  "type": {
7332
- "kind": "OBJECT",
7333
- "name": "GeoInfo",
6851
+ "kind": "SCALAR",
6852
+ "name": "String",
7334
6853
  "ofType": null
7335
6854
  },
7336
6855
  "isDeprecated": false,
@@ -7344,11 +6863,11 @@
7344
6863
  },
7345
6864
  {
7346
6865
  "kind": "OBJECT",
7347
- "name": "GeoInfo",
6866
+ "name": "NodeInfo_ForgeAppsVersionEntry",
7348
6867
  "description": null,
7349
6868
  "fields": [
7350
6869
  {
7351
- "name": "city",
6870
+ "name": "key",
7352
6871
  "description": null,
7353
6872
  "args": [],
7354
6873
  "type": {
@@ -7360,7 +6879,7 @@
7360
6879
  "deprecationReason": null
7361
6880
  },
7362
6881
  {
7363
- "name": "country",
6882
+ "name": "value",
7364
6883
  "description": null,
7365
6884
  "args": [],
7366
6885
  "type": {
@@ -7370,26 +6889,37 @@
7370
6889
  },
7371
6890
  "isDeprecated": false,
7372
6891
  "deprecationReason": null
7373
- },
6892
+ }
6893
+ ],
6894
+ "inputFields": null,
6895
+ "interfaces": [],
6896
+ "enumValues": null,
6897
+ "possibleTypes": null
6898
+ },
6899
+ {
6900
+ "kind": "OBJECT",
6901
+ "name": "ResponseGetValidatorsInfo",
6902
+ "description": null,
6903
+ "fields": [
7374
6904
  {
7375
- "name": "latitude",
6905
+ "name": "code",
7376
6906
  "description": null,
7377
6907
  "args": [],
7378
6908
  "type": {
7379
6909
  "kind": "SCALAR",
7380
- "name": "Float",
6910
+ "name": "String",
7381
6911
  "ofType": null
7382
6912
  },
7383
6913
  "isDeprecated": false,
7384
6914
  "deprecationReason": null
7385
6915
  },
7386
6916
  {
7387
- "name": "longitude",
6917
+ "name": "validatorsInfo",
7388
6918
  "description": null,
7389
6919
  "args": [],
7390
6920
  "type": {
7391
- "kind": "SCALAR",
7392
- "name": "Float",
6921
+ "kind": "OBJECT",
6922
+ "name": "ValidatorsInfo",
7393
6923
  "ofType": null
7394
6924
  },
7395
6925
  "isDeprecated": false,
@@ -7401,23 +6931,13 @@
7401
6931
  "enumValues": null,
7402
6932
  "possibleTypes": null
7403
6933
  },
7404
- {
7405
- "kind": "SCALAR",
7406
- "name": "Float",
7407
- "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
7408
- "fields": null,
7409
- "inputFields": null,
7410
- "interfaces": null,
7411
- "enumValues": null,
7412
- "possibleTypes": null
7413
- },
7414
6934
  {
7415
6935
  "kind": "OBJECT",
7416
- "name": "ResponseGetNodeInfo",
6936
+ "name": "ValidatorsInfo",
7417
6937
  "description": null,
7418
6938
  "fields": [
7419
6939
  {
7420
- "name": "code",
6940
+ "name": "blockHeight",
7421
6941
  "description": null,
7422
6942
  "args": [],
7423
6943
  "type": {
@@ -7429,13 +6949,21 @@
7429
6949
  "deprecationReason": null
7430
6950
  },
7431
6951
  {
7432
- "name": "info",
6952
+ "name": "validators",
7433
6953
  "description": null,
7434
6954
  "args": [],
7435
6955
  "type": {
7436
- "kind": "OBJECT",
7437
- "name": "NodeInfo",
7438
- "ofType": null
6956
+ "kind": "LIST",
6957
+ "name": null,
6958
+ "ofType": {
6959
+ "kind": "NON_NULL",
6960
+ "name": null,
6961
+ "ofType": {
6962
+ "kind": "OBJECT",
6963
+ "name": "ValidatorInfo",
6964
+ "ofType": null
6965
+ }
6966
+ }
7439
6967
  },
7440
6968
  "isDeprecated": false,
7441
6969
  "deprecationReason": null
@@ -7448,11 +6976,11 @@
7448
6976
  },
7449
6977
  {
7450
6978
  "kind": "OBJECT",
7451
- "name": "NodeInfo",
6979
+ "name": "ValidatorInfo",
7452
6980
  "description": null,
7453
6981
  "fields": [
7454
6982
  {
7455
- "name": "id",
6983
+ "name": "address",
7456
6984
  "description": null,
7457
6985
  "args": [],
7458
6986
  "type": {
@@ -7464,906 +6992,31 @@
7464
6992
  "deprecationReason": null
7465
6993
  },
7466
6994
  {
7467
- "name": "network",
6995
+ "name": "pubKey",
7468
6996
  "description": null,
7469
6997
  "args": [],
7470
- "type": {
7471
- "kind": "SCALAR",
7472
- "name": "String",
7473
- "ofType": null
7474
- },
7475
- "isDeprecated": false,
7476
- "deprecationReason": null
7477
- },
7478
- {
7479
- "name": "moniker",
7480
- "description": null,
7481
- "args": [],
7482
- "type": {
7483
- "kind": "SCALAR",
7484
- "name": "String",
7485
- "ofType": null
7486
- },
7487
- "isDeprecated": false,
7488
- "deprecationReason": null
7489
- },
7490
- {
7491
- "name": "consensusVersion",
7492
- "description": null,
7493
- "args": [],
7494
- "type": {
7495
- "kind": "SCALAR",
7496
- "name": "String",
7497
- "ofType": null
7498
- },
7499
- "isDeprecated": false,
7500
- "deprecationReason": null
7501
- },
7502
- {
7503
- "name": "synced",
7504
- "description": null,
7505
- "args": [],
7506
- "type": {
7507
- "kind": "SCALAR",
7508
- "name": "Boolean",
7509
- "ofType": null
7510
- },
7511
- "isDeprecated": false,
7512
- "deprecationReason": null
7513
- },
7514
- {
7515
- "name": "appHash",
7516
- "description": null,
7517
- "args": [],
7518
- "type": {
7519
- "kind": "SCALAR",
7520
- "name": "String",
7521
- "ofType": null
7522
- },
7523
- "isDeprecated": false,
7524
- "deprecationReason": null
7525
- },
7526
- {
7527
- "name": "blockHash",
7528
- "description": null,
7529
- "args": [],
7530
- "type": {
7531
- "kind": "SCALAR",
7532
- "name": "String",
7533
- "ofType": null
7534
- },
7535
- "isDeprecated": false,
7536
- "deprecationReason": null
7537
- },
7538
- {
7539
- "name": "blockHeight",
7540
- "description": null,
7541
- "args": [],
7542
- "type": {
7543
- "kind": "SCALAR",
7544
- "name": "String",
7545
- "ofType": null
7546
- },
7547
- "isDeprecated": false,
7548
- "deprecationReason": null
7549
- },
7550
- {
7551
- "name": "blockTime",
7552
- "description": null,
7553
- "args": [],
7554
- "type": {
7555
- "kind": "SCALAR",
7556
- "name": "String",
7557
- "ofType": null
7558
- },
7559
- "isDeprecated": false,
7560
- "deprecationReason": null
7561
- },
7562
- {
7563
- "name": "address",
7564
- "description": null,
7565
- "args": [],
7566
- "type": {
7567
- "kind": "SCALAR",
7568
- "name": "String",
7569
- "ofType": null
7570
- },
7571
- "isDeprecated": false,
7572
- "deprecationReason": null
7573
- },
7574
- {
7575
- "name": "votingPower",
7576
- "description": null,
7577
- "args": [],
7578
- "type": {
7579
- "kind": "SCALAR",
7580
- "name": "String",
7581
- "ofType": null
7582
- },
7583
- "isDeprecated": false,
7584
- "deprecationReason": null
7585
- },
7586
- {
7587
- "name": "totalTxs",
7588
- "description": null,
7589
- "args": [],
7590
- "type": {
7591
- "kind": "SCALAR",
7592
- "name": "String",
7593
- "ofType": null
7594
- },
7595
- "isDeprecated": false,
7596
- "deprecationReason": null
7597
- },
7598
- {
7599
- "name": "version",
7600
- "description": null,
7601
- "args": [],
7602
- "type": {
7603
- "kind": "SCALAR",
7604
- "name": "String",
7605
- "ofType": null
7606
- },
7607
- "isDeprecated": false,
7608
- "deprecationReason": null
7609
- },
7610
- {
7611
- "name": "forgeAppsVersion",
7612
- "description": null,
7613
- "args": [],
7614
- "type": {
7615
- "kind": "LIST",
7616
- "name": null,
7617
- "ofType": {
7618
- "kind": "NON_NULL",
7619
- "name": null,
7620
- "ofType": {
7621
- "kind": "OBJECT",
7622
- "name": "NodeInfo_ForgeAppsVersionEntry",
7623
- "ofType": null
7624
- }
7625
- }
7626
- },
7627
- "isDeprecated": false,
7628
- "deprecationReason": null
7629
- },
7630
- {
7631
- "name": "supportedTxs",
7632
- "description": null,
7633
- "args": [],
7634
- "type": {
7635
- "kind": "LIST",
7636
- "name": null,
7637
- "ofType": {
7638
- "kind": "NON_NULL",
7639
- "name": null,
7640
- "ofType": {
7641
- "kind": "SCALAR",
7642
- "name": "String",
7643
- "ofType": null
7644
- }
7645
- }
7646
- },
7647
- "isDeprecated": false,
7648
- "deprecationReason": null
7649
- },
7650
- {
7651
- "name": "ip",
7652
- "description": null,
7653
- "args": [],
7654
- "type": {
7655
- "kind": "SCALAR",
7656
- "name": "String",
7657
- "ofType": null
7658
- },
7659
- "isDeprecated": false,
7660
- "deprecationReason": null
7661
- },
7662
- {
7663
- "name": "geoInfo",
7664
- "description": null,
7665
- "args": [],
7666
- "type": {
7667
- "kind": "OBJECT",
7668
- "name": "GeoInfo",
7669
- "ofType": null
7670
- },
7671
- "isDeprecated": false,
7672
- "deprecationReason": null
7673
- },
7674
- {
7675
- "name": "p2pAddress",
7676
- "description": null,
7677
- "args": [],
7678
- "type": {
7679
- "kind": "SCALAR",
7680
- "name": "String",
7681
- "ofType": null
7682
- },
7683
- "isDeprecated": false,
7684
- "deprecationReason": null
7685
- }
7686
- ],
7687
- "inputFields": null,
7688
- "interfaces": [],
7689
- "enumValues": null,
7690
- "possibleTypes": null
7691
- },
7692
- {
7693
- "kind": "OBJECT",
7694
- "name": "NodeInfo_ForgeAppsVersionEntry",
7695
- "description": null,
7696
- "fields": [
7697
- {
7698
- "name": "key",
7699
- "description": null,
7700
- "args": [],
7701
- "type": {
7702
- "kind": "SCALAR",
7703
- "name": "String",
7704
- "ofType": null
7705
- },
7706
- "isDeprecated": false,
7707
- "deprecationReason": null
7708
- },
7709
- {
7710
- "name": "value",
7711
- "description": null,
7712
- "args": [],
7713
- "type": {
7714
- "kind": "SCALAR",
7715
- "name": "String",
7716
- "ofType": null
7717
- },
7718
- "isDeprecated": false,
7719
- "deprecationReason": null
7720
- }
7721
- ],
7722
- "inputFields": null,
7723
- "interfaces": [],
7724
- "enumValues": null,
7725
- "possibleTypes": null
7726
- },
7727
- {
7728
- "kind": "OBJECT",
7729
- "name": "ResponseGetValidatorsInfo",
7730
- "description": null,
7731
- "fields": [
7732
- {
7733
- "name": "code",
7734
- "description": null,
7735
- "args": [],
7736
- "type": {
7737
- "kind": "SCALAR",
7738
- "name": "String",
7739
- "ofType": null
7740
- },
7741
- "isDeprecated": false,
7742
- "deprecationReason": null
7743
- },
7744
- {
7745
- "name": "validatorsInfo",
7746
- "description": null,
7747
- "args": [],
7748
- "type": {
7749
- "kind": "OBJECT",
7750
- "name": "ValidatorsInfo",
7751
- "ofType": null
7752
- },
7753
- "isDeprecated": false,
7754
- "deprecationReason": null
7755
- }
7756
- ],
7757
- "inputFields": null,
7758
- "interfaces": [],
7759
- "enumValues": null,
7760
- "possibleTypes": null
7761
- },
7762
- {
7763
- "kind": "OBJECT",
7764
- "name": "ValidatorsInfo",
7765
- "description": null,
7766
- "fields": [
7767
- {
7768
- "name": "blockHeight",
7769
- "description": null,
7770
- "args": [],
7771
- "type": {
7772
- "kind": "SCALAR",
7773
- "name": "String",
7774
- "ofType": null
7775
- },
7776
- "isDeprecated": false,
7777
- "deprecationReason": null
7778
- },
7779
- {
7780
- "name": "validators",
7781
- "description": null,
7782
- "args": [],
7783
- "type": {
7784
- "kind": "LIST",
7785
- "name": null,
7786
- "ofType": {
7787
- "kind": "NON_NULL",
7788
- "name": null,
7789
- "ofType": {
7790
- "kind": "OBJECT",
7791
- "name": "ValidatorInfo",
7792
- "ofType": null
7793
- }
7794
- }
7795
- },
7796
- "isDeprecated": false,
7797
- "deprecationReason": null
7798
- }
7799
- ],
7800
- "inputFields": null,
7801
- "interfaces": [],
7802
- "enumValues": null,
7803
- "possibleTypes": null
7804
- },
7805
- {
7806
- "kind": "OBJECT",
7807
- "name": "ValidatorInfo",
7808
- "description": null,
7809
- "fields": [
7810
- {
7811
- "name": "address",
7812
- "description": null,
7813
- "args": [],
7814
- "type": {
7815
- "kind": "SCALAR",
7816
- "name": "String",
7817
- "ofType": null
7818
- },
7819
- "isDeprecated": false,
7820
- "deprecationReason": null
7821
- },
7822
- {
7823
- "name": "pubKey",
7824
- "description": null,
7825
- "args": [],
7826
- "type": {
7827
- "kind": "OBJECT",
7828
- "name": "PubKey",
7829
- "ofType": null
7830
- },
7831
- "isDeprecated": false,
7832
- "deprecationReason": null
7833
- },
7834
- {
7835
- "name": "votingPower",
7836
- "description": null,
7837
- "args": [],
7838
- "type": {
7839
- "kind": "SCALAR",
7840
- "name": "String",
7841
- "ofType": null
7842
- },
7843
- "isDeprecated": false,
7844
- "deprecationReason": null
7845
- },
7846
- {
7847
- "name": "proposerPriority",
7848
- "description": null,
7849
- "args": [],
7850
- "type": {
7851
- "kind": "SCALAR",
7852
- "name": "String",
7853
- "ofType": null
7854
- },
7855
- "isDeprecated": false,
7856
- "deprecationReason": null
7857
- },
7858
- {
7859
- "name": "name",
7860
- "description": null,
7861
- "args": [],
7862
- "type": {
7863
- "kind": "SCALAR",
7864
- "name": "String",
7865
- "ofType": null
7866
- },
7867
- "isDeprecated": false,
7868
- "deprecationReason": null
7869
- },
7870
- {
7871
- "name": "geoInfo",
7872
- "description": null,
7873
- "args": [],
7874
- "type": {
7875
- "kind": "OBJECT",
7876
- "name": "GeoInfo",
7877
- "ofType": null
7878
- },
7879
- "isDeprecated": false,
7880
- "deprecationReason": null
7881
- }
7882
- ],
7883
- "inputFields": null,
7884
- "interfaces": [],
7885
- "enumValues": null,
7886
- "possibleTypes": null
7887
- },
7888
- {
7889
- "kind": "OBJECT",
7890
- "name": "PubKey",
7891
- "description": null,
7892
- "fields": [
7893
- {
7894
- "name": "type",
7895
- "description": null,
7896
- "args": [],
7897
- "type": {
7898
- "kind": "SCALAR",
7899
- "name": "String",
7900
- "ofType": null
7901
- },
7902
- "isDeprecated": false,
7903
- "deprecationReason": null
7904
- },
7905
- {
7906
- "name": "data",
7907
- "description": null,
7908
- "args": [],
7909
- "type": {
7910
- "kind": "SCALAR",
7911
- "name": "String",
7912
- "ofType": null
7913
- },
7914
- "isDeprecated": false,
7915
- "deprecationReason": null
7916
- }
7917
- ],
7918
- "inputFields": null,
7919
- "interfaces": [],
7920
- "enumValues": null,
7921
- "possibleTypes": null
7922
- },
7923
- {
7924
- "kind": "OBJECT",
7925
- "name": "ResponseGetForgeStats",
7926
- "description": null,
7927
- "fields": [
7928
- {
7929
- "name": "code",
7930
- "description": null,
7931
- "args": [],
7932
- "type": {
7933
- "kind": "SCALAR",
7934
- "name": "String",
7935
- "ofType": null
7936
- },
7937
- "isDeprecated": false,
7938
- "deprecationReason": null
7939
- },
7940
- {
7941
- "name": "forgeStats",
7942
- "description": null,
7943
- "args": [],
7944
- "type": {
7945
- "kind": "OBJECT",
7946
- "name": "ForgeStats",
7947
- "ofType": null
7948
- },
7949
- "isDeprecated": false,
7950
- "deprecationReason": null
7951
- }
7952
- ],
7953
- "inputFields": null,
7954
- "interfaces": [],
7955
- "enumValues": null,
7956
- "possibleTypes": null
7957
- },
7958
- {
7959
- "kind": "OBJECT",
7960
- "name": "ForgeStats",
7961
- "description": null,
7962
- "fields": [
7963
- {
7964
- "name": "numBlocks",
7965
- "description": null,
7966
- "args": [],
7967
- "type": {
7968
- "kind": "LIST",
7969
- "name": null,
7970
- "ofType": {
7971
- "kind": "NON_NULL",
7972
- "name": null,
7973
- "ofType": {
7974
- "kind": "SCALAR",
7975
- "name": "String",
7976
- "ofType": null
7977
- }
7978
- }
7979
- },
7980
- "isDeprecated": false,
7981
- "deprecationReason": null
7982
- },
7983
- {
7984
- "name": "numTxs",
7985
- "description": null,
7986
- "args": [],
7987
- "type": {
7988
- "kind": "LIST",
7989
- "name": null,
7990
- "ofType": {
7991
- "kind": "NON_NULL",
7992
- "name": null,
7993
- "ofType": {
7994
- "kind": "SCALAR",
7995
- "name": "String",
7996
- "ofType": null
7997
- }
7998
- }
7999
- },
8000
- "isDeprecated": false,
8001
- "deprecationReason": null
8002
- },
8003
- {
8004
- "name": "numStakes",
8005
- "description": null,
8006
- "args": [],
8007
- "type": {
8008
- "kind": "LIST",
8009
- "name": null,
8010
- "ofType": {
8011
- "kind": "NON_NULL",
8012
- "name": null,
8013
- "ofType": {
8014
- "kind": "SCALAR",
8015
- "name": "String",
8016
- "ofType": null
8017
- }
8018
- }
8019
- },
8020
- "isDeprecated": false,
8021
- "deprecationReason": null
8022
- },
8023
- {
8024
- "name": "numValidators",
8025
- "description": null,
8026
- "args": [],
8027
- "type": {
8028
- "kind": "LIST",
8029
- "name": null,
8030
- "ofType": {
8031
- "kind": "NON_NULL",
8032
- "name": null,
8033
- "ofType": {
8034
- "kind": "SCALAR",
8035
- "name": "Int",
8036
- "ofType": null
8037
- }
8038
- }
8039
- },
8040
- "isDeprecated": false,
8041
- "deprecationReason": null
8042
- },
8043
- {
8044
- "name": "numAccountMigrateTxs",
8045
- "description": null,
8046
- "args": [],
8047
- "type": {
8048
- "kind": "LIST",
8049
- "name": null,
8050
- "ofType": {
8051
- "kind": "NON_NULL",
8052
- "name": null,
8053
- "ofType": {
8054
- "kind": "SCALAR",
8055
- "name": "String",
8056
- "ofType": null
8057
- }
8058
- }
8059
- },
8060
- "isDeprecated": false,
8061
- "deprecationReason": null
8062
- },
8063
- {
8064
- "name": "numCreateAssetTxs",
8065
- "description": null,
8066
- "args": [],
8067
- "type": {
8068
- "kind": "LIST",
8069
- "name": null,
8070
- "ofType": {
8071
- "kind": "NON_NULL",
8072
- "name": null,
8073
- "ofType": {
8074
- "kind": "SCALAR",
8075
- "name": "String",
8076
- "ofType": null
8077
- }
8078
- }
8079
- },
8080
- "isDeprecated": false,
8081
- "deprecationReason": null
8082
- },
8083
- {
8084
- "name": "numConsensusUpgradeTxs",
8085
- "description": null,
8086
- "args": [],
8087
- "type": {
8088
- "kind": "LIST",
8089
- "name": null,
8090
- "ofType": {
8091
- "kind": "NON_NULL",
8092
- "name": null,
8093
- "ofType": {
8094
- "kind": "SCALAR",
8095
- "name": "Int",
8096
- "ofType": null
8097
- }
8098
- }
8099
- },
8100
- "isDeprecated": false,
8101
- "deprecationReason": null
8102
- },
8103
- {
8104
- "name": "numDeclareTxs",
8105
- "description": null,
8106
- "args": [],
8107
- "type": {
8108
- "kind": "LIST",
8109
- "name": null,
8110
- "ofType": {
8111
- "kind": "NON_NULL",
8112
- "name": null,
8113
- "ofType": {
8114
- "kind": "SCALAR",
8115
- "name": "String",
8116
- "ofType": null
8117
- }
8118
- }
8119
- },
8120
- "isDeprecated": false,
8121
- "deprecationReason": null
8122
- },
8123
- {
8124
- "name": "numDeclareFileTxs",
8125
- "description": null,
8126
- "args": [],
8127
- "type": {
8128
- "kind": "LIST",
8129
- "name": null,
8130
- "ofType": {
8131
- "kind": "NON_NULL",
8132
- "name": null,
8133
- "ofType": {
8134
- "kind": "SCALAR",
8135
- "name": "String",
8136
- "ofType": null
8137
- }
8138
- }
8139
- },
8140
- "isDeprecated": false,
8141
- "deprecationReason": null
8142
- },
8143
- {
8144
- "name": "numExchangeTxs",
8145
- "description": null,
8146
- "args": [],
8147
- "type": {
8148
- "kind": "LIST",
8149
- "name": null,
8150
- "ofType": {
8151
- "kind": "NON_NULL",
8152
- "name": null,
8153
- "ofType": {
8154
- "kind": "SCALAR",
8155
- "name": "String",
8156
- "ofType": null
8157
- }
8158
- }
8159
- },
8160
- "isDeprecated": false,
8161
- "deprecationReason": null
8162
- },
8163
- {
8164
- "name": "numStakeTxs",
8165
- "description": null,
8166
- "args": [],
8167
- "type": {
8168
- "kind": "LIST",
8169
- "name": null,
8170
- "ofType": {
8171
- "kind": "NON_NULL",
8172
- "name": null,
8173
- "ofType": {
8174
- "kind": "SCALAR",
8175
- "name": "String",
8176
- "ofType": null
8177
- }
8178
- }
8179
- },
8180
- "isDeprecated": false,
8181
- "deprecationReason": null
8182
- },
8183
- {
8184
- "name": "numSysUpgradeTxs",
8185
- "description": null,
8186
- "args": [],
8187
- "type": {
8188
- "kind": "LIST",
8189
- "name": null,
8190
- "ofType": {
8191
- "kind": "NON_NULL",
8192
- "name": null,
8193
- "ofType": {
8194
- "kind": "SCALAR",
8195
- "name": "Int",
8196
- "ofType": null
8197
- }
8198
- }
8199
- },
8200
- "isDeprecated": false,
8201
- "deprecationReason": null
8202
- },
8203
- {
8204
- "name": "numTransferTxs",
8205
- "description": null,
8206
- "args": [],
8207
- "type": {
8208
- "kind": "LIST",
8209
- "name": null,
8210
- "ofType": {
8211
- "kind": "NON_NULL",
8212
- "name": null,
8213
- "ofType": {
8214
- "kind": "SCALAR",
8215
- "name": "String",
8216
- "ofType": null
8217
- }
8218
- }
8219
- },
8220
- "isDeprecated": false,
8221
- "deprecationReason": null
8222
- },
8223
- {
8224
- "name": "numUpdateAssetTxs",
8225
- "description": null,
8226
- "args": [],
8227
- "type": {
8228
- "kind": "LIST",
8229
- "name": null,
8230
- "ofType": {
8231
- "kind": "NON_NULL",
8232
- "name": null,
8233
- "ofType": {
8234
- "kind": "SCALAR",
8235
- "name": "String",
8236
- "ofType": null
8237
- }
8238
- }
8239
- },
8240
- "isDeprecated": false,
8241
- "deprecationReason": null
8242
- },
8243
- {
8244
- "name": "numConsumeAssetTxs",
8245
- "description": null,
8246
- "args": [],
8247
- "type": {
8248
- "kind": "LIST",
8249
- "name": null,
8250
- "ofType": {
8251
- "kind": "NON_NULL",
8252
- "name": null,
8253
- "ofType": {
8254
- "kind": "SCALAR",
8255
- "name": "String",
8256
- "ofType": null
8257
- }
8258
- }
8259
- },
8260
- "isDeprecated": false,
8261
- "deprecationReason": null
8262
- },
8263
- {
8264
- "name": "tps",
8265
- "description": null,
8266
- "args": [],
8267
- "type": {
8268
- "kind": "LIST",
8269
- "name": null,
8270
- "ofType": {
8271
- "kind": "NON_NULL",
8272
- "name": null,
8273
- "ofType": {
8274
- "kind": "SCALAR",
8275
- "name": "Int",
8276
- "ofType": null
8277
- }
8278
- }
8279
- },
8280
- "isDeprecated": false,
8281
- "deprecationReason": null
8282
- },
8283
- {
8284
- "name": "maxTps",
8285
- "description": null,
8286
- "args": [],
8287
- "type": {
8288
- "kind": "SCALAR",
8289
- "name": "Int",
8290
- "ofType": null
8291
- },
8292
- "isDeprecated": false,
8293
- "deprecationReason": null
8294
- },
8295
- {
8296
- "name": "avgTps",
8297
- "description": null,
8298
- "args": [],
8299
- "type": {
8300
- "kind": "SCALAR",
8301
- "name": "Int",
8302
- "ofType": null
8303
- },
8304
- "isDeprecated": false,
8305
- "deprecationReason": null
8306
- },
8307
- {
8308
- "name": "avgBlockTime",
8309
- "description": null,
8310
- "args": [],
8311
- "type": {
8312
- "kind": "SCALAR",
8313
- "name": "Float",
8314
- "ofType": null
8315
- },
8316
- "isDeprecated": false,
8317
- "deprecationReason": null
8318
- }
8319
- ],
8320
- "inputFields": null,
8321
- "interfaces": [],
8322
- "enumValues": null,
8323
- "possibleTypes": null
8324
- },
8325
- {
8326
- "kind": "OBJECT",
8327
- "name": "ResponseGetSwapStatistics",
8328
- "description": null,
8329
- "fields": [
8330
- {
8331
- "name": "code",
8332
- "description": null,
8333
- "args": [],
8334
- "type": {
8335
- "kind": "SCALAR",
8336
- "name": "String",
6998
+ "type": {
6999
+ "kind": "OBJECT",
7000
+ "name": "PubKey",
8337
7001
  "ofType": null
8338
7002
  },
8339
7003
  "isDeprecated": false,
8340
7004
  "deprecationReason": null
8341
7005
  },
8342
7006
  {
8343
- "name": "statistics",
7007
+ "name": "votingPower",
8344
7008
  "description": null,
8345
7009
  "args": [],
8346
7010
  "type": {
8347
- "kind": "OBJECT",
8348
- "name": "SwapStatistics",
7011
+ "kind": "SCALAR",
7012
+ "name": "String",
8349
7013
  "ofType": null
8350
7014
  },
8351
7015
  "isDeprecated": false,
8352
7016
  "deprecationReason": null
8353
- }
8354
- ],
8355
- "inputFields": null,
8356
- "interfaces": [],
8357
- "enumValues": null,
8358
- "possibleTypes": null
8359
- },
8360
- {
8361
- "kind": "OBJECT",
8362
- "name": "SwapStatistics",
8363
- "description": null,
8364
- "fields": [
7017
+ },
8365
7018
  {
8366
- "name": "address",
7019
+ "name": "proposerPriority",
8367
7020
  "description": null,
8368
7021
  "args": [],
8369
7022
  "type": {
@@ -8375,7 +7028,7 @@
8375
7028
  "deprecationReason": null
8376
7029
  },
8377
7030
  {
8378
- "name": "lockedValueOut",
7031
+ "name": "name",
8379
7032
  "description": null,
8380
7033
  "args": [],
8381
7034
  "type": {
@@ -8387,36 +7040,47 @@
8387
7040
  "deprecationReason": null
8388
7041
  },
8389
7042
  {
8390
- "name": "lockedValueIn",
7043
+ "name": "geoInfo",
8391
7044
  "description": null,
8392
7045
  "args": [],
8393
7046
  "type": {
8394
- "kind": "SCALAR",
8395
- "name": "String",
7047
+ "kind": "OBJECT",
7048
+ "name": "GeoInfo",
8396
7049
  "ofType": null
8397
7050
  },
8398
7051
  "isDeprecated": false,
8399
7052
  "deprecationReason": null
8400
- },
7053
+ }
7054
+ ],
7055
+ "inputFields": null,
7056
+ "interfaces": [],
7057
+ "enumValues": null,
7058
+ "possibleTypes": null
7059
+ },
7060
+ {
7061
+ "kind": "OBJECT",
7062
+ "name": "PubKey",
7063
+ "description": null,
7064
+ "fields": [
8401
7065
  {
8402
- "name": "lockedAssetsOut",
7066
+ "name": "type",
8403
7067
  "description": null,
8404
7068
  "args": [],
8405
7069
  "type": {
8406
7070
  "kind": "SCALAR",
8407
- "name": "Int",
7071
+ "name": "String",
8408
7072
  "ofType": null
8409
7073
  },
8410
7074
  "isDeprecated": false,
8411
7075
  "deprecationReason": null
8412
7076
  },
8413
7077
  {
8414
- "name": "lockedAssetsIn",
7078
+ "name": "data",
8415
7079
  "description": null,
8416
7080
  "args": [],
8417
7081
  "type": {
8418
7082
  "kind": "SCALAR",
8419
- "name": "Int",
7083
+ "name": "String",
8420
7084
  "ofType": null
8421
7085
  },
8422
7086
  "isDeprecated": false,
@@ -8863,6 +7527,50 @@
8863
7527
  "isDeprecated": false,
8864
7528
  "deprecationReason": null
8865
7529
  },
7530
+ {
7531
+ "name": "display",
7532
+ "description": null,
7533
+ "args": [],
7534
+ "type": {
7535
+ "kind": "OBJECT",
7536
+ "name": "NFTDisplay",
7537
+ "ofType": null
7538
+ },
7539
+ "isDeprecated": false,
7540
+ "deprecationReason": null
7541
+ },
7542
+ {
7543
+ "name": "endpoint",
7544
+ "description": null,
7545
+ "args": [],
7546
+ "type": {
7547
+ "kind": "OBJECT",
7548
+ "name": "NFTEndpoint",
7549
+ "ofType": null
7550
+ },
7551
+ "isDeprecated": false,
7552
+ "deprecationReason": null
7553
+ },
7554
+ {
7555
+ "name": "tags",
7556
+ "description": null,
7557
+ "args": [],
7558
+ "type": {
7559
+ "kind": "LIST",
7560
+ "name": null,
7561
+ "ofType": {
7562
+ "kind": "NON_NULL",
7563
+ "name": null,
7564
+ "ofType": {
7565
+ "kind": "SCALAR",
7566
+ "name": "String",
7567
+ "ofType": null
7568
+ }
7569
+ }
7570
+ },
7571
+ "isDeprecated": false,
7572
+ "deprecationReason": null
7573
+ },
8866
7574
  {
8867
7575
  "name": "data",
8868
7576
  "description": null,
@@ -9007,61 +7715,6 @@
9007
7715
  "enumValues": null,
9008
7716
  "possibleTypes": null
9009
7717
  },
9010
- {
9011
- "kind": "OBJECT",
9012
- "name": "ResponseListSwap",
9013
- "description": null,
9014
- "fields": [
9015
- {
9016
- "name": "code",
9017
- "description": null,
9018
- "args": [],
9019
- "type": {
9020
- "kind": "SCALAR",
9021
- "name": "String",
9022
- "ofType": null
9023
- },
9024
- "isDeprecated": false,
9025
- "deprecationReason": null
9026
- },
9027
- {
9028
- "name": "page",
9029
- "description": null,
9030
- "args": [],
9031
- "type": {
9032
- "kind": "OBJECT",
9033
- "name": "PageInfo",
9034
- "ofType": null
9035
- },
9036
- "isDeprecated": false,
9037
- "deprecationReason": null
9038
- },
9039
- {
9040
- "name": "swap",
9041
- "description": null,
9042
- "args": [],
9043
- "type": {
9044
- "kind": "LIST",
9045
- "name": null,
9046
- "ofType": {
9047
- "kind": "NON_NULL",
9048
- "name": null,
9049
- "ofType": {
9050
- "kind": "OBJECT",
9051
- "name": "SwapState",
9052
- "ofType": null
9053
- }
9054
- }
9055
- },
9056
- "isDeprecated": false,
9057
- "deprecationReason": null
9058
- }
9059
- ],
9060
- "inputFields": null,
9061
- "interfaces": [],
9062
- "enumValues": null,
9063
- "possibleTypes": null
9064
- },
9065
7718
  {
9066
7719
  "kind": "OBJECT",
9067
7720
  "name": "ResponseListTopAccounts",
@@ -10289,7 +8942,7 @@
10289
8942
  "args": [],
10290
8943
  "type": {
10291
8944
  "kind": "OBJECT",
10292
- "name": "AssetDisplay",
8945
+ "name": "NFTDisplay",
10293
8946
  "ofType": null
10294
8947
  },
10295
8948
  "isDeprecated": false,
@@ -13968,7 +12621,7 @@
13968
12621
  "args": [],
13969
12622
  "type": {
13970
12623
  "kind": "OBJECT",
13971
- "name": "AssetIssuer",
12624
+ "name": "NFTIssuer",
13972
12625
  "ofType": null
13973
12626
  },
13974
12627
  "isDeprecated": false,
@@ -13994,7 +12647,7 @@
13994
12647
  },
13995
12648
  {
13996
12649
  "kind": "OBJECT",
13997
- "name": "AssetIssuer",
12650
+ "name": "NFTIssuer",
13998
12651
  "description": null,
13999
12652
  "fields": [
14000
12653
  {
@@ -14126,7 +12779,7 @@
14126
12779
  "args": [],
14127
12780
  "type": {
14128
12781
  "kind": "OBJECT",
14129
- "name": "AssetIssuer",
12782
+ "name": "NFTIssuer",
14130
12783
  "ofType": null
14131
12784
  },
14132
12785
  "isDeprecated": false,
@@ -14331,58 +12984,6 @@
14331
12984
  "enumValues": null,
14332
12985
  "possibleTypes": null
14333
12986
  },
14334
- {
14335
- "kind": "INPUT_OBJECT",
14336
- "name": "ByDayInput",
14337
- "description": null,
14338
- "fields": null,
14339
- "inputFields": [
14340
- {
14341
- "name": "startDate",
14342
- "description": null,
14343
- "type": {
14344
- "kind": "SCALAR",
14345
- "name": "String",
14346
- "ofType": null
14347
- },
14348
- "defaultValue": null
14349
- },
14350
- {
14351
- "name": "endDate",
14352
- "description": null,
14353
- "type": {
14354
- "kind": "SCALAR",
14355
- "name": "String",
14356
- "ofType": null
14357
- },
14358
- "defaultValue": null
14359
- }
14360
- ],
14361
- "interfaces": null,
14362
- "enumValues": null,
14363
- "possibleTypes": null
14364
- },
14365
- {
14366
- "kind": "INPUT_OBJECT",
14367
- "name": "ByHourInput",
14368
- "description": null,
14369
- "fields": null,
14370
- "inputFields": [
14371
- {
14372
- "name": "date",
14373
- "description": null,
14374
- "type": {
14375
- "kind": "SCALAR",
14376
- "name": "String",
14377
- "ofType": null
14378
- },
14379
- "defaultValue": null
14380
- }
14381
- ],
14382
- "interfaces": null,
14383
- "enumValues": null,
14384
- "possibleTypes": null
14385
- },
14386
12987
  {
14387
12988
  "kind": "OBJECT",
14388
12989
  "name": "ClaimBlockRewardTx",
@@ -14671,7 +13272,7 @@
14671
13272
  "args": [],
14672
13273
  "type": {
14673
13274
  "kind": "OBJECT",
14674
- "name": "AssetDisplay",
13275
+ "name": "NFTDisplay",
14675
13276
  "ofType": null
14676
13277
  },
14677
13278
  "isDeprecated": false,
@@ -16511,27 +15112,6 @@
16511
15112
  "enumValues": null,
16512
15113
  "possibleTypes": null
16513
15114
  },
16514
- {
16515
- "kind": "INPUT_OBJECT",
16516
- "name": "RequestGetSwapStatisticsInput",
16517
- "description": null,
16518
- "fields": null,
16519
- "inputFields": [
16520
- {
16521
- "name": "address",
16522
- "description": null,
16523
- "type": {
16524
- "kind": "SCALAR",
16525
- "name": "String",
16526
- "ofType": null
16527
- },
16528
- "defaultValue": null
16529
- }
16530
- ],
16531
- "interfaces": null,
16532
- "enumValues": null,
16533
- "possibleTypes": null
16534
- },
16535
15115
  {
16536
15116
  "kind": "INPUT_OBJECT",
16537
15117
  "name": "RequestGetTxInput",
@@ -16959,57 +15539,6 @@
16959
15539
  "enumValues": null,
16960
15540
  "possibleTypes": null
16961
15541
  },
16962
- {
16963
- "kind": "INPUT_OBJECT",
16964
- "name": "RequestListSwapInput",
16965
- "description": null,
16966
- "fields": null,
16967
- "inputFields": [
16968
- {
16969
- "name": "paging",
16970
- "description": null,
16971
- "type": {
16972
- "kind": "INPUT_OBJECT",
16973
- "name": "PageInput",
16974
- "ofType": null
16975
- },
16976
- "defaultValue": null
16977
- },
16978
- {
16979
- "name": "sender",
16980
- "description": null,
16981
- "type": {
16982
- "kind": "SCALAR",
16983
- "name": "String",
16984
- "ofType": null
16985
- },
16986
- "defaultValue": null
16987
- },
16988
- {
16989
- "name": "receiver",
16990
- "description": null,
16991
- "type": {
16992
- "kind": "SCALAR",
16993
- "name": "String",
16994
- "ofType": null
16995
- },
16996
- "defaultValue": null
16997
- },
16998
- {
16999
- "name": "available",
17000
- "description": null,
17001
- "type": {
17002
- "kind": "SCALAR",
17003
- "name": "Boolean",
17004
- "ofType": null
17005
- },
17006
- "defaultValue": null
17007
- }
17008
- ],
17009
- "interfaces": null,
17010
- "enumValues": null,
17011
- "possibleTypes": null
17012
- },
17013
15542
  {
17014
15543
  "kind": "INPUT_OBJECT",
17015
15544
  "name": "RequestListTokensInput",