@stacks/blockchain-api-client 8.3.0-beta.2 → 8.4.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 +1038 -12
- package/package.json +1 -1
- package/src/generated/schema.d.ts +1038 -12
|
@@ -1166,13 +1166,13 @@ export interface paths {
|
|
|
1166
1166
|
get?: never;
|
|
1167
1167
|
put?: never;
|
|
1168
1168
|
/**
|
|
1169
|
-
* Add
|
|
1170
|
-
* @description Add
|
|
1169
|
+
* Add regtest BTC tokens to address
|
|
1170
|
+
* @description Add 0.01 BTC token to the specified regtest BTC address.
|
|
1171
1171
|
*
|
|
1172
|
-
* The endpoint returns the transaction ID, which you can use to view the transaction in a
|
|
1172
|
+
* The endpoint returns the transaction ID, which you can use to view the transaction in a regtest Bitcoin block
|
|
1173
1173
|
* explorer. The tokens are delivered once the transaction has been included in a block.
|
|
1174
1174
|
*
|
|
1175
|
-
* **Note:** This is a
|
|
1175
|
+
* **Note:** This is a Bitcoin regtest-only endpoint. This endpoint will not work on the Bitcoin mainnet.
|
|
1176
1176
|
*/
|
|
1177
1177
|
post: operations["run_faucet_btc"];
|
|
1178
1178
|
delete?: never;
|
|
@@ -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,9 +15914,23 @@ export interface operations {
|
|
|
15620
15914
|
};
|
|
15621
15915
|
};
|
|
15622
15916
|
};
|
|
15623
|
-
|
|
15624
|
-
|
|
15625
|
-
|
|
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: {
|
|
15626
15934
|
parameters: {
|
|
15627
15935
|
query?: never;
|
|
15628
15936
|
header?: never;
|
|
@@ -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,7 +22648,21 @@ export interface operations {
|
|
|
22060
22648
|
};
|
|
22061
22649
|
};
|
|
22062
22650
|
};
|
|
22063
|
-
|
|
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
|
+
};
|
|
22665
|
+
};
|
|
22064
22666
|
};
|
|
22065
22667
|
get_account_assets: {
|
|
22066
22668
|
parameters: {
|
|
@@ -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,16 +27660,34 @@ 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: {
|
|
26994
27680
|
parameters: {
|
|
26995
27681
|
query?: {
|
|
26996
27682
|
/**
|
|
26997
|
-
* @description A valid
|
|
27683
|
+
* @description A valid regtest BTC address
|
|
26998
27684
|
* @example 2N4M94S1ZPt8HfxydXzL2P7qyzgVq7MHWts
|
|
26999
27685
|
*/
|
|
27000
27686
|
address?: string;
|
|
27687
|
+
/** @description Request a large amount of regtest BTC than the default */
|
|
27688
|
+
large?: boolean;
|
|
27689
|
+
/** @description Request an extra large amount of regtest BTC than the default */
|
|
27690
|
+
xlarge?: boolean;
|
|
27001
27691
|
};
|
|
27002
27692
|
header?: never;
|
|
27003
27693
|
path?: never;
|
|
@@ -27006,13 +27696,13 @@ export interface operations {
|
|
|
27006
27696
|
requestBody?: {
|
|
27007
27697
|
content: {
|
|
27008
27698
|
"application/json": {
|
|
27009
|
-
/** @description A valid
|
|
27699
|
+
/** @description A valid regtest BTC address */
|
|
27010
27700
|
address?: string;
|
|
27011
27701
|
} | null;
|
|
27012
27702
|
};
|
|
27013
27703
|
};
|
|
27014
27704
|
responses: {
|
|
27015
|
-
/** @description POST request that initiates a transfer of tokens to a specified
|
|
27705
|
+
/** @description POST request that initiates a transfer of tokens to a specified Bitcoin regtest address */
|
|
27016
27706
|
200: {
|
|
27017
27707
|
headers: {
|
|
27018
27708
|
[name: string]: unknown;
|
|
@@ -27053,7 +27743,7 @@ export interface operations {
|
|
|
27053
27743
|
header?: never;
|
|
27054
27744
|
path: {
|
|
27055
27745
|
/**
|
|
27056
|
-
* @description A valid
|
|
27746
|
+
* @description A valid regtest BTC address
|
|
27057
27747
|
* @example 2N4M94S1ZPt8HfxydXzL2P7qyzgVq7MHWts
|
|
27058
27748
|
*/
|
|
27059
27749
|
address: string;
|
|
@@ -27230,6 +27920,20 @@ export interface operations {
|
|
|
27230
27920
|
};
|
|
27231
27921
|
};
|
|
27232
27922
|
};
|
|
27923
|
+
/** @description Default Response */
|
|
27924
|
+
"4XX": {
|
|
27925
|
+
headers: {
|
|
27926
|
+
[name: string]: unknown;
|
|
27927
|
+
};
|
|
27928
|
+
content: {
|
|
27929
|
+
"application/json": {
|
|
27930
|
+
error: string;
|
|
27931
|
+
message?: string;
|
|
27932
|
+
} & {
|
|
27933
|
+
[key: string]: unknown;
|
|
27934
|
+
};
|
|
27935
|
+
};
|
|
27936
|
+
};
|
|
27233
27937
|
};
|
|
27234
27938
|
};
|
|
27235
27939
|
get_average_block_times: {
|
|
@@ -27259,6 +27963,20 @@ export interface operations {
|
|
|
27259
27963
|
};
|
|
27260
27964
|
};
|
|
27261
27965
|
};
|
|
27966
|
+
/** @description Default Response */
|
|
27967
|
+
"4XX": {
|
|
27968
|
+
headers: {
|
|
27969
|
+
[name: string]: unknown;
|
|
27970
|
+
};
|
|
27971
|
+
content: {
|
|
27972
|
+
"application/json": {
|
|
27973
|
+
error: string;
|
|
27974
|
+
message?: string;
|
|
27975
|
+
} & {
|
|
27976
|
+
[key: string]: unknown;
|
|
27977
|
+
};
|
|
27978
|
+
};
|
|
27979
|
+
};
|
|
27262
27980
|
};
|
|
27263
27981
|
};
|
|
27264
27982
|
get_block: {
|
|
@@ -27322,6 +28040,20 @@ export interface operations {
|
|
|
27322
28040
|
};
|
|
27323
28041
|
};
|
|
27324
28042
|
};
|
|
28043
|
+
/** @description Default Response */
|
|
28044
|
+
"4XX": {
|
|
28045
|
+
headers: {
|
|
28046
|
+
[name: string]: unknown;
|
|
28047
|
+
};
|
|
28048
|
+
content: {
|
|
28049
|
+
"application/json": {
|
|
28050
|
+
error: string;
|
|
28051
|
+
message?: string;
|
|
28052
|
+
} & {
|
|
28053
|
+
[key: string]: unknown;
|
|
28054
|
+
};
|
|
28055
|
+
};
|
|
28056
|
+
};
|
|
27325
28057
|
};
|
|
27326
28058
|
};
|
|
27327
28059
|
get_transactions_by_block: {
|
|
@@ -28655,6 +29387,20 @@ export interface operations {
|
|
|
28655
29387
|
};
|
|
28656
29388
|
};
|
|
28657
29389
|
};
|
|
29390
|
+
/** @description Default Response */
|
|
29391
|
+
"4XX": {
|
|
29392
|
+
headers: {
|
|
29393
|
+
[name: string]: unknown;
|
|
29394
|
+
};
|
|
29395
|
+
content: {
|
|
29396
|
+
"application/json": {
|
|
29397
|
+
error: string;
|
|
29398
|
+
message?: string;
|
|
29399
|
+
} & {
|
|
29400
|
+
[key: string]: unknown;
|
|
29401
|
+
};
|
|
29402
|
+
};
|
|
29403
|
+
};
|
|
28658
29404
|
};
|
|
28659
29405
|
};
|
|
28660
29406
|
get_signer_signatures_for_block: {
|
|
@@ -28690,6 +29436,20 @@ export interface operations {
|
|
|
28690
29436
|
};
|
|
28691
29437
|
};
|
|
28692
29438
|
};
|
|
29439
|
+
/** @description Default Response */
|
|
29440
|
+
"4XX": {
|
|
29441
|
+
headers: {
|
|
29442
|
+
[name: string]: unknown;
|
|
29443
|
+
};
|
|
29444
|
+
content: {
|
|
29445
|
+
"application/json": {
|
|
29446
|
+
error: string;
|
|
29447
|
+
message?: string;
|
|
29448
|
+
} & {
|
|
29449
|
+
[key: string]: unknown;
|
|
29450
|
+
};
|
|
29451
|
+
};
|
|
29452
|
+
};
|
|
28693
29453
|
};
|
|
28694
29454
|
};
|
|
28695
29455
|
get_burn_blocks: {
|
|
@@ -28738,6 +29498,20 @@ export interface operations {
|
|
|
28738
29498
|
};
|
|
28739
29499
|
};
|
|
28740
29500
|
};
|
|
29501
|
+
/** @description Default Response */
|
|
29502
|
+
"4XX": {
|
|
29503
|
+
headers: {
|
|
29504
|
+
[name: string]: unknown;
|
|
29505
|
+
};
|
|
29506
|
+
content: {
|
|
29507
|
+
"application/json": {
|
|
29508
|
+
error: string;
|
|
29509
|
+
message?: string;
|
|
29510
|
+
} & {
|
|
29511
|
+
[key: string]: unknown;
|
|
29512
|
+
};
|
|
29513
|
+
};
|
|
29514
|
+
};
|
|
28741
29515
|
};
|
|
28742
29516
|
};
|
|
28743
29517
|
get_burn_block: {
|
|
@@ -28775,6 +29549,20 @@ export interface operations {
|
|
|
28775
29549
|
};
|
|
28776
29550
|
};
|
|
28777
29551
|
};
|
|
29552
|
+
/** @description Default Response */
|
|
29553
|
+
"4XX": {
|
|
29554
|
+
headers: {
|
|
29555
|
+
[name: string]: unknown;
|
|
29556
|
+
};
|
|
29557
|
+
content: {
|
|
29558
|
+
"application/json": {
|
|
29559
|
+
error: string;
|
|
29560
|
+
message?: string;
|
|
29561
|
+
} & {
|
|
29562
|
+
[key: string]: unknown;
|
|
29563
|
+
};
|
|
29564
|
+
};
|
|
29565
|
+
};
|
|
28778
29566
|
};
|
|
28779
29567
|
};
|
|
28780
29568
|
get_blocks_by_burn_block: {
|
|
@@ -28851,6 +29639,20 @@ export interface operations {
|
|
|
28851
29639
|
};
|
|
28852
29640
|
};
|
|
28853
29641
|
};
|
|
29642
|
+
/** @description Default Response */
|
|
29643
|
+
"4XX": {
|
|
29644
|
+
headers: {
|
|
29645
|
+
[name: string]: unknown;
|
|
29646
|
+
};
|
|
29647
|
+
content: {
|
|
29648
|
+
"application/json": {
|
|
29649
|
+
error: string;
|
|
29650
|
+
message?: string;
|
|
29651
|
+
} & {
|
|
29652
|
+
[key: string]: unknown;
|
|
29653
|
+
};
|
|
29654
|
+
};
|
|
29655
|
+
};
|
|
28854
29656
|
};
|
|
28855
29657
|
};
|
|
28856
29658
|
get_smart_contracts_status: {
|
|
@@ -28891,6 +29693,20 @@ export interface operations {
|
|
|
28891
29693
|
};
|
|
28892
29694
|
};
|
|
28893
29695
|
};
|
|
29696
|
+
/** @description Default Response */
|
|
29697
|
+
"4XX": {
|
|
29698
|
+
headers: {
|
|
29699
|
+
[name: string]: unknown;
|
|
29700
|
+
};
|
|
29701
|
+
content: {
|
|
29702
|
+
"application/json": {
|
|
29703
|
+
error: string;
|
|
29704
|
+
message?: string;
|
|
29705
|
+
} & {
|
|
29706
|
+
[key: string]: unknown;
|
|
29707
|
+
};
|
|
29708
|
+
};
|
|
29709
|
+
};
|
|
28894
29710
|
};
|
|
28895
29711
|
};
|
|
28896
29712
|
get_mempool_fee_priorities: {
|
|
@@ -28936,6 +29752,20 @@ export interface operations {
|
|
|
28936
29752
|
};
|
|
28937
29753
|
};
|
|
28938
29754
|
};
|
|
29755
|
+
/** @description Default Response */
|
|
29756
|
+
"4XX": {
|
|
29757
|
+
headers: {
|
|
29758
|
+
[name: string]: unknown;
|
|
29759
|
+
};
|
|
29760
|
+
content: {
|
|
29761
|
+
"application/json": {
|
|
29762
|
+
error: string;
|
|
29763
|
+
message?: string;
|
|
29764
|
+
} & {
|
|
29765
|
+
[key: string]: unknown;
|
|
29766
|
+
};
|
|
29767
|
+
};
|
|
29768
|
+
};
|
|
28939
29769
|
};
|
|
28940
29770
|
};
|
|
28941
29771
|
get_pox_cycles: {
|
|
@@ -28976,6 +29806,20 @@ export interface operations {
|
|
|
28976
29806
|
};
|
|
28977
29807
|
};
|
|
28978
29808
|
};
|
|
29809
|
+
/** @description Default Response */
|
|
29810
|
+
"4XX": {
|
|
29811
|
+
headers: {
|
|
29812
|
+
[name: string]: unknown;
|
|
29813
|
+
};
|
|
29814
|
+
content: {
|
|
29815
|
+
"application/json": {
|
|
29816
|
+
error: string;
|
|
29817
|
+
message?: string;
|
|
29818
|
+
} & {
|
|
29819
|
+
[key: string]: unknown;
|
|
29820
|
+
};
|
|
29821
|
+
};
|
|
29822
|
+
};
|
|
28979
29823
|
};
|
|
28980
29824
|
};
|
|
28981
29825
|
get_pox_cycle: {
|
|
@@ -29006,6 +29850,20 @@ export interface operations {
|
|
|
29006
29850
|
};
|
|
29007
29851
|
};
|
|
29008
29852
|
};
|
|
29853
|
+
/** @description Default Response */
|
|
29854
|
+
"4XX": {
|
|
29855
|
+
headers: {
|
|
29856
|
+
[name: string]: unknown;
|
|
29857
|
+
};
|
|
29858
|
+
content: {
|
|
29859
|
+
"application/json": {
|
|
29860
|
+
error: string;
|
|
29861
|
+
message?: string;
|
|
29862
|
+
} & {
|
|
29863
|
+
[key: string]: unknown;
|
|
29864
|
+
};
|
|
29865
|
+
};
|
|
29866
|
+
};
|
|
29009
29867
|
};
|
|
29010
29868
|
};
|
|
29011
29869
|
get_pox_cycle_signers: {
|
|
@@ -29054,6 +29912,20 @@ export interface operations {
|
|
|
29054
29912
|
};
|
|
29055
29913
|
};
|
|
29056
29914
|
};
|
|
29915
|
+
/** @description Default Response */
|
|
29916
|
+
"4XX": {
|
|
29917
|
+
headers: {
|
|
29918
|
+
[name: string]: unknown;
|
|
29919
|
+
};
|
|
29920
|
+
content: {
|
|
29921
|
+
"application/json": {
|
|
29922
|
+
error: string;
|
|
29923
|
+
message?: string;
|
|
29924
|
+
} & {
|
|
29925
|
+
[key: string]: unknown;
|
|
29926
|
+
};
|
|
29927
|
+
};
|
|
29928
|
+
};
|
|
29057
29929
|
};
|
|
29058
29930
|
};
|
|
29059
29931
|
get_pox_cycle_signer: {
|
|
@@ -29094,6 +29966,20 @@ export interface operations {
|
|
|
29094
29966
|
};
|
|
29095
29967
|
};
|
|
29096
29968
|
};
|
|
29969
|
+
/** @description Default Response */
|
|
29970
|
+
"4XX": {
|
|
29971
|
+
headers: {
|
|
29972
|
+
[name: string]: unknown;
|
|
29973
|
+
};
|
|
29974
|
+
content: {
|
|
29975
|
+
"application/json": {
|
|
29976
|
+
error: string;
|
|
29977
|
+
message?: string;
|
|
29978
|
+
} & {
|
|
29979
|
+
[key: string]: unknown;
|
|
29980
|
+
};
|
|
29981
|
+
};
|
|
29982
|
+
};
|
|
29097
29983
|
};
|
|
29098
29984
|
};
|
|
29099
29985
|
get_pox_cycle_signer_stackers: {
|
|
@@ -29140,6 +30026,20 @@ export interface operations {
|
|
|
29140
30026
|
};
|
|
29141
30027
|
};
|
|
29142
30028
|
};
|
|
30029
|
+
/** @description Default Response */
|
|
30030
|
+
"4XX": {
|
|
30031
|
+
headers: {
|
|
30032
|
+
[name: string]: unknown;
|
|
30033
|
+
};
|
|
30034
|
+
content: {
|
|
30035
|
+
"application/json": {
|
|
30036
|
+
error: string;
|
|
30037
|
+
message?: string;
|
|
30038
|
+
} & {
|
|
30039
|
+
[key: string]: unknown;
|
|
30040
|
+
};
|
|
30041
|
+
};
|
|
30042
|
+
};
|
|
29143
30043
|
};
|
|
29144
30044
|
};
|
|
29145
30045
|
get_address_transactions: {
|
|
@@ -30496,6 +31396,20 @@ export interface operations {
|
|
|
30496
31396
|
};
|
|
30497
31397
|
};
|
|
30498
31398
|
};
|
|
31399
|
+
/** @description Default Response */
|
|
31400
|
+
"4XX": {
|
|
31401
|
+
headers: {
|
|
31402
|
+
[name: string]: unknown;
|
|
31403
|
+
};
|
|
31404
|
+
content: {
|
|
31405
|
+
"application/json": {
|
|
31406
|
+
error: string;
|
|
31407
|
+
message?: string;
|
|
31408
|
+
} & {
|
|
31409
|
+
[key: string]: unknown;
|
|
31410
|
+
};
|
|
31411
|
+
};
|
|
31412
|
+
};
|
|
30499
31413
|
};
|
|
30500
31414
|
};
|
|
30501
31415
|
get_address_transaction_events: {
|
|
@@ -30581,6 +31495,20 @@ export interface operations {
|
|
|
30581
31495
|
};
|
|
30582
31496
|
};
|
|
30583
31497
|
};
|
|
31498
|
+
/** @description Default Response */
|
|
31499
|
+
"4XX": {
|
|
31500
|
+
headers: {
|
|
31501
|
+
[name: string]: unknown;
|
|
31502
|
+
};
|
|
31503
|
+
content: {
|
|
31504
|
+
"application/json": {
|
|
31505
|
+
error: string;
|
|
31506
|
+
message?: string;
|
|
31507
|
+
} & {
|
|
31508
|
+
[key: string]: unknown;
|
|
31509
|
+
};
|
|
31510
|
+
};
|
|
31511
|
+
};
|
|
30584
31512
|
};
|
|
30585
31513
|
};
|
|
30586
31514
|
get_historical_zone_file: {
|
|
@@ -30663,6 +31591,20 @@ export interface operations {
|
|
|
30663
31591
|
"application/json": string[];
|
|
30664
31592
|
};
|
|
30665
31593
|
};
|
|
31594
|
+
/** @description Default Response */
|
|
31595
|
+
"4XX": {
|
|
31596
|
+
headers: {
|
|
31597
|
+
[name: string]: unknown;
|
|
31598
|
+
};
|
|
31599
|
+
content: {
|
|
31600
|
+
"application/json": {
|
|
31601
|
+
error: string;
|
|
31602
|
+
message?: string;
|
|
31603
|
+
} & {
|
|
31604
|
+
[key: string]: unknown;
|
|
31605
|
+
};
|
|
31606
|
+
};
|
|
31607
|
+
};
|
|
30666
31608
|
};
|
|
30667
31609
|
};
|
|
30668
31610
|
fetch_zone_file: {
|
|
@@ -30795,6 +31737,20 @@ export interface operations {
|
|
|
30795
31737
|
};
|
|
30796
31738
|
};
|
|
30797
31739
|
};
|
|
31740
|
+
/** @description Default Response */
|
|
31741
|
+
"4XX": {
|
|
31742
|
+
headers: {
|
|
31743
|
+
[name: string]: unknown;
|
|
31744
|
+
};
|
|
31745
|
+
content: {
|
|
31746
|
+
"application/json": {
|
|
31747
|
+
error: string;
|
|
31748
|
+
message?: string;
|
|
31749
|
+
} & {
|
|
31750
|
+
[key: string]: unknown;
|
|
31751
|
+
};
|
|
31752
|
+
};
|
|
31753
|
+
};
|
|
30798
31754
|
};
|
|
30799
31755
|
};
|
|
30800
31756
|
get_all_namespaces: {
|
|
@@ -30827,6 +31783,20 @@ export interface operations {
|
|
|
30827
31783
|
};
|
|
30828
31784
|
};
|
|
30829
31785
|
};
|
|
31786
|
+
/** @description Default Response */
|
|
31787
|
+
"4XX": {
|
|
31788
|
+
headers: {
|
|
31789
|
+
[name: string]: unknown;
|
|
31790
|
+
};
|
|
31791
|
+
content: {
|
|
31792
|
+
"application/json": {
|
|
31793
|
+
error: string;
|
|
31794
|
+
message?: string;
|
|
31795
|
+
} & {
|
|
31796
|
+
[key: string]: unknown;
|
|
31797
|
+
};
|
|
31798
|
+
};
|
|
31799
|
+
};
|
|
30830
31800
|
};
|
|
30831
31801
|
};
|
|
30832
31802
|
get_namespace_names: {
|
|
@@ -30864,6 +31834,20 @@ export interface operations {
|
|
|
30864
31834
|
"application/json": string[];
|
|
30865
31835
|
};
|
|
30866
31836
|
};
|
|
31837
|
+
/** @description Default Response */
|
|
31838
|
+
"4XX": {
|
|
31839
|
+
headers: {
|
|
31840
|
+
[name: string]: unknown;
|
|
31841
|
+
};
|
|
31842
|
+
content: {
|
|
31843
|
+
"application/json": {
|
|
31844
|
+
error: string;
|
|
31845
|
+
message?: string;
|
|
31846
|
+
} & {
|
|
31847
|
+
[key: string]: unknown;
|
|
31848
|
+
};
|
|
31849
|
+
};
|
|
31850
|
+
};
|
|
30867
31851
|
};
|
|
30868
31852
|
};
|
|
30869
31853
|
get_names_owned_by_address: {
|
|
@@ -30903,6 +31887,20 @@ export interface operations {
|
|
|
30903
31887
|
};
|
|
30904
31888
|
};
|
|
30905
31889
|
};
|
|
31890
|
+
/** @description Default Response */
|
|
31891
|
+
"4XX": {
|
|
31892
|
+
headers: {
|
|
31893
|
+
[name: string]: unknown;
|
|
31894
|
+
};
|
|
31895
|
+
content: {
|
|
31896
|
+
"application/json": {
|
|
31897
|
+
error: string;
|
|
31898
|
+
message?: string;
|
|
31899
|
+
} & {
|
|
31900
|
+
[key: string]: unknown;
|
|
31901
|
+
};
|
|
31902
|
+
};
|
|
31903
|
+
};
|
|
30906
31904
|
};
|
|
30907
31905
|
};
|
|
30908
31906
|
get_namespace_price: {
|
|
@@ -30943,6 +31941,20 @@ export interface operations {
|
|
|
30943
31941
|
};
|
|
30944
31942
|
};
|
|
30945
31943
|
};
|
|
31944
|
+
/** @description Default Response */
|
|
31945
|
+
"4XX": {
|
|
31946
|
+
headers: {
|
|
31947
|
+
[name: string]: unknown;
|
|
31948
|
+
};
|
|
31949
|
+
content: {
|
|
31950
|
+
"application/json": {
|
|
31951
|
+
error: string;
|
|
31952
|
+
message?: string;
|
|
31953
|
+
} & {
|
|
31954
|
+
[key: string]: unknown;
|
|
31955
|
+
};
|
|
31956
|
+
};
|
|
31957
|
+
};
|
|
30946
31958
|
};
|
|
30947
31959
|
};
|
|
30948
31960
|
get_name_price: {
|
|
@@ -30983,6 +31995,20 @@ export interface operations {
|
|
|
30983
31995
|
};
|
|
30984
31996
|
};
|
|
30985
31997
|
};
|
|
31998
|
+
/** @description Default Response */
|
|
31999
|
+
"4XX": {
|
|
32000
|
+
headers: {
|
|
32001
|
+
[name: string]: unknown;
|
|
32002
|
+
};
|
|
32003
|
+
content: {
|
|
32004
|
+
"application/json": {
|
|
32005
|
+
error: string;
|
|
32006
|
+
message?: string;
|
|
32007
|
+
} & {
|
|
32008
|
+
[key: string]: unknown;
|
|
32009
|
+
};
|
|
32010
|
+
};
|
|
32011
|
+
};
|
|
30986
32012
|
};
|
|
30987
32013
|
};
|
|
30988
32014
|
}
|