@stacks/blockchain-api-client 9.0.1 → 9.0.2
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 +120 -120
- package/lib/index.d.ts +1 -0
- package/lib/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/schema.d.ts +120 -120
- package/src/index.ts +1 -0
|
@@ -2720,7 +2720,7 @@ export interface operations {
|
|
|
2720
2720
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
2721
2721
|
tx_index: number;
|
|
2722
2722
|
/** @description Status of the transaction */
|
|
2723
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
2723
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
2724
2724
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
2725
2725
|
tx_result: {
|
|
2726
2726
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -2970,7 +2970,7 @@ export interface operations {
|
|
|
2970
2970
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
2971
2971
|
tx_index: number;
|
|
2972
2972
|
/** @description Status of the transaction */
|
|
2973
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
2973
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
2974
2974
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
2975
2975
|
tx_result: {
|
|
2976
2976
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -3220,7 +3220,7 @@ export interface operations {
|
|
|
3220
3220
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
3221
3221
|
tx_index: number;
|
|
3222
3222
|
/** @description Status of the transaction */
|
|
3223
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
3223
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
3224
3224
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
3225
3225
|
tx_result: {
|
|
3226
3226
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -3477,7 +3477,7 @@ export interface operations {
|
|
|
3477
3477
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
3478
3478
|
tx_index: number;
|
|
3479
3479
|
/** @description Status of the transaction */
|
|
3480
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
3480
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
3481
3481
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
3482
3482
|
tx_result: {
|
|
3483
3483
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -3726,7 +3726,7 @@ export interface operations {
|
|
|
3726
3726
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
3727
3727
|
tx_index: number;
|
|
3728
3728
|
/** @description Status of the transaction */
|
|
3729
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
3729
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
3730
3730
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
3731
3731
|
tx_result: {
|
|
3732
3732
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -3975,7 +3975,7 @@ export interface operations {
|
|
|
3975
3975
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
3976
3976
|
tx_index: number;
|
|
3977
3977
|
/** @description Status of the transaction */
|
|
3978
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
3978
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
3979
3979
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
3980
3980
|
tx_result: {
|
|
3981
3981
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -4286,7 +4286,7 @@ export interface operations {
|
|
|
4286
4286
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
4287
4287
|
tx_index: number;
|
|
4288
4288
|
/** @description Status of the transaction */
|
|
4289
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
4289
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
4290
4290
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
4291
4291
|
tx_result: {
|
|
4292
4292
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -4536,7 +4536,7 @@ export interface operations {
|
|
|
4536
4536
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
4537
4537
|
tx_index: number;
|
|
4538
4538
|
/** @description Status of the transaction */
|
|
4539
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
4539
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
4540
4540
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
4541
4541
|
tx_result: {
|
|
4542
4542
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -4786,7 +4786,7 @@ export interface operations {
|
|
|
4786
4786
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
4787
4787
|
tx_index: number;
|
|
4788
4788
|
/** @description Status of the transaction */
|
|
4789
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
4789
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
4790
4790
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
4791
4791
|
tx_result: {
|
|
4792
4792
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -5043,7 +5043,7 @@ export interface operations {
|
|
|
5043
5043
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
5044
5044
|
tx_index: number;
|
|
5045
5045
|
/** @description Status of the transaction */
|
|
5046
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
5046
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
5047
5047
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
5048
5048
|
tx_result: {
|
|
5049
5049
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -5292,7 +5292,7 @@ export interface operations {
|
|
|
5292
5292
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
5293
5293
|
tx_index: number;
|
|
5294
5294
|
/** @description Status of the transaction */
|
|
5295
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
5295
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
5296
5296
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
5297
5297
|
tx_result: {
|
|
5298
5298
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -5541,7 +5541,7 @@ export interface operations {
|
|
|
5541
5541
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
5542
5542
|
tx_index: number;
|
|
5543
5543
|
/** @description Status of the transaction */
|
|
5544
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
5544
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
5545
5545
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
5546
5546
|
tx_result: {
|
|
5547
5547
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -7772,7 +7772,7 @@ export interface operations {
|
|
|
7772
7772
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
7773
7773
|
tx_index: number;
|
|
7774
7774
|
/** @description Status of the transaction */
|
|
7775
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
7775
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
7776
7776
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
7777
7777
|
tx_result: {
|
|
7778
7778
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -8022,7 +8022,7 @@ export interface operations {
|
|
|
8022
8022
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
8023
8023
|
tx_index: number;
|
|
8024
8024
|
/** @description Status of the transaction */
|
|
8025
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
8025
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
8026
8026
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
8027
8027
|
tx_result: {
|
|
8028
8028
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -8272,7 +8272,7 @@ export interface operations {
|
|
|
8272
8272
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
8273
8273
|
tx_index: number;
|
|
8274
8274
|
/** @description Status of the transaction */
|
|
8275
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
8275
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
8276
8276
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
8277
8277
|
tx_result: {
|
|
8278
8278
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -8529,7 +8529,7 @@ export interface operations {
|
|
|
8529
8529
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
8530
8530
|
tx_index: number;
|
|
8531
8531
|
/** @description Status of the transaction */
|
|
8532
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
8532
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
8533
8533
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
8534
8534
|
tx_result: {
|
|
8535
8535
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -8778,7 +8778,7 @@ export interface operations {
|
|
|
8778
8778
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
8779
8779
|
tx_index: number;
|
|
8780
8780
|
/** @description Status of the transaction */
|
|
8781
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
8781
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
8782
8782
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
8783
8783
|
tx_result: {
|
|
8784
8784
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -9027,7 +9027,7 @@ export interface operations {
|
|
|
9027
9027
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
9028
9028
|
tx_index: number;
|
|
9029
9029
|
/** @description Status of the transaction */
|
|
9030
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
9030
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
9031
9031
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
9032
9032
|
tx_result: {
|
|
9033
9033
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -10207,7 +10207,7 @@ export interface operations {
|
|
|
10207
10207
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
10208
10208
|
tx_index: number;
|
|
10209
10209
|
/** @description Status of the transaction */
|
|
10210
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
10210
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
10211
10211
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
10212
10212
|
tx_result: {
|
|
10213
10213
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -10457,7 +10457,7 @@ export interface operations {
|
|
|
10457
10457
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
10458
10458
|
tx_index: number;
|
|
10459
10459
|
/** @description Status of the transaction */
|
|
10460
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
10460
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
10461
10461
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
10462
10462
|
tx_result: {
|
|
10463
10463
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -10707,7 +10707,7 @@ export interface operations {
|
|
|
10707
10707
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
10708
10708
|
tx_index: number;
|
|
10709
10709
|
/** @description Status of the transaction */
|
|
10710
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
10710
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
10711
10711
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
10712
10712
|
tx_result: {
|
|
10713
10713
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -10964,7 +10964,7 @@ export interface operations {
|
|
|
10964
10964
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
10965
10965
|
tx_index: number;
|
|
10966
10966
|
/** @description Status of the transaction */
|
|
10967
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
10967
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
10968
10968
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
10969
10969
|
tx_result: {
|
|
10970
10970
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -11213,7 +11213,7 @@ export interface operations {
|
|
|
11213
11213
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
11214
11214
|
tx_index: number;
|
|
11215
11215
|
/** @description Status of the transaction */
|
|
11216
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
11216
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
11217
11217
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
11218
11218
|
tx_result: {
|
|
11219
11219
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -11462,7 +11462,7 @@ export interface operations {
|
|
|
11462
11462
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
11463
11463
|
tx_index: number;
|
|
11464
11464
|
/** @description Status of the transaction */
|
|
11465
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
11465
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
11466
11466
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
11467
11467
|
tx_result: {
|
|
11468
11468
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -11776,7 +11776,7 @@ export interface operations {
|
|
|
11776
11776
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
11777
11777
|
tx_index: number;
|
|
11778
11778
|
/** @description Status of the transaction */
|
|
11779
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
11779
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
11780
11780
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
11781
11781
|
tx_result: {
|
|
11782
11782
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -12026,7 +12026,7 @@ export interface operations {
|
|
|
12026
12026
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
12027
12027
|
tx_index: number;
|
|
12028
12028
|
/** @description Status of the transaction */
|
|
12029
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
12029
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
12030
12030
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
12031
12031
|
tx_result: {
|
|
12032
12032
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -12276,7 +12276,7 @@ export interface operations {
|
|
|
12276
12276
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
12277
12277
|
tx_index: number;
|
|
12278
12278
|
/** @description Status of the transaction */
|
|
12279
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
12279
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
12280
12280
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
12281
12281
|
tx_result: {
|
|
12282
12282
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -12533,7 +12533,7 @@ export interface operations {
|
|
|
12533
12533
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
12534
12534
|
tx_index: number;
|
|
12535
12535
|
/** @description Status of the transaction */
|
|
12536
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
12536
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
12537
12537
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
12538
12538
|
tx_result: {
|
|
12539
12539
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -12782,7 +12782,7 @@ export interface operations {
|
|
|
12782
12782
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
12783
12783
|
tx_index: number;
|
|
12784
12784
|
/** @description Status of the transaction */
|
|
12785
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
12785
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
12786
12786
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
12787
12787
|
tx_result: {
|
|
12788
12788
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -13031,7 +13031,7 @@ export interface operations {
|
|
|
13031
13031
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
13032
13032
|
tx_index: number;
|
|
13033
13033
|
/** @description Status of the transaction */
|
|
13034
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
13034
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
13035
13035
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
13036
13036
|
tx_result: {
|
|
13037
13037
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -13627,7 +13627,7 @@ export interface operations {
|
|
|
13627
13627
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
13628
13628
|
tx_index: number;
|
|
13629
13629
|
/** @description Status of the transaction */
|
|
13630
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
13630
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
13631
13631
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
13632
13632
|
tx_result: {
|
|
13633
13633
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -13877,7 +13877,7 @@ export interface operations {
|
|
|
13877
13877
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
13878
13878
|
tx_index: number;
|
|
13879
13879
|
/** @description Status of the transaction */
|
|
13880
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
13880
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
13881
13881
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
13882
13882
|
tx_result: {
|
|
13883
13883
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -14127,7 +14127,7 @@ export interface operations {
|
|
|
14127
14127
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
14128
14128
|
tx_index: number;
|
|
14129
14129
|
/** @description Status of the transaction */
|
|
14130
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
14130
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
14131
14131
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
14132
14132
|
tx_result: {
|
|
14133
14133
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -14384,7 +14384,7 @@ export interface operations {
|
|
|
14384
14384
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
14385
14385
|
tx_index: number;
|
|
14386
14386
|
/** @description Status of the transaction */
|
|
14387
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
14387
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
14388
14388
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
14389
14389
|
tx_result: {
|
|
14390
14390
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -14633,7 +14633,7 @@ export interface operations {
|
|
|
14633
14633
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
14634
14634
|
tx_index: number;
|
|
14635
14635
|
/** @description Status of the transaction */
|
|
14636
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
14636
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
14637
14637
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
14638
14638
|
tx_result: {
|
|
14639
14639
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -14882,7 +14882,7 @@ export interface operations {
|
|
|
14882
14882
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
14883
14883
|
tx_index: number;
|
|
14884
14884
|
/** @description Status of the transaction */
|
|
14885
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
14885
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
14886
14886
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
14887
14887
|
tx_result: {
|
|
14888
14888
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -15217,7 +15217,7 @@ export interface operations {
|
|
|
15217
15217
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
15218
15218
|
tx_index: number;
|
|
15219
15219
|
/** @description Status of the transaction */
|
|
15220
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
15220
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
15221
15221
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
15222
15222
|
tx_result: {
|
|
15223
15223
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -15467,7 +15467,7 @@ export interface operations {
|
|
|
15467
15467
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
15468
15468
|
tx_index: number;
|
|
15469
15469
|
/** @description Status of the transaction */
|
|
15470
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
15470
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
15471
15471
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
15472
15472
|
tx_result: {
|
|
15473
15473
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -15717,7 +15717,7 @@ export interface operations {
|
|
|
15717
15717
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
15718
15718
|
tx_index: number;
|
|
15719
15719
|
/** @description Status of the transaction */
|
|
15720
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
15720
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
15721
15721
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
15722
15722
|
tx_result: {
|
|
15723
15723
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -15974,7 +15974,7 @@ export interface operations {
|
|
|
15974
15974
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
15975
15975
|
tx_index: number;
|
|
15976
15976
|
/** @description Status of the transaction */
|
|
15977
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
15977
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
15978
15978
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
15979
15979
|
tx_result: {
|
|
15980
15980
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -16223,7 +16223,7 @@ export interface operations {
|
|
|
16223
16223
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
16224
16224
|
tx_index: number;
|
|
16225
16225
|
/** @description Status of the transaction */
|
|
16226
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
16226
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
16227
16227
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
16228
16228
|
tx_result: {
|
|
16229
16229
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -16472,7 +16472,7 @@ export interface operations {
|
|
|
16472
16472
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
16473
16473
|
tx_index: number;
|
|
16474
16474
|
/** @description Status of the transaction */
|
|
16475
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
16475
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
16476
16476
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
16477
16477
|
tx_result: {
|
|
16478
16478
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -16812,7 +16812,7 @@ export interface operations {
|
|
|
16812
16812
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
16813
16813
|
tx_index: number;
|
|
16814
16814
|
/** @description Status of the transaction */
|
|
16815
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
16815
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
16816
16816
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
16817
16817
|
tx_result: {
|
|
16818
16818
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -17062,7 +17062,7 @@ export interface operations {
|
|
|
17062
17062
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
17063
17063
|
tx_index: number;
|
|
17064
17064
|
/** @description Status of the transaction */
|
|
17065
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
17065
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
17066
17066
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
17067
17067
|
tx_result: {
|
|
17068
17068
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -17312,7 +17312,7 @@ export interface operations {
|
|
|
17312
17312
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
17313
17313
|
tx_index: number;
|
|
17314
17314
|
/** @description Status of the transaction */
|
|
17315
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
17315
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
17316
17316
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
17317
17317
|
tx_result: {
|
|
17318
17318
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -17569,7 +17569,7 @@ export interface operations {
|
|
|
17569
17569
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
17570
17570
|
tx_index: number;
|
|
17571
17571
|
/** @description Status of the transaction */
|
|
17572
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
17572
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
17573
17573
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
17574
17574
|
tx_result: {
|
|
17575
17575
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -17818,7 +17818,7 @@ export interface operations {
|
|
|
17818
17818
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
17819
17819
|
tx_index: number;
|
|
17820
17820
|
/** @description Status of the transaction */
|
|
17821
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
17821
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
17822
17822
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
17823
17823
|
tx_result: {
|
|
17824
17824
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -18067,7 +18067,7 @@ export interface operations {
|
|
|
18067
18067
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
18068
18068
|
tx_index: number;
|
|
18069
18069
|
/** @description Status of the transaction */
|
|
18070
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
18070
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
18071
18071
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
18072
18072
|
tx_result: {
|
|
18073
18073
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -18836,7 +18836,7 @@ export interface operations {
|
|
|
18836
18836
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
18837
18837
|
tx_index: number;
|
|
18838
18838
|
/** @description Status of the transaction */
|
|
18839
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
18839
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
18840
18840
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
18841
18841
|
tx_result: {
|
|
18842
18842
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -19086,7 +19086,7 @@ export interface operations {
|
|
|
19086
19086
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
19087
19087
|
tx_index: number;
|
|
19088
19088
|
/** @description Status of the transaction */
|
|
19089
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
19089
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
19090
19090
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
19091
19091
|
tx_result: {
|
|
19092
19092
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -19336,7 +19336,7 @@ export interface operations {
|
|
|
19336
19336
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
19337
19337
|
tx_index: number;
|
|
19338
19338
|
/** @description Status of the transaction */
|
|
19339
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
19339
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
19340
19340
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
19341
19341
|
tx_result: {
|
|
19342
19342
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -19593,7 +19593,7 @@ export interface operations {
|
|
|
19593
19593
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
19594
19594
|
tx_index: number;
|
|
19595
19595
|
/** @description Status of the transaction */
|
|
19596
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
19596
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
19597
19597
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
19598
19598
|
tx_result: {
|
|
19599
19599
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -19842,7 +19842,7 @@ export interface operations {
|
|
|
19842
19842
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
19843
19843
|
tx_index: number;
|
|
19844
19844
|
/** @description Status of the transaction */
|
|
19845
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
19845
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
19846
19846
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
19847
19847
|
tx_result: {
|
|
19848
19848
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -20091,7 +20091,7 @@ export interface operations {
|
|
|
20091
20091
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
20092
20092
|
tx_index: number;
|
|
20093
20093
|
/** @description Status of the transaction */
|
|
20094
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
20094
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
20095
20095
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
20096
20096
|
tx_result: {
|
|
20097
20097
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -21341,7 +21341,7 @@ export interface operations {
|
|
|
21341
21341
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
21342
21342
|
tx_index: number;
|
|
21343
21343
|
/** @description Status of the transaction */
|
|
21344
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
21344
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
21345
21345
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
21346
21346
|
tx_result: {
|
|
21347
21347
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -21591,7 +21591,7 @@ export interface operations {
|
|
|
21591
21591
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
21592
21592
|
tx_index: number;
|
|
21593
21593
|
/** @description Status of the transaction */
|
|
21594
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
21594
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
21595
21595
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
21596
21596
|
tx_result: {
|
|
21597
21597
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -21841,7 +21841,7 @@ export interface operations {
|
|
|
21841
21841
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
21842
21842
|
tx_index: number;
|
|
21843
21843
|
/** @description Status of the transaction */
|
|
21844
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
21844
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
21845
21845
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
21846
21846
|
tx_result: {
|
|
21847
21847
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -22098,7 +22098,7 @@ export interface operations {
|
|
|
22098
22098
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
22099
22099
|
tx_index: number;
|
|
22100
22100
|
/** @description Status of the transaction */
|
|
22101
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
22101
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
22102
22102
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
22103
22103
|
tx_result: {
|
|
22104
22104
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -22347,7 +22347,7 @@ export interface operations {
|
|
|
22347
22347
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
22348
22348
|
tx_index: number;
|
|
22349
22349
|
/** @description Status of the transaction */
|
|
22350
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
22350
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
22351
22351
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
22352
22352
|
tx_result: {
|
|
22353
22353
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -22596,7 +22596,7 @@ export interface operations {
|
|
|
22596
22596
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
22597
22597
|
tx_index: number;
|
|
22598
22598
|
/** @description Status of the transaction */
|
|
22599
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
22599
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
22600
22600
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
22601
22601
|
tx_result: {
|
|
22602
22602
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -22898,7 +22898,7 @@ export interface operations {
|
|
|
22898
22898
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
22899
22899
|
tx_index: number;
|
|
22900
22900
|
/** @description Status of the transaction */
|
|
22901
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
22901
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
22902
22902
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
22903
22903
|
tx_result: {
|
|
22904
22904
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -23148,7 +23148,7 @@ export interface operations {
|
|
|
23148
23148
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
23149
23149
|
tx_index: number;
|
|
23150
23150
|
/** @description Status of the transaction */
|
|
23151
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
23151
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
23152
23152
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
23153
23153
|
tx_result: {
|
|
23154
23154
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -23398,7 +23398,7 @@ export interface operations {
|
|
|
23398
23398
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
23399
23399
|
tx_index: number;
|
|
23400
23400
|
/** @description Status of the transaction */
|
|
23401
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
23401
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
23402
23402
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
23403
23403
|
tx_result: {
|
|
23404
23404
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -23655,7 +23655,7 @@ export interface operations {
|
|
|
23655
23655
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
23656
23656
|
tx_index: number;
|
|
23657
23657
|
/** @description Status of the transaction */
|
|
23658
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
23658
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
23659
23659
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
23660
23660
|
tx_result: {
|
|
23661
23661
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -23904,7 +23904,7 @@ export interface operations {
|
|
|
23904
23904
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
23905
23905
|
tx_index: number;
|
|
23906
23906
|
/** @description Status of the transaction */
|
|
23907
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
23907
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
23908
23908
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
23909
23909
|
tx_result: {
|
|
23910
23910
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -24153,7 +24153,7 @@ export interface operations {
|
|
|
24153
24153
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
24154
24154
|
tx_index: number;
|
|
24155
24155
|
/** @description Status of the transaction */
|
|
24156
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
24156
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
24157
24157
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
24158
24158
|
tx_result: {
|
|
24159
24159
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -24506,7 +24506,7 @@ export interface operations {
|
|
|
24506
24506
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
24507
24507
|
tx_index: number;
|
|
24508
24508
|
/** @description Status of the transaction */
|
|
24509
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
24509
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
24510
24510
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
24511
24511
|
tx_result: {
|
|
24512
24512
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -24756,7 +24756,7 @@ export interface operations {
|
|
|
24756
24756
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
24757
24757
|
tx_index: number;
|
|
24758
24758
|
/** @description Status of the transaction */
|
|
24759
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
24759
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
24760
24760
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
24761
24761
|
tx_result: {
|
|
24762
24762
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -25006,7 +25006,7 @@ export interface operations {
|
|
|
25006
25006
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
25007
25007
|
tx_index: number;
|
|
25008
25008
|
/** @description Status of the transaction */
|
|
25009
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
25009
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
25010
25010
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
25011
25011
|
tx_result: {
|
|
25012
25012
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -25263,7 +25263,7 @@ export interface operations {
|
|
|
25263
25263
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
25264
25264
|
tx_index: number;
|
|
25265
25265
|
/** @description Status of the transaction */
|
|
25266
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
25266
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
25267
25267
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
25268
25268
|
tx_result: {
|
|
25269
25269
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -25512,7 +25512,7 @@ export interface operations {
|
|
|
25512
25512
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
25513
25513
|
tx_index: number;
|
|
25514
25514
|
/** @description Status of the transaction */
|
|
25515
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
25515
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
25516
25516
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
25517
25517
|
tx_result: {
|
|
25518
25518
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -25761,7 +25761,7 @@ export interface operations {
|
|
|
25761
25761
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
25762
25762
|
tx_index: number;
|
|
25763
25763
|
/** @description Status of the transaction */
|
|
25764
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
25764
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
25765
25765
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
25766
25766
|
tx_result: {
|
|
25767
25767
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -27364,7 +27364,7 @@ export interface operations {
|
|
|
27364
27364
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
27365
27365
|
tx_index: number;
|
|
27366
27366
|
/** @description Status of the transaction */
|
|
27367
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
27367
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
27368
27368
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
27369
27369
|
tx_result: {
|
|
27370
27370
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -27614,7 +27614,7 @@ export interface operations {
|
|
|
27614
27614
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
27615
27615
|
tx_index: number;
|
|
27616
27616
|
/** @description Status of the transaction */
|
|
27617
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
27617
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
27618
27618
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
27619
27619
|
tx_result: {
|
|
27620
27620
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -27864,7 +27864,7 @@ export interface operations {
|
|
|
27864
27864
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
27865
27865
|
tx_index: number;
|
|
27866
27866
|
/** @description Status of the transaction */
|
|
27867
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
27867
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
27868
27868
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
27869
27869
|
tx_result: {
|
|
27870
27870
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -28121,7 +28121,7 @@ export interface operations {
|
|
|
28121
28121
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
28122
28122
|
tx_index: number;
|
|
28123
28123
|
/** @description Status of the transaction */
|
|
28124
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
28124
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
28125
28125
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
28126
28126
|
tx_result: {
|
|
28127
28127
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -28370,7 +28370,7 @@ export interface operations {
|
|
|
28370
28370
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
28371
28371
|
tx_index: number;
|
|
28372
28372
|
/** @description Status of the transaction */
|
|
28373
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
28373
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
28374
28374
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
28375
28375
|
tx_result: {
|
|
28376
28376
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -28619,7 +28619,7 @@ export interface operations {
|
|
|
28619
28619
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
28620
28620
|
tx_index: number;
|
|
28621
28621
|
/** @description Status of the transaction */
|
|
28622
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
28622
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
28623
28623
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
28624
28624
|
tx_result: {
|
|
28625
28625
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -30548,7 +30548,7 @@ export interface operations {
|
|
|
30548
30548
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
30549
30549
|
tx_index: number;
|
|
30550
30550
|
/** @description Status of the transaction */
|
|
30551
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
30551
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
30552
30552
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
30553
30553
|
tx_result: {
|
|
30554
30554
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -30798,7 +30798,7 @@ export interface operations {
|
|
|
30798
30798
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
30799
30799
|
tx_index: number;
|
|
30800
30800
|
/** @description Status of the transaction */
|
|
30801
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
30801
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
30802
30802
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
30803
30803
|
tx_result: {
|
|
30804
30804
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -31048,7 +31048,7 @@ export interface operations {
|
|
|
31048
31048
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
31049
31049
|
tx_index: number;
|
|
31050
31050
|
/** @description Status of the transaction */
|
|
31051
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
31051
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
31052
31052
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
31053
31053
|
tx_result: {
|
|
31054
31054
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -31305,7 +31305,7 @@ export interface operations {
|
|
|
31305
31305
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
31306
31306
|
tx_index: number;
|
|
31307
31307
|
/** @description Status of the transaction */
|
|
31308
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
31308
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
31309
31309
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
31310
31310
|
tx_result: {
|
|
31311
31311
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -31554,7 +31554,7 @@ export interface operations {
|
|
|
31554
31554
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
31555
31555
|
tx_index: number;
|
|
31556
31556
|
/** @description Status of the transaction */
|
|
31557
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
31557
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
31558
31558
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
31559
31559
|
tx_result: {
|
|
31560
31560
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -31803,7 +31803,7 @@ export interface operations {
|
|
|
31803
31803
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
31804
31804
|
tx_index: number;
|
|
31805
31805
|
/** @description Status of the transaction */
|
|
31806
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
31806
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
31807
31807
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
31808
31808
|
tx_result: {
|
|
31809
31809
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -32717,7 +32717,7 @@ export interface operations {
|
|
|
32717
32717
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
32718
32718
|
tx_index: number;
|
|
32719
32719
|
/** @description Status of the transaction */
|
|
32720
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
32720
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
32721
32721
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
32722
32722
|
tx_result: {
|
|
32723
32723
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -32967,7 +32967,7 @@ export interface operations {
|
|
|
32967
32967
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
32968
32968
|
tx_index: number;
|
|
32969
32969
|
/** @description Status of the transaction */
|
|
32970
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
32970
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
32971
32971
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
32972
32972
|
tx_result: {
|
|
32973
32973
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -33217,7 +33217,7 @@ export interface operations {
|
|
|
33217
33217
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
33218
33218
|
tx_index: number;
|
|
33219
33219
|
/** @description Status of the transaction */
|
|
33220
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
33220
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
33221
33221
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
33222
33222
|
tx_result: {
|
|
33223
33223
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -33474,7 +33474,7 @@ export interface operations {
|
|
|
33474
33474
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
33475
33475
|
tx_index: number;
|
|
33476
33476
|
/** @description Status of the transaction */
|
|
33477
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
33477
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
33478
33478
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
33479
33479
|
tx_result: {
|
|
33480
33480
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -33723,7 +33723,7 @@ export interface operations {
|
|
|
33723
33723
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
33724
33724
|
tx_index: number;
|
|
33725
33725
|
/** @description Status of the transaction */
|
|
33726
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
33726
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
33727
33727
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
33728
33728
|
tx_result: {
|
|
33729
33729
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -33972,7 +33972,7 @@ export interface operations {
|
|
|
33972
33972
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
33973
33973
|
tx_index: number;
|
|
33974
33974
|
/** @description Status of the transaction */
|
|
33975
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
33975
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
33976
33976
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
33977
33977
|
tx_result: {
|
|
33978
33978
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -35158,7 +35158,7 @@ export interface operations {
|
|
|
35158
35158
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
35159
35159
|
tx_index: number;
|
|
35160
35160
|
/** @description Status of the transaction */
|
|
35161
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
35161
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
35162
35162
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
35163
35163
|
tx_result: {
|
|
35164
35164
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -35408,7 +35408,7 @@ export interface operations {
|
|
|
35408
35408
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
35409
35409
|
tx_index: number;
|
|
35410
35410
|
/** @description Status of the transaction */
|
|
35411
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
35411
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
35412
35412
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
35413
35413
|
tx_result: {
|
|
35414
35414
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -35658,7 +35658,7 @@ export interface operations {
|
|
|
35658
35658
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
35659
35659
|
tx_index: number;
|
|
35660
35660
|
/** @description Status of the transaction */
|
|
35661
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
35661
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
35662
35662
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
35663
35663
|
tx_result: {
|
|
35664
35664
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -35915,7 +35915,7 @@ export interface operations {
|
|
|
35915
35915
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
35916
35916
|
tx_index: number;
|
|
35917
35917
|
/** @description Status of the transaction */
|
|
35918
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
35918
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
35919
35919
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
35920
35920
|
tx_result: {
|
|
35921
35921
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -36164,7 +36164,7 @@ export interface operations {
|
|
|
36164
36164
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
36165
36165
|
tx_index: number;
|
|
36166
36166
|
/** @description Status of the transaction */
|
|
36167
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
36167
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
36168
36168
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
36169
36169
|
tx_result: {
|
|
36170
36170
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -36413,7 +36413,7 @@ export interface operations {
|
|
|
36413
36413
|
/** @description Index of the transaction, indicating the order. Starts at `0` and increases with each transaction */
|
|
36414
36414
|
tx_index: number;
|
|
36415
36415
|
/** @description Status of the transaction */
|
|
36416
|
-
tx_status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
36416
|
+
tx_status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
36417
36417
|
/** @description Result of the transaction. For contract calls, this will show the value returned by the call. For other transaction types, this will return a boolean indicating the success of the transaction. */
|
|
36418
36418
|
tx_result: {
|
|
36419
36419
|
/** @description Hex string representing the value fo the transaction result */
|
|
@@ -36961,7 +36961,7 @@ export interface operations {
|
|
|
36961
36961
|
time: number;
|
|
36962
36962
|
};
|
|
36963
36963
|
/** @description Status of the transaction */
|
|
36964
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
36964
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
36965
36965
|
/** @enum {string} */
|
|
36966
36966
|
type: "token_transfer";
|
|
36967
36967
|
token_transfer: {
|
|
@@ -37009,7 +37009,7 @@ export interface operations {
|
|
|
37009
37009
|
time: number;
|
|
37010
37010
|
};
|
|
37011
37011
|
/** @description Status of the transaction */
|
|
37012
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
37012
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
37013
37013
|
/** @enum {string} */
|
|
37014
37014
|
type: "smart_contract";
|
|
37015
37015
|
smart_contract: {
|
|
@@ -37053,7 +37053,7 @@ export interface operations {
|
|
|
37053
37053
|
time: number;
|
|
37054
37054
|
};
|
|
37055
37055
|
/** @description Status of the transaction */
|
|
37056
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
37056
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
37057
37057
|
/** @enum {string} */
|
|
37058
37058
|
type: "contract_call";
|
|
37059
37059
|
contract_call: {
|
|
@@ -37098,7 +37098,7 @@ export interface operations {
|
|
|
37098
37098
|
time: number;
|
|
37099
37099
|
};
|
|
37100
37100
|
/** @description Status of the transaction */
|
|
37101
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
37101
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
37102
37102
|
/** @enum {string} */
|
|
37103
37103
|
type: "poison_microblock";
|
|
37104
37104
|
} | {
|
|
@@ -37137,7 +37137,7 @@ export interface operations {
|
|
|
37137
37137
|
time: number;
|
|
37138
37138
|
};
|
|
37139
37139
|
/** @description Status of the transaction */
|
|
37140
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
37140
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
37141
37141
|
/** @enum {string} */
|
|
37142
37142
|
type: "coinbase";
|
|
37143
37143
|
coinbase: {
|
|
@@ -37179,7 +37179,7 @@ export interface operations {
|
|
|
37179
37179
|
time: number;
|
|
37180
37180
|
};
|
|
37181
37181
|
/** @description Status of the transaction */
|
|
37182
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
37182
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
37183
37183
|
/** @enum {string} */
|
|
37184
37184
|
type: "tenure_change";
|
|
37185
37185
|
tenure_change: {
|
|
@@ -37501,7 +37501,7 @@ export interface operations {
|
|
|
37501
37501
|
time: number;
|
|
37502
37502
|
};
|
|
37503
37503
|
/** @description Status of the transaction */
|
|
37504
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
37504
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
37505
37505
|
/** @enum {string} */
|
|
37506
37506
|
type: "token_transfer";
|
|
37507
37507
|
token_transfer: {
|
|
@@ -37549,7 +37549,7 @@ export interface operations {
|
|
|
37549
37549
|
time: number;
|
|
37550
37550
|
};
|
|
37551
37551
|
/** @description Status of the transaction */
|
|
37552
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
37552
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
37553
37553
|
/** @enum {string} */
|
|
37554
37554
|
type: "smart_contract";
|
|
37555
37555
|
smart_contract: {
|
|
@@ -37593,7 +37593,7 @@ export interface operations {
|
|
|
37593
37593
|
time: number;
|
|
37594
37594
|
};
|
|
37595
37595
|
/** @description Status of the transaction */
|
|
37596
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
37596
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
37597
37597
|
/** @enum {string} */
|
|
37598
37598
|
type: "contract_call";
|
|
37599
37599
|
contract_call: {
|
|
@@ -37638,7 +37638,7 @@ export interface operations {
|
|
|
37638
37638
|
time: number;
|
|
37639
37639
|
};
|
|
37640
37640
|
/** @description Status of the transaction */
|
|
37641
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
37641
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
37642
37642
|
/** @enum {string} */
|
|
37643
37643
|
type: "poison_microblock";
|
|
37644
37644
|
} | {
|
|
@@ -37677,7 +37677,7 @@ export interface operations {
|
|
|
37677
37677
|
time: number;
|
|
37678
37678
|
};
|
|
37679
37679
|
/** @description Status of the transaction */
|
|
37680
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
37680
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
37681
37681
|
/** @enum {string} */
|
|
37682
37682
|
type: "coinbase";
|
|
37683
37683
|
coinbase: {
|
|
@@ -37719,7 +37719,7 @@ export interface operations {
|
|
|
37719
37719
|
time: number;
|
|
37720
37720
|
};
|
|
37721
37721
|
/** @description Status of the transaction */
|
|
37722
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
37722
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
37723
37723
|
/** @enum {string} */
|
|
37724
37724
|
type: "tenure_change";
|
|
37725
37725
|
tenure_change: {
|
|
@@ -39340,7 +39340,7 @@ export interface operations {
|
|
|
39340
39340
|
time: number;
|
|
39341
39341
|
};
|
|
39342
39342
|
/** @description Status of the transaction */
|
|
39343
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
39343
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
39344
39344
|
/** @enum {string} */
|
|
39345
39345
|
type: "token_transfer";
|
|
39346
39346
|
token_transfer: {
|
|
@@ -39388,7 +39388,7 @@ export interface operations {
|
|
|
39388
39388
|
time: number;
|
|
39389
39389
|
};
|
|
39390
39390
|
/** @description Status of the transaction */
|
|
39391
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
39391
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
39392
39392
|
/** @enum {string} */
|
|
39393
39393
|
type: "smart_contract";
|
|
39394
39394
|
smart_contract: {
|
|
@@ -39432,7 +39432,7 @@ export interface operations {
|
|
|
39432
39432
|
time: number;
|
|
39433
39433
|
};
|
|
39434
39434
|
/** @description Status of the transaction */
|
|
39435
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
39435
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
39436
39436
|
/** @enum {string} */
|
|
39437
39437
|
type: "contract_call";
|
|
39438
39438
|
contract_call: {
|
|
@@ -39477,7 +39477,7 @@ export interface operations {
|
|
|
39477
39477
|
time: number;
|
|
39478
39478
|
};
|
|
39479
39479
|
/** @description Status of the transaction */
|
|
39480
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
39480
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
39481
39481
|
/** @enum {string} */
|
|
39482
39482
|
type: "poison_microblock";
|
|
39483
39483
|
} | {
|
|
@@ -39516,7 +39516,7 @@ export interface operations {
|
|
|
39516
39516
|
time: number;
|
|
39517
39517
|
};
|
|
39518
39518
|
/** @description Status of the transaction */
|
|
39519
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
39519
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
39520
39520
|
/** @enum {string} */
|
|
39521
39521
|
type: "coinbase";
|
|
39522
39522
|
coinbase: {
|
|
@@ -39558,7 +39558,7 @@ export interface operations {
|
|
|
39558
39558
|
time: number;
|
|
39559
39559
|
};
|
|
39560
39560
|
/** @description Status of the transaction */
|
|
39561
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
39561
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
39562
39562
|
/** @enum {string} */
|
|
39563
39563
|
type: "tenure_change";
|
|
39564
39564
|
tenure_change: {
|
|
@@ -39645,7 +39645,7 @@ export interface operations {
|
|
|
39645
39645
|
time: number;
|
|
39646
39646
|
};
|
|
39647
39647
|
/** @description Status of the transaction */
|
|
39648
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
39648
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
39649
39649
|
parent_block: {
|
|
39650
39650
|
/** @description Hash of the parent block */
|
|
39651
39651
|
hash: string;
|
|
@@ -39823,7 +39823,7 @@ export interface operations {
|
|
|
39823
39823
|
time: number;
|
|
39824
39824
|
};
|
|
39825
39825
|
/** @description Status of the transaction */
|
|
39826
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
39826
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
39827
39827
|
parent_block: {
|
|
39828
39828
|
/** @description Hash of the parent block */
|
|
39829
39829
|
hash: string;
|
|
@@ -39998,7 +39998,7 @@ export interface operations {
|
|
|
39998
39998
|
time: number;
|
|
39999
39999
|
};
|
|
40000
40000
|
/** @description Status of the transaction */
|
|
40001
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
40001
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
40002
40002
|
parent_block: {
|
|
40003
40003
|
/** @description Hash of the parent block */
|
|
40004
40004
|
hash: string;
|
|
@@ -40177,7 +40177,7 @@ export interface operations {
|
|
|
40177
40177
|
time: number;
|
|
40178
40178
|
};
|
|
40179
40179
|
/** @description Status of the transaction */
|
|
40180
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
40180
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
40181
40181
|
parent_block: {
|
|
40182
40182
|
/** @description Hash of the parent block */
|
|
40183
40183
|
hash: string;
|
|
@@ -40345,7 +40345,7 @@ export interface operations {
|
|
|
40345
40345
|
time: number;
|
|
40346
40346
|
};
|
|
40347
40347
|
/** @description Status of the transaction */
|
|
40348
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
40348
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
40349
40349
|
parent_block: {
|
|
40350
40350
|
/** @description Hash of the parent block */
|
|
40351
40351
|
hash: string;
|
|
@@ -40529,7 +40529,7 @@ export interface operations {
|
|
|
40529
40529
|
time: number;
|
|
40530
40530
|
};
|
|
40531
40531
|
/** @description Status of the transaction */
|
|
40532
|
-
status: "success" | "abort_by_response" | "abort_by_post_condition";
|
|
40532
|
+
status: "success" | "abort_by_response" | "abort_by_post_condition" | "problematic_skipped";
|
|
40533
40533
|
parent_block: {
|
|
40534
40534
|
/** @description Hash of the parent block */
|
|
40535
40535
|
hash: string;
|