@stacks/blockchain-api-client 8.10.0 → 8.11.1-beta.1
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 +215 -0
- package/package.json +1 -1
- package/src/generated/schema.d.ts +215 -0
|
@@ -1370,6 +1370,26 @@ export interface paths {
|
|
|
1370
1370
|
patch?: never;
|
|
1371
1371
|
trace?: never;
|
|
1372
1372
|
};
|
|
1373
|
+
"/extended/v2/block-tenures/{tenure_height}/blocks": {
|
|
1374
|
+
parameters: {
|
|
1375
|
+
query?: never;
|
|
1376
|
+
header?: never;
|
|
1377
|
+
path?: never;
|
|
1378
|
+
cookie?: never;
|
|
1379
|
+
};
|
|
1380
|
+
/**
|
|
1381
|
+
* Get blocks by tenure
|
|
1382
|
+
* @description Retrieves blocks confirmed in a block tenure
|
|
1383
|
+
*/
|
|
1384
|
+
get: operations["get_tenure_blocks"];
|
|
1385
|
+
put?: never;
|
|
1386
|
+
post?: never;
|
|
1387
|
+
delete?: never;
|
|
1388
|
+
options?: never;
|
|
1389
|
+
head?: never;
|
|
1390
|
+
patch?: never;
|
|
1391
|
+
trace?: never;
|
|
1392
|
+
};
|
|
1373
1393
|
"/extended/v2/smart-contracts/status": {
|
|
1374
1394
|
parameters: {
|
|
1375
1395
|
query?: never;
|
|
@@ -2082,6 +2102,7 @@ export interface operations {
|
|
|
2082
2102
|
execution_cost_write_count: number;
|
|
2083
2103
|
/** @description Execution cost write length. */
|
|
2084
2104
|
execution_cost_write_length: number;
|
|
2105
|
+
vm_error: string | null;
|
|
2085
2106
|
events: (({
|
|
2086
2107
|
event_index: number;
|
|
2087
2108
|
} & {
|
|
@@ -2296,6 +2317,7 @@ export interface operations {
|
|
|
2296
2317
|
execution_cost_write_count: number;
|
|
2297
2318
|
/** @description Execution cost write length. */
|
|
2298
2319
|
execution_cost_write_length: number;
|
|
2320
|
+
vm_error: string | null;
|
|
2299
2321
|
events: (({
|
|
2300
2322
|
event_index: number;
|
|
2301
2323
|
} & {
|
|
@@ -2510,6 +2532,7 @@ export interface operations {
|
|
|
2510
2532
|
execution_cost_write_count: number;
|
|
2511
2533
|
/** @description Execution cost write length. */
|
|
2512
2534
|
execution_cost_write_length: number;
|
|
2535
|
+
vm_error: string | null;
|
|
2513
2536
|
events: (({
|
|
2514
2537
|
event_index: number;
|
|
2515
2538
|
} & {
|
|
@@ -2731,6 +2754,7 @@ export interface operations {
|
|
|
2731
2754
|
execution_cost_write_count: number;
|
|
2732
2755
|
/** @description Execution cost write length. */
|
|
2733
2756
|
execution_cost_write_length: number;
|
|
2757
|
+
vm_error: string | null;
|
|
2734
2758
|
events: (({
|
|
2735
2759
|
event_index: number;
|
|
2736
2760
|
} & {
|
|
@@ -2944,6 +2968,7 @@ export interface operations {
|
|
|
2944
2968
|
execution_cost_write_count: number;
|
|
2945
2969
|
/** @description Execution cost write length. */
|
|
2946
2970
|
execution_cost_write_length: number;
|
|
2971
|
+
vm_error: string | null;
|
|
2947
2972
|
events: (({
|
|
2948
2973
|
event_index: number;
|
|
2949
2974
|
} & {
|
|
@@ -3157,6 +3182,7 @@ export interface operations {
|
|
|
3157
3182
|
execution_cost_write_count: number;
|
|
3158
3183
|
/** @description Execution cost write length. */
|
|
3159
3184
|
execution_cost_write_length: number;
|
|
3185
|
+
vm_error: string | null;
|
|
3160
3186
|
events: (({
|
|
3161
3187
|
event_index: number;
|
|
3162
3188
|
} & {
|
|
@@ -3430,6 +3456,7 @@ export interface operations {
|
|
|
3430
3456
|
execution_cost_write_count: number;
|
|
3431
3457
|
/** @description Execution cost write length. */
|
|
3432
3458
|
execution_cost_write_length: number;
|
|
3459
|
+
vm_error: string | null;
|
|
3433
3460
|
events: (({
|
|
3434
3461
|
event_index: number;
|
|
3435
3462
|
} & {
|
|
@@ -3644,6 +3671,7 @@ export interface operations {
|
|
|
3644
3671
|
execution_cost_write_count: number;
|
|
3645
3672
|
/** @description Execution cost write length. */
|
|
3646
3673
|
execution_cost_write_length: number;
|
|
3674
|
+
vm_error: string | null;
|
|
3647
3675
|
events: (({
|
|
3648
3676
|
event_index: number;
|
|
3649
3677
|
} & {
|
|
@@ -3858,6 +3886,7 @@ export interface operations {
|
|
|
3858
3886
|
execution_cost_write_count: number;
|
|
3859
3887
|
/** @description Execution cost write length. */
|
|
3860
3888
|
execution_cost_write_length: number;
|
|
3889
|
+
vm_error: string | null;
|
|
3861
3890
|
events: (({
|
|
3862
3891
|
event_index: number;
|
|
3863
3892
|
} & {
|
|
@@ -4079,6 +4108,7 @@ export interface operations {
|
|
|
4079
4108
|
execution_cost_write_count: number;
|
|
4080
4109
|
/** @description Execution cost write length. */
|
|
4081
4110
|
execution_cost_write_length: number;
|
|
4111
|
+
vm_error: string | null;
|
|
4082
4112
|
events: (({
|
|
4083
4113
|
event_index: number;
|
|
4084
4114
|
} & {
|
|
@@ -4292,6 +4322,7 @@ export interface operations {
|
|
|
4292
4322
|
execution_cost_write_count: number;
|
|
4293
4323
|
/** @description Execution cost write length. */
|
|
4294
4324
|
execution_cost_write_length: number;
|
|
4325
|
+
vm_error: string | null;
|
|
4295
4326
|
events: (({
|
|
4296
4327
|
event_index: number;
|
|
4297
4328
|
} & {
|
|
@@ -4505,6 +4536,7 @@ export interface operations {
|
|
|
4505
4536
|
execution_cost_write_count: number;
|
|
4506
4537
|
/** @description Execution cost write length. */
|
|
4507
4538
|
execution_cost_write_length: number;
|
|
4539
|
+
vm_error: string | null;
|
|
4508
4540
|
events: (({
|
|
4509
4541
|
event_index: number;
|
|
4510
4542
|
} & {
|
|
@@ -6264,6 +6296,7 @@ export interface operations {
|
|
|
6264
6296
|
execution_cost_write_count: number;
|
|
6265
6297
|
/** @description Execution cost write length. */
|
|
6266
6298
|
execution_cost_write_length: number;
|
|
6299
|
+
vm_error: string | null;
|
|
6267
6300
|
events: (({
|
|
6268
6301
|
event_index: number;
|
|
6269
6302
|
} & {
|
|
@@ -6478,6 +6511,7 @@ export interface operations {
|
|
|
6478
6511
|
execution_cost_write_count: number;
|
|
6479
6512
|
/** @description Execution cost write length. */
|
|
6480
6513
|
execution_cost_write_length: number;
|
|
6514
|
+
vm_error: string | null;
|
|
6481
6515
|
events: (({
|
|
6482
6516
|
event_index: number;
|
|
6483
6517
|
} & {
|
|
@@ -6692,6 +6726,7 @@ export interface operations {
|
|
|
6692
6726
|
execution_cost_write_count: number;
|
|
6693
6727
|
/** @description Execution cost write length. */
|
|
6694
6728
|
execution_cost_write_length: number;
|
|
6729
|
+
vm_error: string | null;
|
|
6695
6730
|
events: (({
|
|
6696
6731
|
event_index: number;
|
|
6697
6732
|
} & {
|
|
@@ -6913,6 +6948,7 @@ export interface operations {
|
|
|
6913
6948
|
execution_cost_write_count: number;
|
|
6914
6949
|
/** @description Execution cost write length. */
|
|
6915
6950
|
execution_cost_write_length: number;
|
|
6951
|
+
vm_error: string | null;
|
|
6916
6952
|
events: (({
|
|
6917
6953
|
event_index: number;
|
|
6918
6954
|
} & {
|
|
@@ -7126,6 +7162,7 @@ export interface operations {
|
|
|
7126
7162
|
execution_cost_write_count: number;
|
|
7127
7163
|
/** @description Execution cost write length. */
|
|
7128
7164
|
execution_cost_write_length: number;
|
|
7165
|
+
vm_error: string | null;
|
|
7129
7166
|
events: (({
|
|
7130
7167
|
event_index: number;
|
|
7131
7168
|
} & {
|
|
@@ -7339,6 +7376,7 @@ export interface operations {
|
|
|
7339
7376
|
execution_cost_write_count: number;
|
|
7340
7377
|
/** @description Execution cost write length. */
|
|
7341
7378
|
execution_cost_write_length: number;
|
|
7379
|
+
vm_error: string | null;
|
|
7342
7380
|
events: (({
|
|
7343
7381
|
event_index: number;
|
|
7344
7382
|
} & {
|
|
@@ -8265,6 +8303,7 @@ export interface operations {
|
|
|
8265
8303
|
execution_cost_write_count: number;
|
|
8266
8304
|
/** @description Execution cost write length. */
|
|
8267
8305
|
execution_cost_write_length: number;
|
|
8306
|
+
vm_error: string | null;
|
|
8268
8307
|
events: (({
|
|
8269
8308
|
event_index: number;
|
|
8270
8309
|
} & {
|
|
@@ -8479,6 +8518,7 @@ export interface operations {
|
|
|
8479
8518
|
execution_cost_write_count: number;
|
|
8480
8519
|
/** @description Execution cost write length. */
|
|
8481
8520
|
execution_cost_write_length: number;
|
|
8521
|
+
vm_error: string | null;
|
|
8482
8522
|
events: (({
|
|
8483
8523
|
event_index: number;
|
|
8484
8524
|
} & {
|
|
@@ -8693,6 +8733,7 @@ export interface operations {
|
|
|
8693
8733
|
execution_cost_write_count: number;
|
|
8694
8734
|
/** @description Execution cost write length. */
|
|
8695
8735
|
execution_cost_write_length: number;
|
|
8736
|
+
vm_error: string | null;
|
|
8696
8737
|
events: (({
|
|
8697
8738
|
event_index: number;
|
|
8698
8739
|
} & {
|
|
@@ -8914,6 +8955,7 @@ export interface operations {
|
|
|
8914
8955
|
execution_cost_write_count: number;
|
|
8915
8956
|
/** @description Execution cost write length. */
|
|
8916
8957
|
execution_cost_write_length: number;
|
|
8958
|
+
vm_error: string | null;
|
|
8917
8959
|
events: (({
|
|
8918
8960
|
event_index: number;
|
|
8919
8961
|
} & {
|
|
@@ -9127,6 +9169,7 @@ export interface operations {
|
|
|
9127
9169
|
execution_cost_write_count: number;
|
|
9128
9170
|
/** @description Execution cost write length. */
|
|
9129
9171
|
execution_cost_write_length: number;
|
|
9172
|
+
vm_error: string | null;
|
|
9130
9173
|
events: (({
|
|
9131
9174
|
event_index: number;
|
|
9132
9175
|
} & {
|
|
@@ -9340,6 +9383,7 @@ export interface operations {
|
|
|
9340
9383
|
execution_cost_write_count: number;
|
|
9341
9384
|
/** @description Execution cost write length. */
|
|
9342
9385
|
execution_cost_write_length: number;
|
|
9386
|
+
vm_error: string | null;
|
|
9343
9387
|
events: (({
|
|
9344
9388
|
event_index: number;
|
|
9345
9389
|
} & {
|
|
@@ -9616,6 +9660,7 @@ export interface operations {
|
|
|
9616
9660
|
execution_cost_write_count: number;
|
|
9617
9661
|
/** @description Execution cost write length. */
|
|
9618
9662
|
execution_cost_write_length: number;
|
|
9663
|
+
vm_error: string | null;
|
|
9619
9664
|
events: (({
|
|
9620
9665
|
event_index: number;
|
|
9621
9666
|
} & {
|
|
@@ -9830,6 +9875,7 @@ export interface operations {
|
|
|
9830
9875
|
execution_cost_write_count: number;
|
|
9831
9876
|
/** @description Execution cost write length. */
|
|
9832
9877
|
execution_cost_write_length: number;
|
|
9878
|
+
vm_error: string | null;
|
|
9833
9879
|
events: (({
|
|
9834
9880
|
event_index: number;
|
|
9835
9881
|
} & {
|
|
@@ -10044,6 +10090,7 @@ export interface operations {
|
|
|
10044
10090
|
execution_cost_write_count: number;
|
|
10045
10091
|
/** @description Execution cost write length. */
|
|
10046
10092
|
execution_cost_write_length: number;
|
|
10093
|
+
vm_error: string | null;
|
|
10047
10094
|
events: (({
|
|
10048
10095
|
event_index: number;
|
|
10049
10096
|
} & {
|
|
@@ -10265,6 +10312,7 @@ export interface operations {
|
|
|
10265
10312
|
execution_cost_write_count: number;
|
|
10266
10313
|
/** @description Execution cost write length. */
|
|
10267
10314
|
execution_cost_write_length: number;
|
|
10315
|
+
vm_error: string | null;
|
|
10268
10316
|
events: (({
|
|
10269
10317
|
event_index: number;
|
|
10270
10318
|
} & {
|
|
@@ -10478,6 +10526,7 @@ export interface operations {
|
|
|
10478
10526
|
execution_cost_write_count: number;
|
|
10479
10527
|
/** @description Execution cost write length. */
|
|
10480
10528
|
execution_cost_write_length: number;
|
|
10529
|
+
vm_error: string | null;
|
|
10481
10530
|
events: (({
|
|
10482
10531
|
event_index: number;
|
|
10483
10532
|
} & {
|
|
@@ -10691,6 +10740,7 @@ export interface operations {
|
|
|
10691
10740
|
execution_cost_write_count: number;
|
|
10692
10741
|
/** @description Execution cost write length. */
|
|
10693
10742
|
execution_cost_write_length: number;
|
|
10743
|
+
vm_error: string | null;
|
|
10694
10744
|
events: (({
|
|
10695
10745
|
event_index: number;
|
|
10696
10746
|
} & {
|
|
@@ -11255,6 +11305,7 @@ export interface operations {
|
|
|
11255
11305
|
execution_cost_write_count: number;
|
|
11256
11306
|
/** @description Execution cost write length. */
|
|
11257
11307
|
execution_cost_write_length: number;
|
|
11308
|
+
vm_error: string | null;
|
|
11258
11309
|
events: (({
|
|
11259
11310
|
event_index: number;
|
|
11260
11311
|
} & {
|
|
@@ -11469,6 +11520,7 @@ export interface operations {
|
|
|
11469
11520
|
execution_cost_write_count: number;
|
|
11470
11521
|
/** @description Execution cost write length. */
|
|
11471
11522
|
execution_cost_write_length: number;
|
|
11523
|
+
vm_error: string | null;
|
|
11472
11524
|
events: (({
|
|
11473
11525
|
event_index: number;
|
|
11474
11526
|
} & {
|
|
@@ -11683,6 +11735,7 @@ export interface operations {
|
|
|
11683
11735
|
execution_cost_write_count: number;
|
|
11684
11736
|
/** @description Execution cost write length. */
|
|
11685
11737
|
execution_cost_write_length: number;
|
|
11738
|
+
vm_error: string | null;
|
|
11686
11739
|
events: (({
|
|
11687
11740
|
event_index: number;
|
|
11688
11741
|
} & {
|
|
@@ -11904,6 +11957,7 @@ export interface operations {
|
|
|
11904
11957
|
execution_cost_write_count: number;
|
|
11905
11958
|
/** @description Execution cost write length. */
|
|
11906
11959
|
execution_cost_write_length: number;
|
|
11960
|
+
vm_error: string | null;
|
|
11907
11961
|
events: (({
|
|
11908
11962
|
event_index: number;
|
|
11909
11963
|
} & {
|
|
@@ -12117,6 +12171,7 @@ export interface operations {
|
|
|
12117
12171
|
execution_cost_write_count: number;
|
|
12118
12172
|
/** @description Execution cost write length. */
|
|
12119
12173
|
execution_cost_write_length: number;
|
|
12174
|
+
vm_error: string | null;
|
|
12120
12175
|
events: (({
|
|
12121
12176
|
event_index: number;
|
|
12122
12177
|
} & {
|
|
@@ -12330,6 +12385,7 @@ export interface operations {
|
|
|
12330
12385
|
execution_cost_write_count: number;
|
|
12331
12386
|
/** @description Execution cost write length. */
|
|
12332
12387
|
execution_cost_write_length: number;
|
|
12388
|
+
vm_error: string | null;
|
|
12333
12389
|
events: (({
|
|
12334
12390
|
event_index: number;
|
|
12335
12391
|
} & {
|
|
@@ -12629,6 +12685,7 @@ export interface operations {
|
|
|
12629
12685
|
execution_cost_write_count: number;
|
|
12630
12686
|
/** @description Execution cost write length. */
|
|
12631
12687
|
execution_cost_write_length: number;
|
|
12688
|
+
vm_error: string | null;
|
|
12632
12689
|
events: (({
|
|
12633
12690
|
event_index: number;
|
|
12634
12691
|
} & {
|
|
@@ -12843,6 +12900,7 @@ export interface operations {
|
|
|
12843
12900
|
execution_cost_write_count: number;
|
|
12844
12901
|
/** @description Execution cost write length. */
|
|
12845
12902
|
execution_cost_write_length: number;
|
|
12903
|
+
vm_error: string | null;
|
|
12846
12904
|
events: (({
|
|
12847
12905
|
event_index: number;
|
|
12848
12906
|
} & {
|
|
@@ -13057,6 +13115,7 @@ export interface operations {
|
|
|
13057
13115
|
execution_cost_write_count: number;
|
|
13058
13116
|
/** @description Execution cost write length. */
|
|
13059
13117
|
execution_cost_write_length: number;
|
|
13118
|
+
vm_error: string | null;
|
|
13060
13119
|
events: (({
|
|
13061
13120
|
event_index: number;
|
|
13062
13121
|
} & {
|
|
@@ -13278,6 +13337,7 @@ export interface operations {
|
|
|
13278
13337
|
execution_cost_write_count: number;
|
|
13279
13338
|
/** @description Execution cost write length. */
|
|
13280
13339
|
execution_cost_write_length: number;
|
|
13340
|
+
vm_error: string | null;
|
|
13281
13341
|
events: (({
|
|
13282
13342
|
event_index: number;
|
|
13283
13343
|
} & {
|
|
@@ -13491,6 +13551,7 @@ export interface operations {
|
|
|
13491
13551
|
execution_cost_write_count: number;
|
|
13492
13552
|
/** @description Execution cost write length. */
|
|
13493
13553
|
execution_cost_write_length: number;
|
|
13554
|
+
vm_error: string | null;
|
|
13494
13555
|
events: (({
|
|
13495
13556
|
event_index: number;
|
|
13496
13557
|
} & {
|
|
@@ -13704,6 +13765,7 @@ export interface operations {
|
|
|
13704
13765
|
execution_cost_write_count: number;
|
|
13705
13766
|
/** @description Execution cost write length. */
|
|
13706
13767
|
execution_cost_write_length: number;
|
|
13768
|
+
vm_error: string | null;
|
|
13707
13769
|
events: (({
|
|
13708
13770
|
event_index: number;
|
|
13709
13771
|
} & {
|
|
@@ -14008,6 +14070,7 @@ export interface operations {
|
|
|
14008
14070
|
execution_cost_write_count: number;
|
|
14009
14071
|
/** @description Execution cost write length. */
|
|
14010
14072
|
execution_cost_write_length: number;
|
|
14073
|
+
vm_error: string | null;
|
|
14011
14074
|
events: (({
|
|
14012
14075
|
event_index: number;
|
|
14013
14076
|
} & {
|
|
@@ -14222,6 +14285,7 @@ export interface operations {
|
|
|
14222
14285
|
execution_cost_write_count: number;
|
|
14223
14286
|
/** @description Execution cost write length. */
|
|
14224
14287
|
execution_cost_write_length: number;
|
|
14288
|
+
vm_error: string | null;
|
|
14225
14289
|
events: (({
|
|
14226
14290
|
event_index: number;
|
|
14227
14291
|
} & {
|
|
@@ -14436,6 +14500,7 @@ export interface operations {
|
|
|
14436
14500
|
execution_cost_write_count: number;
|
|
14437
14501
|
/** @description Execution cost write length. */
|
|
14438
14502
|
execution_cost_write_length: number;
|
|
14503
|
+
vm_error: string | null;
|
|
14439
14504
|
events: (({
|
|
14440
14505
|
event_index: number;
|
|
14441
14506
|
} & {
|
|
@@ -14657,6 +14722,7 @@ export interface operations {
|
|
|
14657
14722
|
execution_cost_write_count: number;
|
|
14658
14723
|
/** @description Execution cost write length. */
|
|
14659
14724
|
execution_cost_write_length: number;
|
|
14725
|
+
vm_error: string | null;
|
|
14660
14726
|
events: (({
|
|
14661
14727
|
event_index: number;
|
|
14662
14728
|
} & {
|
|
@@ -14870,6 +14936,7 @@ export interface operations {
|
|
|
14870
14936
|
execution_cost_write_count: number;
|
|
14871
14937
|
/** @description Execution cost write length. */
|
|
14872
14938
|
execution_cost_write_length: number;
|
|
14939
|
+
vm_error: string | null;
|
|
14873
14940
|
events: (({
|
|
14874
14941
|
event_index: number;
|
|
14875
14942
|
} & {
|
|
@@ -15083,6 +15150,7 @@ export interface operations {
|
|
|
15083
15150
|
execution_cost_write_count: number;
|
|
15084
15151
|
/** @description Execution cost write length. */
|
|
15085
15152
|
execution_cost_write_length: number;
|
|
15153
|
+
vm_error: string | null;
|
|
15086
15154
|
events: (({
|
|
15087
15155
|
event_index: number;
|
|
15088
15156
|
} & {
|
|
@@ -15816,6 +15884,7 @@ export interface operations {
|
|
|
15816
15884
|
execution_cost_write_count: number;
|
|
15817
15885
|
/** @description Execution cost write length. */
|
|
15818
15886
|
execution_cost_write_length: number;
|
|
15887
|
+
vm_error: string | null;
|
|
15819
15888
|
events: (({
|
|
15820
15889
|
event_index: number;
|
|
15821
15890
|
} & {
|
|
@@ -16030,6 +16099,7 @@ export interface operations {
|
|
|
16030
16099
|
execution_cost_write_count: number;
|
|
16031
16100
|
/** @description Execution cost write length. */
|
|
16032
16101
|
execution_cost_write_length: number;
|
|
16102
|
+
vm_error: string | null;
|
|
16033
16103
|
events: (({
|
|
16034
16104
|
event_index: number;
|
|
16035
16105
|
} & {
|
|
@@ -16244,6 +16314,7 @@ export interface operations {
|
|
|
16244
16314
|
execution_cost_write_count: number;
|
|
16245
16315
|
/** @description Execution cost write length. */
|
|
16246
16316
|
execution_cost_write_length: number;
|
|
16317
|
+
vm_error: string | null;
|
|
16247
16318
|
events: (({
|
|
16248
16319
|
event_index: number;
|
|
16249
16320
|
} & {
|
|
@@ -16465,6 +16536,7 @@ export interface operations {
|
|
|
16465
16536
|
execution_cost_write_count: number;
|
|
16466
16537
|
/** @description Execution cost write length. */
|
|
16467
16538
|
execution_cost_write_length: number;
|
|
16539
|
+
vm_error: string | null;
|
|
16468
16540
|
events: (({
|
|
16469
16541
|
event_index: number;
|
|
16470
16542
|
} & {
|
|
@@ -16678,6 +16750,7 @@ export interface operations {
|
|
|
16678
16750
|
execution_cost_write_count: number;
|
|
16679
16751
|
/** @description Execution cost write length. */
|
|
16680
16752
|
execution_cost_write_length: number;
|
|
16753
|
+
vm_error: string | null;
|
|
16681
16754
|
events: (({
|
|
16682
16755
|
event_index: number;
|
|
16683
16756
|
} & {
|
|
@@ -16891,6 +16964,7 @@ export interface operations {
|
|
|
16891
16964
|
execution_cost_write_count: number;
|
|
16892
16965
|
/** @description Execution cost write length. */
|
|
16893
16966
|
execution_cost_write_length: number;
|
|
16967
|
+
vm_error: string | null;
|
|
16894
16968
|
events: (({
|
|
16895
16969
|
event_index: number;
|
|
16896
16970
|
} & {
|
|
@@ -18103,6 +18177,7 @@ export interface operations {
|
|
|
18103
18177
|
execution_cost_write_count: number;
|
|
18104
18178
|
/** @description Execution cost write length. */
|
|
18105
18179
|
execution_cost_write_length: number;
|
|
18180
|
+
vm_error: string | null;
|
|
18106
18181
|
events: (({
|
|
18107
18182
|
event_index: number;
|
|
18108
18183
|
} & {
|
|
@@ -18317,6 +18392,7 @@ export interface operations {
|
|
|
18317
18392
|
execution_cost_write_count: number;
|
|
18318
18393
|
/** @description Execution cost write length. */
|
|
18319
18394
|
execution_cost_write_length: number;
|
|
18395
|
+
vm_error: string | null;
|
|
18320
18396
|
events: (({
|
|
18321
18397
|
event_index: number;
|
|
18322
18398
|
} & {
|
|
@@ -18531,6 +18607,7 @@ export interface operations {
|
|
|
18531
18607
|
execution_cost_write_count: number;
|
|
18532
18608
|
/** @description Execution cost write length. */
|
|
18533
18609
|
execution_cost_write_length: number;
|
|
18610
|
+
vm_error: string | null;
|
|
18534
18611
|
events: (({
|
|
18535
18612
|
event_index: number;
|
|
18536
18613
|
} & {
|
|
@@ -18752,6 +18829,7 @@ export interface operations {
|
|
|
18752
18829
|
execution_cost_write_count: number;
|
|
18753
18830
|
/** @description Execution cost write length. */
|
|
18754
18831
|
execution_cost_write_length: number;
|
|
18832
|
+
vm_error: string | null;
|
|
18755
18833
|
events: (({
|
|
18756
18834
|
event_index: number;
|
|
18757
18835
|
} & {
|
|
@@ -18965,6 +19043,7 @@ export interface operations {
|
|
|
18965
19043
|
execution_cost_write_count: number;
|
|
18966
19044
|
/** @description Execution cost write length. */
|
|
18967
19045
|
execution_cost_write_length: number;
|
|
19046
|
+
vm_error: string | null;
|
|
18968
19047
|
events: (({
|
|
18969
19048
|
event_index: number;
|
|
18970
19049
|
} & {
|
|
@@ -19178,6 +19257,7 @@ export interface operations {
|
|
|
19178
19257
|
execution_cost_write_count: number;
|
|
19179
19258
|
/** @description Execution cost write length. */
|
|
19180
19259
|
execution_cost_write_length: number;
|
|
19260
|
+
vm_error: string | null;
|
|
19181
19261
|
events: (({
|
|
19182
19262
|
event_index: number;
|
|
19183
19263
|
} & {
|
|
@@ -19444,6 +19524,7 @@ export interface operations {
|
|
|
19444
19524
|
execution_cost_write_count: number;
|
|
19445
19525
|
/** @description Execution cost write length. */
|
|
19446
19526
|
execution_cost_write_length: number;
|
|
19527
|
+
vm_error: string | null;
|
|
19447
19528
|
events: (({
|
|
19448
19529
|
event_index: number;
|
|
19449
19530
|
} & {
|
|
@@ -19658,6 +19739,7 @@ export interface operations {
|
|
|
19658
19739
|
execution_cost_write_count: number;
|
|
19659
19740
|
/** @description Execution cost write length. */
|
|
19660
19741
|
execution_cost_write_length: number;
|
|
19742
|
+
vm_error: string | null;
|
|
19661
19743
|
events: (({
|
|
19662
19744
|
event_index: number;
|
|
19663
19745
|
} & {
|
|
@@ -19872,6 +19954,7 @@ export interface operations {
|
|
|
19872
19954
|
execution_cost_write_count: number;
|
|
19873
19955
|
/** @description Execution cost write length. */
|
|
19874
19956
|
execution_cost_write_length: number;
|
|
19957
|
+
vm_error: string | null;
|
|
19875
19958
|
events: (({
|
|
19876
19959
|
event_index: number;
|
|
19877
19960
|
} & {
|
|
@@ -20093,6 +20176,7 @@ export interface operations {
|
|
|
20093
20176
|
execution_cost_write_count: number;
|
|
20094
20177
|
/** @description Execution cost write length. */
|
|
20095
20178
|
execution_cost_write_length: number;
|
|
20179
|
+
vm_error: string | null;
|
|
20096
20180
|
events: (({
|
|
20097
20181
|
event_index: number;
|
|
20098
20182
|
} & {
|
|
@@ -20306,6 +20390,7 @@ export interface operations {
|
|
|
20306
20390
|
execution_cost_write_count: number;
|
|
20307
20391
|
/** @description Execution cost write length. */
|
|
20308
20392
|
execution_cost_write_length: number;
|
|
20393
|
+
vm_error: string | null;
|
|
20309
20394
|
events: (({
|
|
20310
20395
|
event_index: number;
|
|
20311
20396
|
} & {
|
|
@@ -20519,6 +20604,7 @@ export interface operations {
|
|
|
20519
20604
|
execution_cost_write_count: number;
|
|
20520
20605
|
/** @description Execution cost write length. */
|
|
20521
20606
|
execution_cost_write_length: number;
|
|
20607
|
+
vm_error: string | null;
|
|
20522
20608
|
events: (({
|
|
20523
20609
|
event_index: number;
|
|
20524
20610
|
} & {
|
|
@@ -20836,6 +20922,7 @@ export interface operations {
|
|
|
20836
20922
|
execution_cost_write_count: number;
|
|
20837
20923
|
/** @description Execution cost write length. */
|
|
20838
20924
|
execution_cost_write_length: number;
|
|
20925
|
+
vm_error: string | null;
|
|
20839
20926
|
events: (({
|
|
20840
20927
|
event_index: number;
|
|
20841
20928
|
} & {
|
|
@@ -21050,6 +21137,7 @@ export interface operations {
|
|
|
21050
21137
|
execution_cost_write_count: number;
|
|
21051
21138
|
/** @description Execution cost write length. */
|
|
21052
21139
|
execution_cost_write_length: number;
|
|
21140
|
+
vm_error: string | null;
|
|
21053
21141
|
events: (({
|
|
21054
21142
|
event_index: number;
|
|
21055
21143
|
} & {
|
|
@@ -21264,6 +21352,7 @@ export interface operations {
|
|
|
21264
21352
|
execution_cost_write_count: number;
|
|
21265
21353
|
/** @description Execution cost write length. */
|
|
21266
21354
|
execution_cost_write_length: number;
|
|
21355
|
+
vm_error: string | null;
|
|
21267
21356
|
events: (({
|
|
21268
21357
|
event_index: number;
|
|
21269
21358
|
} & {
|
|
@@ -21485,6 +21574,7 @@ export interface operations {
|
|
|
21485
21574
|
execution_cost_write_count: number;
|
|
21486
21575
|
/** @description Execution cost write length. */
|
|
21487
21576
|
execution_cost_write_length: number;
|
|
21577
|
+
vm_error: string | null;
|
|
21488
21578
|
events: (({
|
|
21489
21579
|
event_index: number;
|
|
21490
21580
|
} & {
|
|
@@ -21698,6 +21788,7 @@ export interface operations {
|
|
|
21698
21788
|
execution_cost_write_count: number;
|
|
21699
21789
|
/** @description Execution cost write length. */
|
|
21700
21790
|
execution_cost_write_length: number;
|
|
21791
|
+
vm_error: string | null;
|
|
21701
21792
|
events: (({
|
|
21702
21793
|
event_index: number;
|
|
21703
21794
|
} & {
|
|
@@ -21911,6 +22002,7 @@ export interface operations {
|
|
|
21911
22002
|
execution_cost_write_count: number;
|
|
21912
22003
|
/** @description Execution cost write length. */
|
|
21913
22004
|
execution_cost_write_length: number;
|
|
22005
|
+
vm_error: string | null;
|
|
21914
22006
|
events: (({
|
|
21915
22007
|
event_index: number;
|
|
21916
22008
|
} & {
|
|
@@ -23260,6 +23352,7 @@ export interface operations {
|
|
|
23260
23352
|
execution_cost_write_count: number;
|
|
23261
23353
|
/** @description Execution cost write length. */
|
|
23262
23354
|
execution_cost_write_length: number;
|
|
23355
|
+
vm_error: string | null;
|
|
23263
23356
|
events: (({
|
|
23264
23357
|
event_index: number;
|
|
23265
23358
|
} & {
|
|
@@ -23474,6 +23567,7 @@ export interface operations {
|
|
|
23474
23567
|
execution_cost_write_count: number;
|
|
23475
23568
|
/** @description Execution cost write length. */
|
|
23476
23569
|
execution_cost_write_length: number;
|
|
23570
|
+
vm_error: string | null;
|
|
23477
23571
|
events: (({
|
|
23478
23572
|
event_index: number;
|
|
23479
23573
|
} & {
|
|
@@ -23688,6 +23782,7 @@ export interface operations {
|
|
|
23688
23782
|
execution_cost_write_count: number;
|
|
23689
23783
|
/** @description Execution cost write length. */
|
|
23690
23784
|
execution_cost_write_length: number;
|
|
23785
|
+
vm_error: string | null;
|
|
23691
23786
|
events: (({
|
|
23692
23787
|
event_index: number;
|
|
23693
23788
|
} & {
|
|
@@ -23909,6 +24004,7 @@ export interface operations {
|
|
|
23909
24004
|
execution_cost_write_count: number;
|
|
23910
24005
|
/** @description Execution cost write length. */
|
|
23911
24006
|
execution_cost_write_length: number;
|
|
24007
|
+
vm_error: string | null;
|
|
23912
24008
|
events: (({
|
|
23913
24009
|
event_index: number;
|
|
23914
24010
|
} & {
|
|
@@ -24122,6 +24218,7 @@ export interface operations {
|
|
|
24122
24218
|
execution_cost_write_count: number;
|
|
24123
24219
|
/** @description Execution cost write length. */
|
|
24124
24220
|
execution_cost_write_length: number;
|
|
24221
|
+
vm_error: string | null;
|
|
24125
24222
|
events: (({
|
|
24126
24223
|
event_index: number;
|
|
24127
24224
|
} & {
|
|
@@ -24335,6 +24432,7 @@ export interface operations {
|
|
|
24335
24432
|
execution_cost_write_count: number;
|
|
24336
24433
|
/** @description Execution cost write length. */
|
|
24337
24434
|
execution_cost_write_length: number;
|
|
24435
|
+
vm_error: string | null;
|
|
24338
24436
|
events: (({
|
|
24339
24437
|
event_index: number;
|
|
24340
24438
|
} & {
|
|
@@ -25796,6 +25894,7 @@ export interface operations {
|
|
|
25796
25894
|
execution_cost_write_count: number;
|
|
25797
25895
|
/** @description Execution cost write length. */
|
|
25798
25896
|
execution_cost_write_length: number;
|
|
25897
|
+
vm_error: string | null;
|
|
25799
25898
|
events: (({
|
|
25800
25899
|
event_index: number;
|
|
25801
25900
|
} & {
|
|
@@ -26010,6 +26109,7 @@ export interface operations {
|
|
|
26010
26109
|
execution_cost_write_count: number;
|
|
26011
26110
|
/** @description Execution cost write length. */
|
|
26012
26111
|
execution_cost_write_length: number;
|
|
26112
|
+
vm_error: string | null;
|
|
26013
26113
|
events: (({
|
|
26014
26114
|
event_index: number;
|
|
26015
26115
|
} & {
|
|
@@ -26224,6 +26324,7 @@ export interface operations {
|
|
|
26224
26324
|
execution_cost_write_count: number;
|
|
26225
26325
|
/** @description Execution cost write length. */
|
|
26226
26326
|
execution_cost_write_length: number;
|
|
26327
|
+
vm_error: string | null;
|
|
26227
26328
|
events: (({
|
|
26228
26329
|
event_index: number;
|
|
26229
26330
|
} & {
|
|
@@ -26445,6 +26546,7 @@ export interface operations {
|
|
|
26445
26546
|
execution_cost_write_count: number;
|
|
26446
26547
|
/** @description Execution cost write length. */
|
|
26447
26548
|
execution_cost_write_length: number;
|
|
26549
|
+
vm_error: string | null;
|
|
26448
26550
|
events: (({
|
|
26449
26551
|
event_index: number;
|
|
26450
26552
|
} & {
|
|
@@ -26658,6 +26760,7 @@ export interface operations {
|
|
|
26658
26760
|
execution_cost_write_count: number;
|
|
26659
26761
|
/** @description Execution cost write length. */
|
|
26660
26762
|
execution_cost_write_length: number;
|
|
26763
|
+
vm_error: string | null;
|
|
26661
26764
|
events: (({
|
|
26662
26765
|
event_index: number;
|
|
26663
26766
|
} & {
|
|
@@ -26871,6 +26974,7 @@ export interface operations {
|
|
|
26871
26974
|
execution_cost_write_count: number;
|
|
26872
26975
|
/** @description Execution cost write length. */
|
|
26873
26976
|
execution_cost_write_length: number;
|
|
26977
|
+
vm_error: string | null;
|
|
26874
26978
|
events: (({
|
|
26875
26979
|
event_index: number;
|
|
26876
26980
|
} & {
|
|
@@ -27615,6 +27719,7 @@ export interface operations {
|
|
|
27615
27719
|
execution_cost_write_count: number;
|
|
27616
27720
|
/** @description Execution cost write length. */
|
|
27617
27721
|
execution_cost_write_length: number;
|
|
27722
|
+
vm_error: string | null;
|
|
27618
27723
|
events: (({
|
|
27619
27724
|
event_index: number;
|
|
27620
27725
|
} & {
|
|
@@ -27829,6 +27934,7 @@ export interface operations {
|
|
|
27829
27934
|
execution_cost_write_count: number;
|
|
27830
27935
|
/** @description Execution cost write length. */
|
|
27831
27936
|
execution_cost_write_length: number;
|
|
27937
|
+
vm_error: string | null;
|
|
27832
27938
|
events: (({
|
|
27833
27939
|
event_index: number;
|
|
27834
27940
|
} & {
|
|
@@ -28043,6 +28149,7 @@ export interface operations {
|
|
|
28043
28149
|
execution_cost_write_count: number;
|
|
28044
28150
|
/** @description Execution cost write length. */
|
|
28045
28151
|
execution_cost_write_length: number;
|
|
28152
|
+
vm_error: string | null;
|
|
28046
28153
|
events: (({
|
|
28047
28154
|
event_index: number;
|
|
28048
28155
|
} & {
|
|
@@ -28264,6 +28371,7 @@ export interface operations {
|
|
|
28264
28371
|
execution_cost_write_count: number;
|
|
28265
28372
|
/** @description Execution cost write length. */
|
|
28266
28373
|
execution_cost_write_length: number;
|
|
28374
|
+
vm_error: string | null;
|
|
28267
28375
|
events: (({
|
|
28268
28376
|
event_index: number;
|
|
28269
28377
|
} & {
|
|
@@ -28477,6 +28585,7 @@ export interface operations {
|
|
|
28477
28585
|
execution_cost_write_count: number;
|
|
28478
28586
|
/** @description Execution cost write length. */
|
|
28479
28587
|
execution_cost_write_length: number;
|
|
28588
|
+
vm_error: string | null;
|
|
28480
28589
|
events: (({
|
|
28481
28590
|
event_index: number;
|
|
28482
28591
|
} & {
|
|
@@ -28690,6 +28799,7 @@ export interface operations {
|
|
|
28690
28799
|
execution_cost_write_count: number;
|
|
28691
28800
|
/** @description Execution cost write length. */
|
|
28692
28801
|
execution_cost_write_length: number;
|
|
28802
|
+
vm_error: string | null;
|
|
28693
28803
|
events: (({
|
|
28694
28804
|
event_index: number;
|
|
28695
28805
|
} & {
|
|
@@ -29048,6 +29158,105 @@ export interface operations {
|
|
|
29048
29158
|
};
|
|
29049
29159
|
};
|
|
29050
29160
|
};
|
|
29161
|
+
get_tenure_blocks: {
|
|
29162
|
+
parameters: {
|
|
29163
|
+
query?: {
|
|
29164
|
+
/** @description Results per page */
|
|
29165
|
+
limit?: number;
|
|
29166
|
+
/** @description Result offset */
|
|
29167
|
+
offset?: number;
|
|
29168
|
+
/** @description Cursor for pagination */
|
|
29169
|
+
cursor?: string;
|
|
29170
|
+
};
|
|
29171
|
+
header?: never;
|
|
29172
|
+
path: {
|
|
29173
|
+
/**
|
|
29174
|
+
* @description Block tenure height
|
|
29175
|
+
* @example 165453
|
|
29176
|
+
*/
|
|
29177
|
+
tenure_height: number;
|
|
29178
|
+
};
|
|
29179
|
+
cookie?: never;
|
|
29180
|
+
};
|
|
29181
|
+
requestBody?: never;
|
|
29182
|
+
responses: {
|
|
29183
|
+
/** @description Default Response */
|
|
29184
|
+
200: {
|
|
29185
|
+
headers: {
|
|
29186
|
+
[name: string]: unknown;
|
|
29187
|
+
};
|
|
29188
|
+
content: {
|
|
29189
|
+
"application/json": {
|
|
29190
|
+
/** @example 20 */
|
|
29191
|
+
limit: number;
|
|
29192
|
+
/** @example 0 */
|
|
29193
|
+
offset: number;
|
|
29194
|
+
/** @example 1 */
|
|
29195
|
+
total: number;
|
|
29196
|
+
next_cursor: string | null;
|
|
29197
|
+
prev_cursor: string | null;
|
|
29198
|
+
cursor: string | null;
|
|
29199
|
+
results: {
|
|
29200
|
+
/** @description Set to `true` if block corresponds to the canonical chain tip */
|
|
29201
|
+
canonical: boolean;
|
|
29202
|
+
/** @description Height of the block */
|
|
29203
|
+
height: number;
|
|
29204
|
+
/** @description Hash representing the block */
|
|
29205
|
+
hash: string;
|
|
29206
|
+
/** @description Unix timestamp (in seconds) indicating when this block was mined. */
|
|
29207
|
+
block_time: number;
|
|
29208
|
+
/** @description An ISO 8601 (YYYY-MM-DDTHH:mm:ss.sssZ) indicating when this block was mined. */
|
|
29209
|
+
block_time_iso: string;
|
|
29210
|
+
/** @description The tenure height (AKA coinbase height) of this block */
|
|
29211
|
+
tenure_height: number;
|
|
29212
|
+
/** @description The only hash that can uniquely identify an anchored block or an unconfirmed state trie */
|
|
29213
|
+
index_block_hash: string;
|
|
29214
|
+
/** @description Hash of the parent block */
|
|
29215
|
+
parent_block_hash: string;
|
|
29216
|
+
/** @description Index block hash of the parent block */
|
|
29217
|
+
parent_index_block_hash: string;
|
|
29218
|
+
/** @description Unix timestamp (in seconds) indicating when this block was mined. */
|
|
29219
|
+
burn_block_time: number;
|
|
29220
|
+
/** @description An ISO 8601 (YYYY-MM-DDTHH:mm:ss.sssZ) indicating when this block was mined. */
|
|
29221
|
+
burn_block_time_iso: string;
|
|
29222
|
+
/** @description Hash of the anchor chain block */
|
|
29223
|
+
burn_block_hash: string;
|
|
29224
|
+
/** @description Height of the anchor chain block */
|
|
29225
|
+
burn_block_height: number;
|
|
29226
|
+
/** @description Anchor chain transaction ID */
|
|
29227
|
+
miner_txid: string;
|
|
29228
|
+
/** @description Number of transactions included in the block */
|
|
29229
|
+
tx_count: number;
|
|
29230
|
+
/** @description Execution cost read count. */
|
|
29231
|
+
execution_cost_read_count: number;
|
|
29232
|
+
/** @description Execution cost read length. */
|
|
29233
|
+
execution_cost_read_length: number;
|
|
29234
|
+
/** @description Execution cost runtime. */
|
|
29235
|
+
execution_cost_runtime: number;
|
|
29236
|
+
/** @description Execution cost write count. */
|
|
29237
|
+
execution_cost_write_count: number;
|
|
29238
|
+
/** @description Execution cost write length. */
|
|
29239
|
+
execution_cost_write_length: number;
|
|
29240
|
+
}[];
|
|
29241
|
+
};
|
|
29242
|
+
};
|
|
29243
|
+
};
|
|
29244
|
+
/** @description Default Response */
|
|
29245
|
+
"4XX": {
|
|
29246
|
+
headers: {
|
|
29247
|
+
[name: string]: unknown;
|
|
29248
|
+
};
|
|
29249
|
+
content: {
|
|
29250
|
+
"application/json": {
|
|
29251
|
+
error: string;
|
|
29252
|
+
message?: string;
|
|
29253
|
+
} & {
|
|
29254
|
+
[key: string]: unknown;
|
|
29255
|
+
};
|
|
29256
|
+
};
|
|
29257
|
+
};
|
|
29258
|
+
};
|
|
29259
|
+
};
|
|
29051
29260
|
get_smart_contracts_status: {
|
|
29052
29261
|
parameters: {
|
|
29053
29262
|
query: {
|
|
@@ -29602,6 +29811,7 @@ export interface operations {
|
|
|
29602
29811
|
execution_cost_write_count: number;
|
|
29603
29812
|
/** @description Execution cost write length. */
|
|
29604
29813
|
execution_cost_write_length: number;
|
|
29814
|
+
vm_error: string | null;
|
|
29605
29815
|
events: (({
|
|
29606
29816
|
event_index: number;
|
|
29607
29817
|
} & {
|
|
@@ -29816,6 +30026,7 @@ export interface operations {
|
|
|
29816
30026
|
execution_cost_write_count: number;
|
|
29817
30027
|
/** @description Execution cost write length. */
|
|
29818
30028
|
execution_cost_write_length: number;
|
|
30029
|
+
vm_error: string | null;
|
|
29819
30030
|
events: (({
|
|
29820
30031
|
event_index: number;
|
|
29821
30032
|
} & {
|
|
@@ -30030,6 +30241,7 @@ export interface operations {
|
|
|
30030
30241
|
execution_cost_write_count: number;
|
|
30031
30242
|
/** @description Execution cost write length. */
|
|
30032
30243
|
execution_cost_write_length: number;
|
|
30244
|
+
vm_error: string | null;
|
|
30033
30245
|
events: (({
|
|
30034
30246
|
event_index: number;
|
|
30035
30247
|
} & {
|
|
@@ -30251,6 +30463,7 @@ export interface operations {
|
|
|
30251
30463
|
execution_cost_write_count: number;
|
|
30252
30464
|
/** @description Execution cost write length. */
|
|
30253
30465
|
execution_cost_write_length: number;
|
|
30466
|
+
vm_error: string | null;
|
|
30254
30467
|
events: (({
|
|
30255
30468
|
event_index: number;
|
|
30256
30469
|
} & {
|
|
@@ -30464,6 +30677,7 @@ export interface operations {
|
|
|
30464
30677
|
execution_cost_write_count: number;
|
|
30465
30678
|
/** @description Execution cost write length. */
|
|
30466
30679
|
execution_cost_write_length: number;
|
|
30680
|
+
vm_error: string | null;
|
|
30467
30681
|
events: (({
|
|
30468
30682
|
event_index: number;
|
|
30469
30683
|
} & {
|
|
@@ -30677,6 +30891,7 @@ export interface operations {
|
|
|
30677
30891
|
execution_cost_write_count: number;
|
|
30678
30892
|
/** @description Execution cost write length. */
|
|
30679
30893
|
execution_cost_write_length: number;
|
|
30894
|
+
vm_error: string | null;
|
|
30680
30895
|
events: (({
|
|
30681
30896
|
event_index: number;
|
|
30682
30897
|
} & {
|