@stacks/blockchain-api-client 8.3.0-beta.1 → 8.3.0
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.
- package/lib/generated/schema.d.ts +1026 -4
- package/lib/index.umd.js +1 -2
- package/lib/index.umd.js.map +1 -1
- package/lib/socket-io/index.js +1 -1
- package/lib/socket-io/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/schema.d.ts +1026 -4
- package/src/socket-io/index.ts +1 -1
|
@@ -1823,6 +1823,20 @@ export interface operations {
|
|
|
1823
1823
|
};
|
|
1824
1824
|
};
|
|
1825
1825
|
};
|
|
1826
|
+
/** @description Default Response */
|
|
1827
|
+
"4XX": {
|
|
1828
|
+
headers: {
|
|
1829
|
+
[name: string]: unknown;
|
|
1830
|
+
};
|
|
1831
|
+
content: {
|
|
1832
|
+
"application/json": {
|
|
1833
|
+
error: string;
|
|
1834
|
+
message?: string;
|
|
1835
|
+
} & {
|
|
1836
|
+
[key: string]: unknown;
|
|
1837
|
+
};
|
|
1838
|
+
};
|
|
1839
|
+
};
|
|
1826
1840
|
};
|
|
1827
1841
|
};
|
|
1828
1842
|
get_transaction_list: {
|
|
@@ -3192,6 +3206,20 @@ export interface operations {
|
|
|
3192
3206
|
};
|
|
3193
3207
|
};
|
|
3194
3208
|
};
|
|
3209
|
+
/** @description Default Response */
|
|
3210
|
+
"4XX": {
|
|
3211
|
+
headers: {
|
|
3212
|
+
[name: string]: unknown;
|
|
3213
|
+
};
|
|
3214
|
+
content: {
|
|
3215
|
+
"application/json": {
|
|
3216
|
+
error: string;
|
|
3217
|
+
message?: string;
|
|
3218
|
+
} & {
|
|
3219
|
+
[key: string]: unknown;
|
|
3220
|
+
};
|
|
3221
|
+
};
|
|
3222
|
+
};
|
|
3195
3223
|
};
|
|
3196
3224
|
};
|
|
3197
3225
|
get_tx_list_details: {
|
|
@@ -5141,6 +5169,20 @@ export interface operations {
|
|
|
5141
5169
|
};
|
|
5142
5170
|
};
|
|
5143
5171
|
};
|
|
5172
|
+
/** @description Default Response */
|
|
5173
|
+
"4XX": {
|
|
5174
|
+
headers: {
|
|
5175
|
+
[name: string]: unknown;
|
|
5176
|
+
};
|
|
5177
|
+
content: {
|
|
5178
|
+
"application/json": {
|
|
5179
|
+
error: string;
|
|
5180
|
+
message?: string;
|
|
5181
|
+
} & {
|
|
5182
|
+
[key: string]: unknown;
|
|
5183
|
+
};
|
|
5184
|
+
};
|
|
5185
|
+
};
|
|
5144
5186
|
};
|
|
5145
5187
|
};
|
|
5146
5188
|
get_mempool_transaction_list: {
|
|
@@ -5806,6 +5848,20 @@ export interface operations {
|
|
|
5806
5848
|
};
|
|
5807
5849
|
};
|
|
5808
5850
|
};
|
|
5851
|
+
/** @description Default Response */
|
|
5852
|
+
"4XX": {
|
|
5853
|
+
headers: {
|
|
5854
|
+
[name: string]: unknown;
|
|
5855
|
+
};
|
|
5856
|
+
content: {
|
|
5857
|
+
"application/json": {
|
|
5858
|
+
error: string;
|
|
5859
|
+
message?: string;
|
|
5860
|
+
} & {
|
|
5861
|
+
[key: string]: unknown;
|
|
5862
|
+
};
|
|
5863
|
+
};
|
|
5864
|
+
};
|
|
5809
5865
|
};
|
|
5810
5866
|
};
|
|
5811
5867
|
get_dropped_mempool_transaction_list: {
|
|
@@ -6447,6 +6503,20 @@ export interface operations {
|
|
|
6447
6503
|
};
|
|
6448
6504
|
};
|
|
6449
6505
|
};
|
|
6506
|
+
/** @description Default Response */
|
|
6507
|
+
"4XX": {
|
|
6508
|
+
headers: {
|
|
6509
|
+
[name: string]: unknown;
|
|
6510
|
+
};
|
|
6511
|
+
content: {
|
|
6512
|
+
"application/json": {
|
|
6513
|
+
error: string;
|
|
6514
|
+
message?: string;
|
|
6515
|
+
} & {
|
|
6516
|
+
[key: string]: unknown;
|
|
6517
|
+
};
|
|
6518
|
+
};
|
|
6519
|
+
};
|
|
6450
6520
|
};
|
|
6451
6521
|
};
|
|
6452
6522
|
get_mempool_transaction_stats: {
|
|
@@ -6505,6 +6575,20 @@ export interface operations {
|
|
|
6505
6575
|
};
|
|
6506
6576
|
};
|
|
6507
6577
|
};
|
|
6578
|
+
/** @description Default Response */
|
|
6579
|
+
"4XX": {
|
|
6580
|
+
headers: {
|
|
6581
|
+
[name: string]: unknown;
|
|
6582
|
+
};
|
|
6583
|
+
content: {
|
|
6584
|
+
"application/json": {
|
|
6585
|
+
error: string;
|
|
6586
|
+
message?: string;
|
|
6587
|
+
} & {
|
|
6588
|
+
[key: string]: unknown;
|
|
6589
|
+
};
|
|
6590
|
+
};
|
|
6591
|
+
};
|
|
6508
6592
|
};
|
|
6509
6593
|
};
|
|
6510
6594
|
get_filtered_events: {
|
|
@@ -6610,6 +6694,20 @@ export interface operations {
|
|
|
6610
6694
|
};
|
|
6611
6695
|
};
|
|
6612
6696
|
};
|
|
6697
|
+
/** @description Default Response */
|
|
6698
|
+
"4XX": {
|
|
6699
|
+
headers: {
|
|
6700
|
+
[name: string]: unknown;
|
|
6701
|
+
};
|
|
6702
|
+
content: {
|
|
6703
|
+
"application/json": {
|
|
6704
|
+
error: string;
|
|
6705
|
+
message?: string;
|
|
6706
|
+
} & {
|
|
6707
|
+
[key: string]: unknown;
|
|
6708
|
+
};
|
|
6709
|
+
};
|
|
6710
|
+
};
|
|
6613
6711
|
};
|
|
6614
6712
|
};
|
|
6615
6713
|
get_transaction_by_id: {
|
|
@@ -8552,6 +8650,20 @@ export interface operations {
|
|
|
8552
8650
|
});
|
|
8553
8651
|
};
|
|
8554
8652
|
};
|
|
8653
|
+
/** @description Default Response */
|
|
8654
|
+
"4XX": {
|
|
8655
|
+
headers: {
|
|
8656
|
+
[name: string]: unknown;
|
|
8657
|
+
};
|
|
8658
|
+
content: {
|
|
8659
|
+
"application/json": {
|
|
8660
|
+
error: string;
|
|
8661
|
+
message?: string;
|
|
8662
|
+
} & {
|
|
8663
|
+
[key: string]: unknown;
|
|
8664
|
+
};
|
|
8665
|
+
};
|
|
8666
|
+
};
|
|
8555
8667
|
};
|
|
8556
8668
|
};
|
|
8557
8669
|
get_raw_transaction_by_id: {
|
|
@@ -8585,6 +8697,20 @@ export interface operations {
|
|
|
8585
8697
|
};
|
|
8586
8698
|
};
|
|
8587
8699
|
};
|
|
8700
|
+
/** @description Default Response */
|
|
8701
|
+
"4XX": {
|
|
8702
|
+
headers: {
|
|
8703
|
+
[name: string]: unknown;
|
|
8704
|
+
};
|
|
8705
|
+
content: {
|
|
8706
|
+
"application/json": {
|
|
8707
|
+
error: string;
|
|
8708
|
+
message?: string;
|
|
8709
|
+
} & {
|
|
8710
|
+
[key: string]: unknown;
|
|
8711
|
+
};
|
|
8712
|
+
};
|
|
8713
|
+
};
|
|
8588
8714
|
};
|
|
8589
8715
|
};
|
|
8590
8716
|
get_transactions_by_block_hash: {
|
|
@@ -9918,6 +10044,20 @@ export interface operations {
|
|
|
9918
10044
|
};
|
|
9919
10045
|
};
|
|
9920
10046
|
};
|
|
10047
|
+
/** @description Default Response */
|
|
10048
|
+
"4XX": {
|
|
10049
|
+
headers: {
|
|
10050
|
+
[name: string]: unknown;
|
|
10051
|
+
};
|
|
10052
|
+
content: {
|
|
10053
|
+
"application/json": {
|
|
10054
|
+
error: string;
|
|
10055
|
+
message?: string;
|
|
10056
|
+
} & {
|
|
10057
|
+
[key: string]: unknown;
|
|
10058
|
+
};
|
|
10059
|
+
};
|
|
10060
|
+
};
|
|
9921
10061
|
};
|
|
9922
10062
|
};
|
|
9923
10063
|
get_transactions_by_block_height: {
|
|
@@ -11255,6 +11395,20 @@ export interface operations {
|
|
|
11255
11395
|
};
|
|
11256
11396
|
};
|
|
11257
11397
|
};
|
|
11398
|
+
/** @description Default Response */
|
|
11399
|
+
"4XX": {
|
|
11400
|
+
headers: {
|
|
11401
|
+
[name: string]: unknown;
|
|
11402
|
+
};
|
|
11403
|
+
content: {
|
|
11404
|
+
"application/json": {
|
|
11405
|
+
error: string;
|
|
11406
|
+
message?: string;
|
|
11407
|
+
} & {
|
|
11408
|
+
[key: string]: unknown;
|
|
11409
|
+
};
|
|
11410
|
+
};
|
|
11411
|
+
};
|
|
11258
11412
|
};
|
|
11259
11413
|
};
|
|
11260
11414
|
get_stx_supply: {
|
|
@@ -11297,6 +11451,20 @@ export interface operations {
|
|
|
11297
11451
|
};
|
|
11298
11452
|
};
|
|
11299
11453
|
};
|
|
11454
|
+
/** @description Default Response */
|
|
11455
|
+
"4XX": {
|
|
11456
|
+
headers: {
|
|
11457
|
+
[name: string]: unknown;
|
|
11458
|
+
};
|
|
11459
|
+
content: {
|
|
11460
|
+
"application/json": {
|
|
11461
|
+
error: string;
|
|
11462
|
+
message?: string;
|
|
11463
|
+
} & {
|
|
11464
|
+
[key: string]: unknown;
|
|
11465
|
+
};
|
|
11466
|
+
};
|
|
11467
|
+
};
|
|
11300
11468
|
};
|
|
11301
11469
|
};
|
|
11302
11470
|
get_stx_supply_total_supply_plain: {
|
|
@@ -11319,6 +11487,20 @@ export interface operations {
|
|
|
11319
11487
|
};
|
|
11320
11488
|
};
|
|
11321
11489
|
};
|
|
11490
|
+
/** @description Default Response */
|
|
11491
|
+
"4XX": {
|
|
11492
|
+
headers: {
|
|
11493
|
+
[name: string]: unknown;
|
|
11494
|
+
};
|
|
11495
|
+
content: {
|
|
11496
|
+
"application/json": {
|
|
11497
|
+
error: string;
|
|
11498
|
+
message?: string;
|
|
11499
|
+
} & {
|
|
11500
|
+
[key: string]: unknown;
|
|
11501
|
+
};
|
|
11502
|
+
};
|
|
11503
|
+
};
|
|
11322
11504
|
};
|
|
11323
11505
|
};
|
|
11324
11506
|
get_stx_supply_circulating_plain: {
|
|
@@ -11341,6 +11523,20 @@ export interface operations {
|
|
|
11341
11523
|
};
|
|
11342
11524
|
};
|
|
11343
11525
|
};
|
|
11526
|
+
/** @description Default Response */
|
|
11527
|
+
"4XX": {
|
|
11528
|
+
headers: {
|
|
11529
|
+
[name: string]: unknown;
|
|
11530
|
+
};
|
|
11531
|
+
content: {
|
|
11532
|
+
"application/json": {
|
|
11533
|
+
error: string;
|
|
11534
|
+
message?: string;
|
|
11535
|
+
} & {
|
|
11536
|
+
[key: string]: unknown;
|
|
11537
|
+
};
|
|
11538
|
+
};
|
|
11539
|
+
};
|
|
11344
11540
|
};
|
|
11345
11541
|
};
|
|
11346
11542
|
get_total_stx_supply_legacy_format: {
|
|
@@ -11389,6 +11585,20 @@ export interface operations {
|
|
|
11389
11585
|
};
|
|
11390
11586
|
};
|
|
11391
11587
|
};
|
|
11588
|
+
/** @description Default Response */
|
|
11589
|
+
"4XX": {
|
|
11590
|
+
headers: {
|
|
11591
|
+
[name: string]: unknown;
|
|
11592
|
+
};
|
|
11593
|
+
content: {
|
|
11594
|
+
"application/json": {
|
|
11595
|
+
error: string;
|
|
11596
|
+
message?: string;
|
|
11597
|
+
} & {
|
|
11598
|
+
[key: string]: unknown;
|
|
11599
|
+
};
|
|
11600
|
+
};
|
|
11601
|
+
};
|
|
11392
11602
|
};
|
|
11393
11603
|
};
|
|
11394
11604
|
get_network_block_times: {
|
|
@@ -11416,6 +11626,20 @@ export interface operations {
|
|
|
11416
11626
|
};
|
|
11417
11627
|
};
|
|
11418
11628
|
};
|
|
11629
|
+
/** @description Default Response */
|
|
11630
|
+
"4XX": {
|
|
11631
|
+
headers: {
|
|
11632
|
+
[name: string]: unknown;
|
|
11633
|
+
};
|
|
11634
|
+
content: {
|
|
11635
|
+
"application/json": {
|
|
11636
|
+
error: string;
|
|
11637
|
+
message?: string;
|
|
11638
|
+
} & {
|
|
11639
|
+
[key: string]: unknown;
|
|
11640
|
+
};
|
|
11641
|
+
};
|
|
11642
|
+
};
|
|
11419
11643
|
};
|
|
11420
11644
|
};
|
|
11421
11645
|
get_network_block_time_by_network: {
|
|
@@ -11440,6 +11664,20 @@ export interface operations {
|
|
|
11440
11664
|
};
|
|
11441
11665
|
};
|
|
11442
11666
|
};
|
|
11667
|
+
/** @description Default Response */
|
|
11668
|
+
"4XX": {
|
|
11669
|
+
headers: {
|
|
11670
|
+
[name: string]: unknown;
|
|
11671
|
+
};
|
|
11672
|
+
content: {
|
|
11673
|
+
"application/json": {
|
|
11674
|
+
error: string;
|
|
11675
|
+
message?: string;
|
|
11676
|
+
} & {
|
|
11677
|
+
[key: string]: unknown;
|
|
11678
|
+
};
|
|
11679
|
+
};
|
|
11680
|
+
};
|
|
11443
11681
|
};
|
|
11444
11682
|
};
|
|
11445
11683
|
get_nft_holdings: {
|
|
@@ -12802,6 +13040,20 @@ export interface operations {
|
|
|
12802
13040
|
};
|
|
12803
13041
|
};
|
|
12804
13042
|
};
|
|
13043
|
+
/** @description Default Response */
|
|
13044
|
+
"4XX": {
|
|
13045
|
+
headers: {
|
|
13046
|
+
[name: string]: unknown;
|
|
13047
|
+
};
|
|
13048
|
+
content: {
|
|
13049
|
+
"application/json": {
|
|
13050
|
+
error: string;
|
|
13051
|
+
message?: string;
|
|
13052
|
+
} & {
|
|
13053
|
+
[key: string]: unknown;
|
|
13054
|
+
};
|
|
13055
|
+
};
|
|
13056
|
+
};
|
|
12805
13057
|
};
|
|
12806
13058
|
};
|
|
12807
13059
|
get_nft_history: {
|
|
@@ -14162,6 +14414,20 @@ export interface operations {
|
|
|
14162
14414
|
};
|
|
14163
14415
|
};
|
|
14164
14416
|
};
|
|
14417
|
+
/** @description Default Response */
|
|
14418
|
+
"4XX": {
|
|
14419
|
+
headers: {
|
|
14420
|
+
[name: string]: unknown;
|
|
14421
|
+
};
|
|
14422
|
+
content: {
|
|
14423
|
+
"application/json": {
|
|
14424
|
+
error: string;
|
|
14425
|
+
message?: string;
|
|
14426
|
+
} & {
|
|
14427
|
+
[key: string]: unknown;
|
|
14428
|
+
};
|
|
14429
|
+
};
|
|
14430
|
+
};
|
|
14165
14431
|
};
|
|
14166
14432
|
};
|
|
14167
14433
|
get_nft_mints: {
|
|
@@ -15527,6 +15793,20 @@ export interface operations {
|
|
|
15527
15793
|
};
|
|
15528
15794
|
};
|
|
15529
15795
|
};
|
|
15796
|
+
/** @description Default Response */
|
|
15797
|
+
"4XX": {
|
|
15798
|
+
headers: {
|
|
15799
|
+
[name: string]: unknown;
|
|
15800
|
+
};
|
|
15801
|
+
content: {
|
|
15802
|
+
"application/json": {
|
|
15803
|
+
error: string;
|
|
15804
|
+
message?: string;
|
|
15805
|
+
} & {
|
|
15806
|
+
[key: string]: unknown;
|
|
15807
|
+
};
|
|
15808
|
+
};
|
|
15809
|
+
};
|
|
15530
15810
|
};
|
|
15531
15811
|
};
|
|
15532
15812
|
get_ft_holders: {
|
|
@@ -15579,6 +15859,20 @@ export interface operations {
|
|
|
15579
15859
|
};
|
|
15580
15860
|
};
|
|
15581
15861
|
};
|
|
15862
|
+
/** @description Default Response */
|
|
15863
|
+
"4XX": {
|
|
15864
|
+
headers: {
|
|
15865
|
+
[name: string]: unknown;
|
|
15866
|
+
};
|
|
15867
|
+
content: {
|
|
15868
|
+
"application/json": {
|
|
15869
|
+
error: string;
|
|
15870
|
+
message?: string;
|
|
15871
|
+
} & {
|
|
15872
|
+
[key: string]: unknown;
|
|
15873
|
+
};
|
|
15874
|
+
};
|
|
15875
|
+
};
|
|
15582
15876
|
};
|
|
15583
15877
|
};
|
|
15584
15878
|
get_contracts_by_trait: {
|
|
@@ -15620,10 +15914,24 @@ export interface operations {
|
|
|
15620
15914
|
};
|
|
15621
15915
|
};
|
|
15622
15916
|
};
|
|
15623
|
-
|
|
15624
|
-
|
|
15625
|
-
|
|
15626
|
-
|
|
15917
|
+
/** @description Default Response */
|
|
15918
|
+
"4XX": {
|
|
15919
|
+
headers: {
|
|
15920
|
+
[name: string]: unknown;
|
|
15921
|
+
};
|
|
15922
|
+
content: {
|
|
15923
|
+
"application/json": {
|
|
15924
|
+
error: string;
|
|
15925
|
+
message?: string;
|
|
15926
|
+
} & {
|
|
15927
|
+
[key: string]: unknown;
|
|
15928
|
+
};
|
|
15929
|
+
};
|
|
15930
|
+
};
|
|
15931
|
+
};
|
|
15932
|
+
};
|
|
15933
|
+
get_contract_by_id: {
|
|
15934
|
+
parameters: {
|
|
15627
15935
|
query?: never;
|
|
15628
15936
|
header?: never;
|
|
15629
15937
|
path: {
|
|
@@ -15654,6 +15962,20 @@ export interface operations {
|
|
|
15654
15962
|
};
|
|
15655
15963
|
};
|
|
15656
15964
|
};
|
|
15965
|
+
/** @description Default Response */
|
|
15966
|
+
"4XX": {
|
|
15967
|
+
headers: {
|
|
15968
|
+
[name: string]: unknown;
|
|
15969
|
+
};
|
|
15970
|
+
content: {
|
|
15971
|
+
"application/json": {
|
|
15972
|
+
error: string;
|
|
15973
|
+
message?: string;
|
|
15974
|
+
} & {
|
|
15975
|
+
[key: string]: unknown;
|
|
15976
|
+
};
|
|
15977
|
+
};
|
|
15978
|
+
};
|
|
15657
15979
|
};
|
|
15658
15980
|
};
|
|
15659
15981
|
get_contract_events_by_id: {
|
|
@@ -15756,6 +16078,20 @@ export interface operations {
|
|
|
15756
16078
|
};
|
|
15757
16079
|
};
|
|
15758
16080
|
};
|
|
16081
|
+
/** @description Default Response */
|
|
16082
|
+
"4XX": {
|
|
16083
|
+
headers: {
|
|
16084
|
+
[name: string]: unknown;
|
|
16085
|
+
};
|
|
16086
|
+
content: {
|
|
16087
|
+
"application/json": {
|
|
16088
|
+
error: string;
|
|
16089
|
+
message?: string;
|
|
16090
|
+
} & {
|
|
16091
|
+
[key: string]: unknown;
|
|
16092
|
+
};
|
|
16093
|
+
};
|
|
16094
|
+
};
|
|
15759
16095
|
};
|
|
15760
16096
|
};
|
|
15761
16097
|
fetch_fee_rate: {
|
|
@@ -15786,6 +16122,20 @@ export interface operations {
|
|
|
15786
16122
|
};
|
|
15787
16123
|
};
|
|
15788
16124
|
};
|
|
16125
|
+
/** @description Default Response */
|
|
16126
|
+
"4XX": {
|
|
16127
|
+
headers: {
|
|
16128
|
+
[name: string]: unknown;
|
|
16129
|
+
};
|
|
16130
|
+
content: {
|
|
16131
|
+
"application/json": {
|
|
16132
|
+
error: string;
|
|
16133
|
+
message?: string;
|
|
16134
|
+
} & {
|
|
16135
|
+
[key: string]: unknown;
|
|
16136
|
+
};
|
|
16137
|
+
};
|
|
16138
|
+
};
|
|
15789
16139
|
};
|
|
15790
16140
|
};
|
|
15791
16141
|
get_microblock_list: {
|
|
@@ -15847,6 +16197,20 @@ export interface operations {
|
|
|
15847
16197
|
};
|
|
15848
16198
|
};
|
|
15849
16199
|
};
|
|
16200
|
+
/** @description Default Response */
|
|
16201
|
+
"4XX": {
|
|
16202
|
+
headers: {
|
|
16203
|
+
[name: string]: unknown;
|
|
16204
|
+
};
|
|
16205
|
+
content: {
|
|
16206
|
+
"application/json": {
|
|
16207
|
+
error: string;
|
|
16208
|
+
message?: string;
|
|
16209
|
+
} & {
|
|
16210
|
+
[key: string]: unknown;
|
|
16211
|
+
};
|
|
16212
|
+
};
|
|
16213
|
+
};
|
|
15850
16214
|
};
|
|
15851
16215
|
};
|
|
15852
16216
|
get_microblock_by_hash: {
|
|
@@ -15901,6 +16265,20 @@ export interface operations {
|
|
|
15901
16265
|
};
|
|
15902
16266
|
};
|
|
15903
16267
|
};
|
|
16268
|
+
/** @description Default Response */
|
|
16269
|
+
"4XX": {
|
|
16270
|
+
headers: {
|
|
16271
|
+
[name: string]: unknown;
|
|
16272
|
+
};
|
|
16273
|
+
content: {
|
|
16274
|
+
"application/json": {
|
|
16275
|
+
error: string;
|
|
16276
|
+
message?: string;
|
|
16277
|
+
} & {
|
|
16278
|
+
[key: string]: unknown;
|
|
16279
|
+
};
|
|
16280
|
+
};
|
|
16281
|
+
};
|
|
15904
16282
|
};
|
|
15905
16283
|
};
|
|
15906
16284
|
get_unanchored_txs: {
|
|
@@ -17222,6 +17600,20 @@ export interface operations {
|
|
|
17222
17600
|
};
|
|
17223
17601
|
};
|
|
17224
17602
|
};
|
|
17603
|
+
/** @description Default Response */
|
|
17604
|
+
"4XX": {
|
|
17605
|
+
headers: {
|
|
17606
|
+
[name: string]: unknown;
|
|
17607
|
+
};
|
|
17608
|
+
content: {
|
|
17609
|
+
"application/json": {
|
|
17610
|
+
error: string;
|
|
17611
|
+
message?: string;
|
|
17612
|
+
} & {
|
|
17613
|
+
[key: string]: unknown;
|
|
17614
|
+
};
|
|
17615
|
+
};
|
|
17616
|
+
};
|
|
17225
17617
|
};
|
|
17226
17618
|
};
|
|
17227
17619
|
get_block_list: {
|
|
@@ -17306,6 +17698,20 @@ export interface operations {
|
|
|
17306
17698
|
};
|
|
17307
17699
|
};
|
|
17308
17700
|
};
|
|
17701
|
+
/** @description Default Response */
|
|
17702
|
+
"4XX": {
|
|
17703
|
+
headers: {
|
|
17704
|
+
[name: string]: unknown;
|
|
17705
|
+
};
|
|
17706
|
+
content: {
|
|
17707
|
+
"application/json": {
|
|
17708
|
+
error: string;
|
|
17709
|
+
message?: string;
|
|
17710
|
+
} & {
|
|
17711
|
+
[key: string]: unknown;
|
|
17712
|
+
};
|
|
17713
|
+
};
|
|
17714
|
+
};
|
|
17309
17715
|
};
|
|
17310
17716
|
};
|
|
17311
17717
|
get_block_by_height: {
|
|
@@ -17383,6 +17789,20 @@ export interface operations {
|
|
|
17383
17789
|
};
|
|
17384
17790
|
};
|
|
17385
17791
|
};
|
|
17792
|
+
/** @description Default Response */
|
|
17793
|
+
"4XX": {
|
|
17794
|
+
headers: {
|
|
17795
|
+
[name: string]: unknown;
|
|
17796
|
+
};
|
|
17797
|
+
content: {
|
|
17798
|
+
"application/json": {
|
|
17799
|
+
error: string;
|
|
17800
|
+
message?: string;
|
|
17801
|
+
} & {
|
|
17802
|
+
[key: string]: unknown;
|
|
17803
|
+
};
|
|
17804
|
+
};
|
|
17805
|
+
};
|
|
17386
17806
|
};
|
|
17387
17807
|
};
|
|
17388
17808
|
get_block_by_burn_block_height: {
|
|
@@ -17460,6 +17880,20 @@ export interface operations {
|
|
|
17460
17880
|
};
|
|
17461
17881
|
};
|
|
17462
17882
|
};
|
|
17883
|
+
/** @description Default Response */
|
|
17884
|
+
"4XX": {
|
|
17885
|
+
headers: {
|
|
17886
|
+
[name: string]: unknown;
|
|
17887
|
+
};
|
|
17888
|
+
content: {
|
|
17889
|
+
"application/json": {
|
|
17890
|
+
error: string;
|
|
17891
|
+
message?: string;
|
|
17892
|
+
} & {
|
|
17893
|
+
[key: string]: unknown;
|
|
17894
|
+
};
|
|
17895
|
+
};
|
|
17896
|
+
};
|
|
17463
17897
|
};
|
|
17464
17898
|
};
|
|
17465
17899
|
get_block_by_hash: {
|
|
@@ -17537,6 +17971,20 @@ export interface operations {
|
|
|
17537
17971
|
};
|
|
17538
17972
|
};
|
|
17539
17973
|
};
|
|
17974
|
+
/** @description Default Response */
|
|
17975
|
+
"4XX": {
|
|
17976
|
+
headers: {
|
|
17977
|
+
[name: string]: unknown;
|
|
17978
|
+
};
|
|
17979
|
+
content: {
|
|
17980
|
+
"application/json": {
|
|
17981
|
+
error: string;
|
|
17982
|
+
message?: string;
|
|
17983
|
+
} & {
|
|
17984
|
+
[key: string]: unknown;
|
|
17985
|
+
};
|
|
17986
|
+
};
|
|
17987
|
+
};
|
|
17540
17988
|
};
|
|
17541
17989
|
};
|
|
17542
17990
|
get_block_by_burn_block_hash: {
|
|
@@ -17614,6 +18062,20 @@ export interface operations {
|
|
|
17614
18062
|
};
|
|
17615
18063
|
};
|
|
17616
18064
|
};
|
|
18065
|
+
/** @description Default Response */
|
|
18066
|
+
"4XX": {
|
|
18067
|
+
headers: {
|
|
18068
|
+
[name: string]: unknown;
|
|
18069
|
+
};
|
|
18070
|
+
content: {
|
|
18071
|
+
"application/json": {
|
|
18072
|
+
error: string;
|
|
18073
|
+
message?: string;
|
|
18074
|
+
} & {
|
|
18075
|
+
[key: string]: unknown;
|
|
18076
|
+
};
|
|
18077
|
+
};
|
|
18078
|
+
};
|
|
17617
18079
|
};
|
|
17618
18080
|
};
|
|
17619
18081
|
get_burnchain_reward_slot_holders: {
|
|
@@ -17658,6 +18120,20 @@ export interface operations {
|
|
|
17658
18120
|
};
|
|
17659
18121
|
};
|
|
17660
18122
|
};
|
|
18123
|
+
/** @description Default Response */
|
|
18124
|
+
"4XX": {
|
|
18125
|
+
headers: {
|
|
18126
|
+
[name: string]: unknown;
|
|
18127
|
+
};
|
|
18128
|
+
content: {
|
|
18129
|
+
"application/json": {
|
|
18130
|
+
error: string;
|
|
18131
|
+
message?: string;
|
|
18132
|
+
} & {
|
|
18133
|
+
[key: string]: unknown;
|
|
18134
|
+
};
|
|
18135
|
+
};
|
|
18136
|
+
};
|
|
17661
18137
|
};
|
|
17662
18138
|
};
|
|
17663
18139
|
get_burnchain_reward_slot_holders_by_address: {
|
|
@@ -17708,6 +18184,20 @@ export interface operations {
|
|
|
17708
18184
|
};
|
|
17709
18185
|
};
|
|
17710
18186
|
};
|
|
18187
|
+
/** @description Default Response */
|
|
18188
|
+
"4XX": {
|
|
18189
|
+
headers: {
|
|
18190
|
+
[name: string]: unknown;
|
|
18191
|
+
};
|
|
18192
|
+
content: {
|
|
18193
|
+
"application/json": {
|
|
18194
|
+
error: string;
|
|
18195
|
+
message?: string;
|
|
18196
|
+
} & {
|
|
18197
|
+
[key: string]: unknown;
|
|
18198
|
+
};
|
|
18199
|
+
};
|
|
18200
|
+
};
|
|
17711
18201
|
};
|
|
17712
18202
|
};
|
|
17713
18203
|
get_burnchain_reward_list: {
|
|
@@ -17752,6 +18242,20 @@ export interface operations {
|
|
|
17752
18242
|
};
|
|
17753
18243
|
};
|
|
17754
18244
|
};
|
|
18245
|
+
/** @description Default Response */
|
|
18246
|
+
"4XX": {
|
|
18247
|
+
headers: {
|
|
18248
|
+
[name: string]: unknown;
|
|
18249
|
+
};
|
|
18250
|
+
content: {
|
|
18251
|
+
"application/json": {
|
|
18252
|
+
error: string;
|
|
18253
|
+
message?: string;
|
|
18254
|
+
} & {
|
|
18255
|
+
[key: string]: unknown;
|
|
18256
|
+
};
|
|
18257
|
+
};
|
|
18258
|
+
};
|
|
17755
18259
|
};
|
|
17756
18260
|
};
|
|
17757
18261
|
get_burnchain_reward_list_by_address: {
|
|
@@ -17802,6 +18306,20 @@ export interface operations {
|
|
|
17802
18306
|
};
|
|
17803
18307
|
};
|
|
17804
18308
|
};
|
|
18309
|
+
/** @description Default Response */
|
|
18310
|
+
"4XX": {
|
|
18311
|
+
headers: {
|
|
18312
|
+
[name: string]: unknown;
|
|
18313
|
+
};
|
|
18314
|
+
content: {
|
|
18315
|
+
"application/json": {
|
|
18316
|
+
error: string;
|
|
18317
|
+
message?: string;
|
|
18318
|
+
} & {
|
|
18319
|
+
[key: string]: unknown;
|
|
18320
|
+
};
|
|
18321
|
+
};
|
|
18322
|
+
};
|
|
17805
18323
|
};
|
|
17806
18324
|
};
|
|
17807
18325
|
get_burnchain_rewards_total_by_address: {
|
|
@@ -17833,6 +18351,20 @@ export interface operations {
|
|
|
17833
18351
|
};
|
|
17834
18352
|
};
|
|
17835
18353
|
};
|
|
18354
|
+
/** @description Default Response */
|
|
18355
|
+
"4XX": {
|
|
18356
|
+
headers: {
|
|
18357
|
+
[name: string]: unknown;
|
|
18358
|
+
};
|
|
18359
|
+
content: {
|
|
18360
|
+
"application/json": {
|
|
18361
|
+
error: string;
|
|
18362
|
+
message?: string;
|
|
18363
|
+
} & {
|
|
18364
|
+
[key: string]: unknown;
|
|
18365
|
+
};
|
|
18366
|
+
};
|
|
18367
|
+
};
|
|
17836
18368
|
};
|
|
17837
18369
|
};
|
|
17838
18370
|
get_account_stx_balance: {
|
|
@@ -17897,6 +18429,20 @@ export interface operations {
|
|
|
17897
18429
|
};
|
|
17898
18430
|
};
|
|
17899
18431
|
};
|
|
18432
|
+
/** @description Default Response */
|
|
18433
|
+
"4XX": {
|
|
18434
|
+
headers: {
|
|
18435
|
+
[name: string]: unknown;
|
|
18436
|
+
};
|
|
18437
|
+
content: {
|
|
18438
|
+
"application/json": {
|
|
18439
|
+
error: string;
|
|
18440
|
+
message?: string;
|
|
18441
|
+
} & {
|
|
18442
|
+
[key: string]: unknown;
|
|
18443
|
+
};
|
|
18444
|
+
};
|
|
18445
|
+
};
|
|
17900
18446
|
};
|
|
17901
18447
|
};
|
|
17902
18448
|
get_account_balance: {
|
|
@@ -17977,6 +18523,20 @@ export interface operations {
|
|
|
17977
18523
|
};
|
|
17978
18524
|
};
|
|
17979
18525
|
};
|
|
18526
|
+
/** @description Default Response */
|
|
18527
|
+
"4XX": {
|
|
18528
|
+
headers: {
|
|
18529
|
+
[name: string]: unknown;
|
|
18530
|
+
};
|
|
18531
|
+
content: {
|
|
18532
|
+
"application/json": {
|
|
18533
|
+
error: string;
|
|
18534
|
+
message?: string;
|
|
18535
|
+
} & {
|
|
18536
|
+
[key: string]: unknown;
|
|
18537
|
+
};
|
|
18538
|
+
};
|
|
18539
|
+
};
|
|
17980
18540
|
};
|
|
17981
18541
|
};
|
|
17982
18542
|
get_account_transactions: {
|
|
@@ -19319,6 +19879,20 @@ export interface operations {
|
|
|
19319
19879
|
};
|
|
19320
19880
|
};
|
|
19321
19881
|
};
|
|
19882
|
+
/** @description Default Response */
|
|
19883
|
+
"4XX": {
|
|
19884
|
+
headers: {
|
|
19885
|
+
[name: string]: unknown;
|
|
19886
|
+
};
|
|
19887
|
+
content: {
|
|
19888
|
+
"application/json": {
|
|
19889
|
+
error: string;
|
|
19890
|
+
message?: string;
|
|
19891
|
+
} & {
|
|
19892
|
+
[key: string]: unknown;
|
|
19893
|
+
};
|
|
19894
|
+
};
|
|
19895
|
+
};
|
|
19322
19896
|
};
|
|
19323
19897
|
};
|
|
19324
19898
|
get_single_transaction_with_transfers: {
|
|
@@ -20681,6 +21255,20 @@ export interface operations {
|
|
|
20681
21255
|
};
|
|
20682
21256
|
};
|
|
20683
21257
|
};
|
|
21258
|
+
/** @description Default Response */
|
|
21259
|
+
"4XX": {
|
|
21260
|
+
headers: {
|
|
21261
|
+
[name: string]: unknown;
|
|
21262
|
+
};
|
|
21263
|
+
content: {
|
|
21264
|
+
"application/json": {
|
|
21265
|
+
error: string;
|
|
21266
|
+
message?: string;
|
|
21267
|
+
} & {
|
|
21268
|
+
[key: string]: unknown;
|
|
21269
|
+
};
|
|
21270
|
+
};
|
|
21271
|
+
};
|
|
20684
21272
|
};
|
|
20685
21273
|
};
|
|
20686
21274
|
get_account_transactions_with_transfers: {
|
|
@@ -22060,6 +22648,20 @@ export interface operations {
|
|
|
22060
22648
|
};
|
|
22061
22649
|
};
|
|
22062
22650
|
};
|
|
22651
|
+
/** @description Default Response */
|
|
22652
|
+
"4XX": {
|
|
22653
|
+
headers: {
|
|
22654
|
+
[name: string]: unknown;
|
|
22655
|
+
};
|
|
22656
|
+
content: {
|
|
22657
|
+
"application/json": {
|
|
22658
|
+
error: string;
|
|
22659
|
+
message?: string;
|
|
22660
|
+
} & {
|
|
22661
|
+
[key: string]: unknown;
|
|
22662
|
+
};
|
|
22663
|
+
};
|
|
22664
|
+
};
|
|
22063
22665
|
};
|
|
22064
22666
|
};
|
|
22065
22667
|
get_account_assets: {
|
|
@@ -22169,6 +22771,20 @@ export interface operations {
|
|
|
22169
22771
|
};
|
|
22170
22772
|
};
|
|
22171
22773
|
};
|
|
22774
|
+
/** @description Default Response */
|
|
22775
|
+
"4XX": {
|
|
22776
|
+
headers: {
|
|
22777
|
+
[name: string]: unknown;
|
|
22778
|
+
};
|
|
22779
|
+
content: {
|
|
22780
|
+
"application/json": {
|
|
22781
|
+
error: string;
|
|
22782
|
+
message?: string;
|
|
22783
|
+
} & {
|
|
22784
|
+
[key: string]: unknown;
|
|
22785
|
+
};
|
|
22786
|
+
};
|
|
22787
|
+
};
|
|
22172
22788
|
};
|
|
22173
22789
|
};
|
|
22174
22790
|
get_account_inbound: {
|
|
@@ -22228,6 +22844,20 @@ export interface operations {
|
|
|
22228
22844
|
};
|
|
22229
22845
|
};
|
|
22230
22846
|
};
|
|
22847
|
+
/** @description Default Response */
|
|
22848
|
+
"4XX": {
|
|
22849
|
+
headers: {
|
|
22850
|
+
[name: string]: unknown;
|
|
22851
|
+
};
|
|
22852
|
+
content: {
|
|
22853
|
+
"application/json": {
|
|
22854
|
+
error: string;
|
|
22855
|
+
message?: string;
|
|
22856
|
+
} & {
|
|
22857
|
+
[key: string]: unknown;
|
|
22858
|
+
};
|
|
22859
|
+
};
|
|
22860
|
+
};
|
|
22231
22861
|
};
|
|
22232
22862
|
};
|
|
22233
22863
|
get_address_mempool_transactions: {
|
|
@@ -22876,6 +23506,20 @@ export interface operations {
|
|
|
22876
23506
|
};
|
|
22877
23507
|
};
|
|
22878
23508
|
};
|
|
23509
|
+
/** @description Default Response */
|
|
23510
|
+
"4XX": {
|
|
23511
|
+
headers: {
|
|
23512
|
+
[name: string]: unknown;
|
|
23513
|
+
};
|
|
23514
|
+
content: {
|
|
23515
|
+
"application/json": {
|
|
23516
|
+
error: string;
|
|
23517
|
+
message?: string;
|
|
23518
|
+
} & {
|
|
23519
|
+
[key: string]: unknown;
|
|
23520
|
+
};
|
|
23521
|
+
};
|
|
23522
|
+
};
|
|
22879
23523
|
};
|
|
22880
23524
|
};
|
|
22881
23525
|
get_account_nonces: {
|
|
@@ -22918,6 +23562,20 @@ export interface operations {
|
|
|
22918
23562
|
};
|
|
22919
23563
|
};
|
|
22920
23564
|
};
|
|
23565
|
+
/** @description Default Response */
|
|
23566
|
+
"4XX": {
|
|
23567
|
+
headers: {
|
|
23568
|
+
[name: string]: unknown;
|
|
23569
|
+
};
|
|
23570
|
+
content: {
|
|
23571
|
+
"application/json": {
|
|
23572
|
+
error: string;
|
|
23573
|
+
message?: string;
|
|
23574
|
+
} & {
|
|
23575
|
+
[key: string]: unknown;
|
|
23576
|
+
};
|
|
23577
|
+
};
|
|
23578
|
+
};
|
|
22921
23579
|
};
|
|
22922
23580
|
};
|
|
22923
23581
|
search_by_id: {
|
|
@@ -26927,6 +27585,20 @@ export interface operations {
|
|
|
26927
27585
|
};
|
|
26928
27586
|
};
|
|
26929
27587
|
};
|
|
27588
|
+
/** @description Default Response */
|
|
27589
|
+
"4XX": {
|
|
27590
|
+
headers: {
|
|
27591
|
+
[name: string]: unknown;
|
|
27592
|
+
};
|
|
27593
|
+
content: {
|
|
27594
|
+
"application/json": {
|
|
27595
|
+
error: string;
|
|
27596
|
+
message?: string;
|
|
27597
|
+
} & {
|
|
27598
|
+
[key: string]: unknown;
|
|
27599
|
+
};
|
|
27600
|
+
};
|
|
27601
|
+
};
|
|
26930
27602
|
};
|
|
26931
27603
|
};
|
|
26932
27604
|
get_pool_delegations: {
|
|
@@ -26988,6 +27660,20 @@ export interface operations {
|
|
|
26988
27660
|
};
|
|
26989
27661
|
};
|
|
26990
27662
|
};
|
|
27663
|
+
/** @description Default Response */
|
|
27664
|
+
"4XX": {
|
|
27665
|
+
headers: {
|
|
27666
|
+
[name: string]: unknown;
|
|
27667
|
+
};
|
|
27668
|
+
content: {
|
|
27669
|
+
"application/json": {
|
|
27670
|
+
error: string;
|
|
27671
|
+
message?: string;
|
|
27672
|
+
} & {
|
|
27673
|
+
[key: string]: unknown;
|
|
27674
|
+
};
|
|
27675
|
+
};
|
|
27676
|
+
};
|
|
26991
27677
|
};
|
|
26992
27678
|
};
|
|
26993
27679
|
run_faucet_btc: {
|
|
@@ -27230,6 +27916,20 @@ export interface operations {
|
|
|
27230
27916
|
};
|
|
27231
27917
|
};
|
|
27232
27918
|
};
|
|
27919
|
+
/** @description Default Response */
|
|
27920
|
+
"4XX": {
|
|
27921
|
+
headers: {
|
|
27922
|
+
[name: string]: unknown;
|
|
27923
|
+
};
|
|
27924
|
+
content: {
|
|
27925
|
+
"application/json": {
|
|
27926
|
+
error: string;
|
|
27927
|
+
message?: string;
|
|
27928
|
+
} & {
|
|
27929
|
+
[key: string]: unknown;
|
|
27930
|
+
};
|
|
27931
|
+
};
|
|
27932
|
+
};
|
|
27233
27933
|
};
|
|
27234
27934
|
};
|
|
27235
27935
|
get_average_block_times: {
|
|
@@ -27259,6 +27959,20 @@ export interface operations {
|
|
|
27259
27959
|
};
|
|
27260
27960
|
};
|
|
27261
27961
|
};
|
|
27962
|
+
/** @description Default Response */
|
|
27963
|
+
"4XX": {
|
|
27964
|
+
headers: {
|
|
27965
|
+
[name: string]: unknown;
|
|
27966
|
+
};
|
|
27967
|
+
content: {
|
|
27968
|
+
"application/json": {
|
|
27969
|
+
error: string;
|
|
27970
|
+
message?: string;
|
|
27971
|
+
} & {
|
|
27972
|
+
[key: string]: unknown;
|
|
27973
|
+
};
|
|
27974
|
+
};
|
|
27975
|
+
};
|
|
27262
27976
|
};
|
|
27263
27977
|
};
|
|
27264
27978
|
get_block: {
|
|
@@ -27322,6 +28036,20 @@ export interface operations {
|
|
|
27322
28036
|
};
|
|
27323
28037
|
};
|
|
27324
28038
|
};
|
|
28039
|
+
/** @description Default Response */
|
|
28040
|
+
"4XX": {
|
|
28041
|
+
headers: {
|
|
28042
|
+
[name: string]: unknown;
|
|
28043
|
+
};
|
|
28044
|
+
content: {
|
|
28045
|
+
"application/json": {
|
|
28046
|
+
error: string;
|
|
28047
|
+
message?: string;
|
|
28048
|
+
} & {
|
|
28049
|
+
[key: string]: unknown;
|
|
28050
|
+
};
|
|
28051
|
+
};
|
|
28052
|
+
};
|
|
27325
28053
|
};
|
|
27326
28054
|
};
|
|
27327
28055
|
get_transactions_by_block: {
|
|
@@ -28655,6 +29383,20 @@ export interface operations {
|
|
|
28655
29383
|
};
|
|
28656
29384
|
};
|
|
28657
29385
|
};
|
|
29386
|
+
/** @description Default Response */
|
|
29387
|
+
"4XX": {
|
|
29388
|
+
headers: {
|
|
29389
|
+
[name: string]: unknown;
|
|
29390
|
+
};
|
|
29391
|
+
content: {
|
|
29392
|
+
"application/json": {
|
|
29393
|
+
error: string;
|
|
29394
|
+
message?: string;
|
|
29395
|
+
} & {
|
|
29396
|
+
[key: string]: unknown;
|
|
29397
|
+
};
|
|
29398
|
+
};
|
|
29399
|
+
};
|
|
28658
29400
|
};
|
|
28659
29401
|
};
|
|
28660
29402
|
get_signer_signatures_for_block: {
|
|
@@ -28690,6 +29432,20 @@ export interface operations {
|
|
|
28690
29432
|
};
|
|
28691
29433
|
};
|
|
28692
29434
|
};
|
|
29435
|
+
/** @description Default Response */
|
|
29436
|
+
"4XX": {
|
|
29437
|
+
headers: {
|
|
29438
|
+
[name: string]: unknown;
|
|
29439
|
+
};
|
|
29440
|
+
content: {
|
|
29441
|
+
"application/json": {
|
|
29442
|
+
error: string;
|
|
29443
|
+
message?: string;
|
|
29444
|
+
} & {
|
|
29445
|
+
[key: string]: unknown;
|
|
29446
|
+
};
|
|
29447
|
+
};
|
|
29448
|
+
};
|
|
28693
29449
|
};
|
|
28694
29450
|
};
|
|
28695
29451
|
get_burn_blocks: {
|
|
@@ -28738,6 +29494,20 @@ export interface operations {
|
|
|
28738
29494
|
};
|
|
28739
29495
|
};
|
|
28740
29496
|
};
|
|
29497
|
+
/** @description Default Response */
|
|
29498
|
+
"4XX": {
|
|
29499
|
+
headers: {
|
|
29500
|
+
[name: string]: unknown;
|
|
29501
|
+
};
|
|
29502
|
+
content: {
|
|
29503
|
+
"application/json": {
|
|
29504
|
+
error: string;
|
|
29505
|
+
message?: string;
|
|
29506
|
+
} & {
|
|
29507
|
+
[key: string]: unknown;
|
|
29508
|
+
};
|
|
29509
|
+
};
|
|
29510
|
+
};
|
|
28741
29511
|
};
|
|
28742
29512
|
};
|
|
28743
29513
|
get_burn_block: {
|
|
@@ -28775,6 +29545,20 @@ export interface operations {
|
|
|
28775
29545
|
};
|
|
28776
29546
|
};
|
|
28777
29547
|
};
|
|
29548
|
+
/** @description Default Response */
|
|
29549
|
+
"4XX": {
|
|
29550
|
+
headers: {
|
|
29551
|
+
[name: string]: unknown;
|
|
29552
|
+
};
|
|
29553
|
+
content: {
|
|
29554
|
+
"application/json": {
|
|
29555
|
+
error: string;
|
|
29556
|
+
message?: string;
|
|
29557
|
+
} & {
|
|
29558
|
+
[key: string]: unknown;
|
|
29559
|
+
};
|
|
29560
|
+
};
|
|
29561
|
+
};
|
|
28778
29562
|
};
|
|
28779
29563
|
};
|
|
28780
29564
|
get_blocks_by_burn_block: {
|
|
@@ -28851,6 +29635,20 @@ export interface operations {
|
|
|
28851
29635
|
};
|
|
28852
29636
|
};
|
|
28853
29637
|
};
|
|
29638
|
+
/** @description Default Response */
|
|
29639
|
+
"4XX": {
|
|
29640
|
+
headers: {
|
|
29641
|
+
[name: string]: unknown;
|
|
29642
|
+
};
|
|
29643
|
+
content: {
|
|
29644
|
+
"application/json": {
|
|
29645
|
+
error: string;
|
|
29646
|
+
message?: string;
|
|
29647
|
+
} & {
|
|
29648
|
+
[key: string]: unknown;
|
|
29649
|
+
};
|
|
29650
|
+
};
|
|
29651
|
+
};
|
|
28854
29652
|
};
|
|
28855
29653
|
};
|
|
28856
29654
|
get_smart_contracts_status: {
|
|
@@ -28891,6 +29689,20 @@ export interface operations {
|
|
|
28891
29689
|
};
|
|
28892
29690
|
};
|
|
28893
29691
|
};
|
|
29692
|
+
/** @description Default Response */
|
|
29693
|
+
"4XX": {
|
|
29694
|
+
headers: {
|
|
29695
|
+
[name: string]: unknown;
|
|
29696
|
+
};
|
|
29697
|
+
content: {
|
|
29698
|
+
"application/json": {
|
|
29699
|
+
error: string;
|
|
29700
|
+
message?: string;
|
|
29701
|
+
} & {
|
|
29702
|
+
[key: string]: unknown;
|
|
29703
|
+
};
|
|
29704
|
+
};
|
|
29705
|
+
};
|
|
28894
29706
|
};
|
|
28895
29707
|
};
|
|
28896
29708
|
get_mempool_fee_priorities: {
|
|
@@ -28936,6 +29748,20 @@ export interface operations {
|
|
|
28936
29748
|
};
|
|
28937
29749
|
};
|
|
28938
29750
|
};
|
|
29751
|
+
/** @description Default Response */
|
|
29752
|
+
"4XX": {
|
|
29753
|
+
headers: {
|
|
29754
|
+
[name: string]: unknown;
|
|
29755
|
+
};
|
|
29756
|
+
content: {
|
|
29757
|
+
"application/json": {
|
|
29758
|
+
error: string;
|
|
29759
|
+
message?: string;
|
|
29760
|
+
} & {
|
|
29761
|
+
[key: string]: unknown;
|
|
29762
|
+
};
|
|
29763
|
+
};
|
|
29764
|
+
};
|
|
28939
29765
|
};
|
|
28940
29766
|
};
|
|
28941
29767
|
get_pox_cycles: {
|
|
@@ -28976,6 +29802,20 @@ export interface operations {
|
|
|
28976
29802
|
};
|
|
28977
29803
|
};
|
|
28978
29804
|
};
|
|
29805
|
+
/** @description Default Response */
|
|
29806
|
+
"4XX": {
|
|
29807
|
+
headers: {
|
|
29808
|
+
[name: string]: unknown;
|
|
29809
|
+
};
|
|
29810
|
+
content: {
|
|
29811
|
+
"application/json": {
|
|
29812
|
+
error: string;
|
|
29813
|
+
message?: string;
|
|
29814
|
+
} & {
|
|
29815
|
+
[key: string]: unknown;
|
|
29816
|
+
};
|
|
29817
|
+
};
|
|
29818
|
+
};
|
|
28979
29819
|
};
|
|
28980
29820
|
};
|
|
28981
29821
|
get_pox_cycle: {
|
|
@@ -29006,6 +29846,20 @@ export interface operations {
|
|
|
29006
29846
|
};
|
|
29007
29847
|
};
|
|
29008
29848
|
};
|
|
29849
|
+
/** @description Default Response */
|
|
29850
|
+
"4XX": {
|
|
29851
|
+
headers: {
|
|
29852
|
+
[name: string]: unknown;
|
|
29853
|
+
};
|
|
29854
|
+
content: {
|
|
29855
|
+
"application/json": {
|
|
29856
|
+
error: string;
|
|
29857
|
+
message?: string;
|
|
29858
|
+
} & {
|
|
29859
|
+
[key: string]: unknown;
|
|
29860
|
+
};
|
|
29861
|
+
};
|
|
29862
|
+
};
|
|
29009
29863
|
};
|
|
29010
29864
|
};
|
|
29011
29865
|
get_pox_cycle_signers: {
|
|
@@ -29054,6 +29908,20 @@ export interface operations {
|
|
|
29054
29908
|
};
|
|
29055
29909
|
};
|
|
29056
29910
|
};
|
|
29911
|
+
/** @description Default Response */
|
|
29912
|
+
"4XX": {
|
|
29913
|
+
headers: {
|
|
29914
|
+
[name: string]: unknown;
|
|
29915
|
+
};
|
|
29916
|
+
content: {
|
|
29917
|
+
"application/json": {
|
|
29918
|
+
error: string;
|
|
29919
|
+
message?: string;
|
|
29920
|
+
} & {
|
|
29921
|
+
[key: string]: unknown;
|
|
29922
|
+
};
|
|
29923
|
+
};
|
|
29924
|
+
};
|
|
29057
29925
|
};
|
|
29058
29926
|
};
|
|
29059
29927
|
get_pox_cycle_signer: {
|
|
@@ -29094,6 +29962,20 @@ export interface operations {
|
|
|
29094
29962
|
};
|
|
29095
29963
|
};
|
|
29096
29964
|
};
|
|
29965
|
+
/** @description Default Response */
|
|
29966
|
+
"4XX": {
|
|
29967
|
+
headers: {
|
|
29968
|
+
[name: string]: unknown;
|
|
29969
|
+
};
|
|
29970
|
+
content: {
|
|
29971
|
+
"application/json": {
|
|
29972
|
+
error: string;
|
|
29973
|
+
message?: string;
|
|
29974
|
+
} & {
|
|
29975
|
+
[key: string]: unknown;
|
|
29976
|
+
};
|
|
29977
|
+
};
|
|
29978
|
+
};
|
|
29097
29979
|
};
|
|
29098
29980
|
};
|
|
29099
29981
|
get_pox_cycle_signer_stackers: {
|
|
@@ -29140,6 +30022,20 @@ export interface operations {
|
|
|
29140
30022
|
};
|
|
29141
30023
|
};
|
|
29142
30024
|
};
|
|
30025
|
+
/** @description Default Response */
|
|
30026
|
+
"4XX": {
|
|
30027
|
+
headers: {
|
|
30028
|
+
[name: string]: unknown;
|
|
30029
|
+
};
|
|
30030
|
+
content: {
|
|
30031
|
+
"application/json": {
|
|
30032
|
+
error: string;
|
|
30033
|
+
message?: string;
|
|
30034
|
+
} & {
|
|
30035
|
+
[key: string]: unknown;
|
|
30036
|
+
};
|
|
30037
|
+
};
|
|
30038
|
+
};
|
|
29143
30039
|
};
|
|
29144
30040
|
};
|
|
29145
30041
|
get_address_transactions: {
|
|
@@ -30496,6 +31392,20 @@ export interface operations {
|
|
|
30496
31392
|
};
|
|
30497
31393
|
};
|
|
30498
31394
|
};
|
|
31395
|
+
/** @description Default Response */
|
|
31396
|
+
"4XX": {
|
|
31397
|
+
headers: {
|
|
31398
|
+
[name: string]: unknown;
|
|
31399
|
+
};
|
|
31400
|
+
content: {
|
|
31401
|
+
"application/json": {
|
|
31402
|
+
error: string;
|
|
31403
|
+
message?: string;
|
|
31404
|
+
} & {
|
|
31405
|
+
[key: string]: unknown;
|
|
31406
|
+
};
|
|
31407
|
+
};
|
|
31408
|
+
};
|
|
30499
31409
|
};
|
|
30500
31410
|
};
|
|
30501
31411
|
get_address_transaction_events: {
|
|
@@ -30581,6 +31491,20 @@ export interface operations {
|
|
|
30581
31491
|
};
|
|
30582
31492
|
};
|
|
30583
31493
|
};
|
|
31494
|
+
/** @description Default Response */
|
|
31495
|
+
"4XX": {
|
|
31496
|
+
headers: {
|
|
31497
|
+
[name: string]: unknown;
|
|
31498
|
+
};
|
|
31499
|
+
content: {
|
|
31500
|
+
"application/json": {
|
|
31501
|
+
error: string;
|
|
31502
|
+
message?: string;
|
|
31503
|
+
} & {
|
|
31504
|
+
[key: string]: unknown;
|
|
31505
|
+
};
|
|
31506
|
+
};
|
|
31507
|
+
};
|
|
30584
31508
|
};
|
|
30585
31509
|
};
|
|
30586
31510
|
get_historical_zone_file: {
|
|
@@ -30663,6 +31587,20 @@ export interface operations {
|
|
|
30663
31587
|
"application/json": string[];
|
|
30664
31588
|
};
|
|
30665
31589
|
};
|
|
31590
|
+
/** @description Default Response */
|
|
31591
|
+
"4XX": {
|
|
31592
|
+
headers: {
|
|
31593
|
+
[name: string]: unknown;
|
|
31594
|
+
};
|
|
31595
|
+
content: {
|
|
31596
|
+
"application/json": {
|
|
31597
|
+
error: string;
|
|
31598
|
+
message?: string;
|
|
31599
|
+
} & {
|
|
31600
|
+
[key: string]: unknown;
|
|
31601
|
+
};
|
|
31602
|
+
};
|
|
31603
|
+
};
|
|
30666
31604
|
};
|
|
30667
31605
|
};
|
|
30668
31606
|
fetch_zone_file: {
|
|
@@ -30795,6 +31733,20 @@ export interface operations {
|
|
|
30795
31733
|
};
|
|
30796
31734
|
};
|
|
30797
31735
|
};
|
|
31736
|
+
/** @description Default Response */
|
|
31737
|
+
"4XX": {
|
|
31738
|
+
headers: {
|
|
31739
|
+
[name: string]: unknown;
|
|
31740
|
+
};
|
|
31741
|
+
content: {
|
|
31742
|
+
"application/json": {
|
|
31743
|
+
error: string;
|
|
31744
|
+
message?: string;
|
|
31745
|
+
} & {
|
|
31746
|
+
[key: string]: unknown;
|
|
31747
|
+
};
|
|
31748
|
+
};
|
|
31749
|
+
};
|
|
30798
31750
|
};
|
|
30799
31751
|
};
|
|
30800
31752
|
get_all_namespaces: {
|
|
@@ -30827,6 +31779,20 @@ export interface operations {
|
|
|
30827
31779
|
};
|
|
30828
31780
|
};
|
|
30829
31781
|
};
|
|
31782
|
+
/** @description Default Response */
|
|
31783
|
+
"4XX": {
|
|
31784
|
+
headers: {
|
|
31785
|
+
[name: string]: unknown;
|
|
31786
|
+
};
|
|
31787
|
+
content: {
|
|
31788
|
+
"application/json": {
|
|
31789
|
+
error: string;
|
|
31790
|
+
message?: string;
|
|
31791
|
+
} & {
|
|
31792
|
+
[key: string]: unknown;
|
|
31793
|
+
};
|
|
31794
|
+
};
|
|
31795
|
+
};
|
|
30830
31796
|
};
|
|
30831
31797
|
};
|
|
30832
31798
|
get_namespace_names: {
|
|
@@ -30864,6 +31830,20 @@ export interface operations {
|
|
|
30864
31830
|
"application/json": string[];
|
|
30865
31831
|
};
|
|
30866
31832
|
};
|
|
31833
|
+
/** @description Default Response */
|
|
31834
|
+
"4XX": {
|
|
31835
|
+
headers: {
|
|
31836
|
+
[name: string]: unknown;
|
|
31837
|
+
};
|
|
31838
|
+
content: {
|
|
31839
|
+
"application/json": {
|
|
31840
|
+
error: string;
|
|
31841
|
+
message?: string;
|
|
31842
|
+
} & {
|
|
31843
|
+
[key: string]: unknown;
|
|
31844
|
+
};
|
|
31845
|
+
};
|
|
31846
|
+
};
|
|
30867
31847
|
};
|
|
30868
31848
|
};
|
|
30869
31849
|
get_names_owned_by_address: {
|
|
@@ -30903,6 +31883,20 @@ export interface operations {
|
|
|
30903
31883
|
};
|
|
30904
31884
|
};
|
|
30905
31885
|
};
|
|
31886
|
+
/** @description Default Response */
|
|
31887
|
+
"4XX": {
|
|
31888
|
+
headers: {
|
|
31889
|
+
[name: string]: unknown;
|
|
31890
|
+
};
|
|
31891
|
+
content: {
|
|
31892
|
+
"application/json": {
|
|
31893
|
+
error: string;
|
|
31894
|
+
message?: string;
|
|
31895
|
+
} & {
|
|
31896
|
+
[key: string]: unknown;
|
|
31897
|
+
};
|
|
31898
|
+
};
|
|
31899
|
+
};
|
|
30906
31900
|
};
|
|
30907
31901
|
};
|
|
30908
31902
|
get_namespace_price: {
|
|
@@ -30943,6 +31937,20 @@ export interface operations {
|
|
|
30943
31937
|
};
|
|
30944
31938
|
};
|
|
30945
31939
|
};
|
|
31940
|
+
/** @description Default Response */
|
|
31941
|
+
"4XX": {
|
|
31942
|
+
headers: {
|
|
31943
|
+
[name: string]: unknown;
|
|
31944
|
+
};
|
|
31945
|
+
content: {
|
|
31946
|
+
"application/json": {
|
|
31947
|
+
error: string;
|
|
31948
|
+
message?: string;
|
|
31949
|
+
} & {
|
|
31950
|
+
[key: string]: unknown;
|
|
31951
|
+
};
|
|
31952
|
+
};
|
|
31953
|
+
};
|
|
30946
31954
|
};
|
|
30947
31955
|
};
|
|
30948
31956
|
get_name_price: {
|
|
@@ -30983,6 +31991,20 @@ export interface operations {
|
|
|
30983
31991
|
};
|
|
30984
31992
|
};
|
|
30985
31993
|
};
|
|
31994
|
+
/** @description Default Response */
|
|
31995
|
+
"4XX": {
|
|
31996
|
+
headers: {
|
|
31997
|
+
[name: string]: unknown;
|
|
31998
|
+
};
|
|
31999
|
+
content: {
|
|
32000
|
+
"application/json": {
|
|
32001
|
+
error: string;
|
|
32002
|
+
message?: string;
|
|
32003
|
+
} & {
|
|
32004
|
+
[key: string]: unknown;
|
|
32005
|
+
};
|
|
32006
|
+
};
|
|
32007
|
+
};
|
|
30986
32008
|
};
|
|
30987
32009
|
};
|
|
30988
32010
|
}
|