@stacks/blockchain-api-client 9.0.0-next.1 → 9.0.0-next.10

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.
@@ -223,7 +223,7 @@ export interface paths {
223
223
  };
224
224
  /**
225
225
  * Get total and unlocked STX supply
226
- * @description Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/understand-stacks/stacking).
226
+ * @description Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/block-production/stacking).
227
227
  */
228
228
  get: operations["get_stx_supply"];
229
229
  put?: never;
@@ -349,7 +349,7 @@ export interface paths {
349
349
  * @description Retrieves the list of Non-Fungible Tokens owned by the given principal (STX address or Smart Contract ID).
350
350
  * Results can be filtered by one or more asset identifiers and can include metadata about the transaction that made the principal own each token.
351
351
  *
352
- * More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/write-smart-contracts/tokens#non-fungible-tokens-nfts).
352
+ * More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/build/create-tokens/creating-a-nft).
353
353
  */
354
354
  get: operations["get_nft_holdings"];
355
355
  put?: never;
@@ -371,7 +371,7 @@ export interface paths {
371
371
  * Non-Fungible Token history
372
372
  * @description Retrieves all events relevant to a Non-Fungible Token. Useful to determine the ownership history of a particular asset.
373
373
  *
374
- * More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/write-smart-contracts/tokens#non-fungible-tokens-nfts).
374
+ * More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/build/create-tokens/creating-a-nft).
375
375
  */
376
376
  get: operations["get_nft_history"];
377
377
  put?: never;
@@ -393,7 +393,7 @@ export interface paths {
393
393
  * Non-Fungible Token mints
394
394
  * @description Retrieves all mint events for a Non-Fungible Token asset class. Useful to determine which NFTs of a particular collection have been claimed.
395
395
  *
396
- * More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/write-smart-contracts/tokens#non-fungible-tokens-nfts).
396
+ * More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/build/create-tokens/creating-a-nft).
397
397
  */
398
398
  get: operations["get_nft_mints"];
399
399
  put?: never;
@@ -844,7 +844,7 @@ export interface paths {
844
844
  * @deprecated
845
845
  * @description **NOTE:** This endpoint is deprecated in favor of [Get address transactions](/api/get-address-transactions).
846
846
  *
847
- * Retrieves a list of all Transactions for a given Address or Contract Identifier. More information on Transaction types can be found [here](https://docs.stacks.co/understand-stacks/transactions#types).
847
+ * Retrieves a list of all Transactions for a given Address or Contract Identifier. More information on Transaction types can be found [here](https://docs.stacks.co/transactions/how-transactions-work#types).
848
848
  *
849
849
  * If you need to actively monitor new transactions for an address or contract id, we highly recommend subscribing to [WebSockets or Socket.io](https://github.com/hirosystems/stacks-blockchain-api/tree/master/client) for real-time updates.
850
850
  */
@@ -1541,7 +1541,7 @@ export interface paths {
1541
1541
  * Get address transactions
1542
1542
  * @description Retrieves a paginated list of confirmed transactions sent or received by a STX address or Smart Contract ID, alongside the total amount of STX sent or received and the number of STX, FT and NFT transfers contained within each transaction.
1543
1543
  *
1544
- * More information on Transaction types can be found [here](https://docs.stacks.co/understand-stacks/transactions#types).
1544
+ * More information on Transaction types can be found [here](https://docs.stacks.co/transactions/how-transactions-work#types).
1545
1545
  */
1546
1546
  get: operations["get_address_transactions"];
1547
1547
  put?: never;
@@ -3267,7 +3267,7 @@ export interface operations {
3267
3267
  /** @description The number of blocks produced in the previous tenure. */
3268
3268
  previous_tenure_blocks: number;
3269
3269
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
3270
- cause: "block_found" | "extended";
3270
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
3271
3271
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
3272
3272
  pubkey_hash: string;
3273
3273
  };
@@ -4623,7 +4623,7 @@ export interface operations {
4623
4623
  /** @description The number of blocks produced in the previous tenure. */
4624
4624
  previous_tenure_blocks: number;
4625
4625
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
4626
- cause: "block_found" | "extended";
4626
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
4627
4627
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
4628
4628
  pubkey_hash: string;
4629
4629
  };
@@ -5237,7 +5237,7 @@ export interface operations {
5237
5237
  /** @description The number of blocks produced in the previous tenure. */
5238
5238
  previous_tenure_blocks: number;
5239
5239
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
5240
- cause: "block_found" | "extended";
5240
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
5241
5241
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
5242
5242
  pubkey_hash: string;
5243
5243
  };
@@ -5931,7 +5931,7 @@ export interface operations {
5931
5931
  /** @description The number of blocks produced in the previous tenure. */
5932
5932
  previous_tenure_blocks: number;
5933
5933
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
5934
- cause: "block_found" | "extended";
5934
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
5935
5935
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
5936
5936
  pubkey_hash: string;
5937
5937
  };
@@ -7479,7 +7479,7 @@ export interface operations {
7479
7479
  /** @description The number of blocks produced in the previous tenure. */
7480
7480
  previous_tenure_blocks: number;
7481
7481
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
7482
- cause: "block_found" | "extended";
7482
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
7483
7483
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
7484
7484
  pubkey_hash: string;
7485
7485
  };
@@ -8093,7 +8093,7 @@ export interface operations {
8093
8093
  /** @description The number of blocks produced in the previous tenure. */
8094
8094
  previous_tenure_blocks: number;
8095
8095
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
8096
- cause: "block_found" | "extended";
8096
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
8097
8097
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
8098
8098
  pubkey_hash: string;
8099
8099
  };
@@ -9494,7 +9494,7 @@ export interface operations {
9494
9494
  /** @description The number of blocks produced in the previous tenure. */
9495
9495
  previous_tenure_blocks: number;
9496
9496
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
9497
- cause: "block_found" | "extended";
9497
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
9498
9498
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
9499
9499
  pubkey_hash: string;
9500
9500
  };
@@ -10853,7 +10853,7 @@ export interface operations {
10853
10853
  /** @description The number of blocks produced in the previous tenure. */
10854
10854
  previous_tenure_blocks: number;
10855
10855
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
10856
- cause: "block_found" | "extended";
10856
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
10857
10857
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
10858
10858
  pubkey_hash: string;
10859
10859
  };
@@ -12498,7 +12498,7 @@ export interface operations {
12498
12498
  /** @description The number of blocks produced in the previous tenure. */
12499
12499
  previous_tenure_blocks: number;
12500
12500
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
12501
- cause: "block_found" | "extended";
12501
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
12502
12502
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
12503
12503
  pubkey_hash: string;
12504
12504
  };
@@ -13878,7 +13878,7 @@ export interface operations {
13878
13878
  /** @description The number of blocks produced in the previous tenure. */
13879
13879
  previous_tenure_blocks: number;
13880
13880
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
13881
- cause: "block_found" | "extended";
13881
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
13882
13882
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
13883
13883
  pubkey_hash: string;
13884
13884
  };
@@ -15263,7 +15263,7 @@ export interface operations {
15263
15263
  /** @description The number of blocks produced in the previous tenure. */
15264
15264
  previous_tenure_blocks: number;
15265
15265
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
15266
- cause: "block_found" | "extended";
15266
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
15267
15267
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
15268
15268
  pubkey_hash: string;
15269
15269
  };
@@ -17077,7 +17077,7 @@ export interface operations {
17077
17077
  /** @description The number of blocks produced in the previous tenure. */
17078
17078
  previous_tenure_blocks: number;
17079
17079
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
17080
- cause: "block_found" | "extended";
17080
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
17081
17081
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
17082
17082
  pubkey_hash: string;
17083
17083
  };
@@ -19372,7 +19372,7 @@ export interface operations {
19372
19372
  /** @description The number of blocks produced in the previous tenure. */
19373
19373
  previous_tenure_blocks: number;
19374
19374
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
19375
- cause: "block_found" | "extended";
19375
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
19376
19376
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
19377
19377
  pubkey_hash: string;
19378
19378
  };
@@ -20719,7 +20719,7 @@ export interface operations {
20719
20719
  /** @description The number of blocks produced in the previous tenure. */
20720
20720
  previous_tenure_blocks: number;
20721
20721
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
20722
- cause: "block_found" | "extended";
20722
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
20723
20723
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
20724
20724
  pubkey_hash: string;
20725
20725
  };
@@ -22117,7 +22117,7 @@ export interface operations {
22117
22117
  /** @description The number of blocks produced in the previous tenure. */
22118
22118
  previous_tenure_blocks: number;
22119
22119
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
22120
- cause: "block_found" | "extended";
22120
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
22121
22121
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
22122
22122
  pubkey_hash: string;
22123
22123
  };
@@ -23019,7 +23019,7 @@ export interface operations {
23019
23019
  /** @description The number of blocks produced in the previous tenure. */
23020
23020
  previous_tenure_blocks: number;
23021
23021
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
23022
- cause: "block_found" | "extended";
23022
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
23023
23023
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
23024
23024
  pubkey_hash: string;
23025
23025
  };
@@ -24555,7 +24555,7 @@ export interface operations {
24555
24555
  /** @description The number of blocks produced in the previous tenure. */
24556
24556
  previous_tenure_blocks: number;
24557
24557
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
24558
- cause: "block_found" | "extended";
24558
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
24559
24559
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
24560
24560
  pubkey_hash: string;
24561
24561
  };
@@ -25169,7 +25169,7 @@ export interface operations {
25169
25169
  /** @description The number of blocks produced in the previous tenure. */
25170
25170
  previous_tenure_blocks: number;
25171
25171
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
25172
- cause: "block_found" | "extended";
25172
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
25173
25173
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
25174
25174
  pubkey_hash: string;
25175
25175
  };
@@ -25792,7 +25792,7 @@ export interface operations {
25792
25792
  /** @description The number of blocks produced in the previous tenure. */
25793
25793
  previous_tenure_blocks: number;
25794
25794
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
25795
- cause: "block_found" | "extended";
25795
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
25796
25796
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
25797
25797
  pubkey_hash: string;
25798
25798
  };
@@ -27109,7 +27109,7 @@ export interface operations {
27109
27109
  /** @description The number of blocks produced in the previous tenure. */
27110
27110
  previous_tenure_blocks: number;
27111
27111
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
27112
- cause: "block_found" | "extended";
27112
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
27113
27113
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
27114
27114
  pubkey_hash: string;
27115
27115
  };
@@ -28934,7 +28934,7 @@ export interface operations {
28934
28934
  /** @description The number of blocks produced in the previous tenure. */
28935
28935
  previous_tenure_blocks: number;
28936
28936
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
28937
- cause: "block_found" | "extended";
28937
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
28938
28938
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
28939
28939
  pubkey_hash: string;
28940
28940
  };
@@ -29727,6 +29727,9 @@ export interface operations {
29727
29727
  offset: number;
29728
29728
  /** @example 1 */
29729
29729
  total: number;
29730
+ next_cursor: string | null;
29731
+ prev_cursor: string | null;
29732
+ cursor: string | null;
29730
29733
  results: {
29731
29734
  tx: {
29732
29735
  /** @description Transaction ID */
@@ -31028,7 +31031,7 @@ export interface operations {
31028
31031
  /** @description The number of blocks produced in the previous tenure. */
31029
31032
  previous_tenure_blocks: number;
31030
31033
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
31031
- cause: "block_found" | "extended";
31034
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
31032
31035
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
31033
31036
  pubkey_hash: string;
31034
31037
  };
@@ -31292,7 +31295,7 @@ export interface operations {
31292
31295
  header?: never;
31293
31296
  path: {
31294
31297
  principal: string;
31295
- /** @description fungible token identifier */
31298
+ /** @description fungible token identifier, e.g. `SM3VDXK3WZZSA84XXFKAFAF15NNZX32CTSG82JFQ4.sbtc-token::sbtc-token` */
31296
31299
  token: string;
31297
31300
  };
31298
31301
  cookie?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stacks/blockchain-api-client",
3
- "version": "9.0.0-next.1",
3
+ "version": "9.0.0-next.10",
4
4
  "access": "public",
5
5
  "description": "Client for the Stacks Blockchain API",
6
6
  "homepage": "https://github.com/hirosystems/stacks-blockchain-api/tree/master/client#readme",
@@ -223,7 +223,7 @@ export interface paths {
223
223
  };
224
224
  /**
225
225
  * Get total and unlocked STX supply
226
- * @description Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/understand-stacks/stacking).
226
+ * @description Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/block-production/stacking).
227
227
  */
228
228
  get: operations["get_stx_supply"];
229
229
  put?: never;
@@ -349,7 +349,7 @@ export interface paths {
349
349
  * @description Retrieves the list of Non-Fungible Tokens owned by the given principal (STX address or Smart Contract ID).
350
350
  * Results can be filtered by one or more asset identifiers and can include metadata about the transaction that made the principal own each token.
351
351
  *
352
- * More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/write-smart-contracts/tokens#non-fungible-tokens-nfts).
352
+ * More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/build/create-tokens/creating-a-nft).
353
353
  */
354
354
  get: operations["get_nft_holdings"];
355
355
  put?: never;
@@ -371,7 +371,7 @@ export interface paths {
371
371
  * Non-Fungible Token history
372
372
  * @description Retrieves all events relevant to a Non-Fungible Token. Useful to determine the ownership history of a particular asset.
373
373
  *
374
- * More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/write-smart-contracts/tokens#non-fungible-tokens-nfts).
374
+ * More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/build/create-tokens/creating-a-nft).
375
375
  */
376
376
  get: operations["get_nft_history"];
377
377
  put?: never;
@@ -393,7 +393,7 @@ export interface paths {
393
393
  * Non-Fungible Token mints
394
394
  * @description Retrieves all mint events for a Non-Fungible Token asset class. Useful to determine which NFTs of a particular collection have been claimed.
395
395
  *
396
- * More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/write-smart-contracts/tokens#non-fungible-tokens-nfts).
396
+ * More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/build/create-tokens/creating-a-nft).
397
397
  */
398
398
  get: operations["get_nft_mints"];
399
399
  put?: never;
@@ -844,7 +844,7 @@ export interface paths {
844
844
  * @deprecated
845
845
  * @description **NOTE:** This endpoint is deprecated in favor of [Get address transactions](/api/get-address-transactions).
846
846
  *
847
- * Retrieves a list of all Transactions for a given Address or Contract Identifier. More information on Transaction types can be found [here](https://docs.stacks.co/understand-stacks/transactions#types).
847
+ * Retrieves a list of all Transactions for a given Address or Contract Identifier. More information on Transaction types can be found [here](https://docs.stacks.co/transactions/how-transactions-work#types).
848
848
  *
849
849
  * If you need to actively monitor new transactions for an address or contract id, we highly recommend subscribing to [WebSockets or Socket.io](https://github.com/hirosystems/stacks-blockchain-api/tree/master/client) for real-time updates.
850
850
  */
@@ -1541,7 +1541,7 @@ export interface paths {
1541
1541
  * Get address transactions
1542
1542
  * @description Retrieves a paginated list of confirmed transactions sent or received by a STX address or Smart Contract ID, alongside the total amount of STX sent or received and the number of STX, FT and NFT transfers contained within each transaction.
1543
1543
  *
1544
- * More information on Transaction types can be found [here](https://docs.stacks.co/understand-stacks/transactions#types).
1544
+ * More information on Transaction types can be found [here](https://docs.stacks.co/transactions/how-transactions-work#types).
1545
1545
  */
1546
1546
  get: operations["get_address_transactions"];
1547
1547
  put?: never;
@@ -3267,7 +3267,7 @@ export interface operations {
3267
3267
  /** @description The number of blocks produced in the previous tenure. */
3268
3268
  previous_tenure_blocks: number;
3269
3269
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
3270
- cause: "block_found" | "extended";
3270
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
3271
3271
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
3272
3272
  pubkey_hash: string;
3273
3273
  };
@@ -4623,7 +4623,7 @@ export interface operations {
4623
4623
  /** @description The number of blocks produced in the previous tenure. */
4624
4624
  previous_tenure_blocks: number;
4625
4625
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
4626
- cause: "block_found" | "extended";
4626
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
4627
4627
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
4628
4628
  pubkey_hash: string;
4629
4629
  };
@@ -5237,7 +5237,7 @@ export interface operations {
5237
5237
  /** @description The number of blocks produced in the previous tenure. */
5238
5238
  previous_tenure_blocks: number;
5239
5239
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
5240
- cause: "block_found" | "extended";
5240
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
5241
5241
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
5242
5242
  pubkey_hash: string;
5243
5243
  };
@@ -5931,7 +5931,7 @@ export interface operations {
5931
5931
  /** @description The number of blocks produced in the previous tenure. */
5932
5932
  previous_tenure_blocks: number;
5933
5933
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
5934
- cause: "block_found" | "extended";
5934
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
5935
5935
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
5936
5936
  pubkey_hash: string;
5937
5937
  };
@@ -7479,7 +7479,7 @@ export interface operations {
7479
7479
  /** @description The number of blocks produced in the previous tenure. */
7480
7480
  previous_tenure_blocks: number;
7481
7481
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
7482
- cause: "block_found" | "extended";
7482
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
7483
7483
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
7484
7484
  pubkey_hash: string;
7485
7485
  };
@@ -8093,7 +8093,7 @@ export interface operations {
8093
8093
  /** @description The number of blocks produced in the previous tenure. */
8094
8094
  previous_tenure_blocks: number;
8095
8095
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
8096
- cause: "block_found" | "extended";
8096
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
8097
8097
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
8098
8098
  pubkey_hash: string;
8099
8099
  };
@@ -9494,7 +9494,7 @@ export interface operations {
9494
9494
  /** @description The number of blocks produced in the previous tenure. */
9495
9495
  previous_tenure_blocks: number;
9496
9496
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
9497
- cause: "block_found" | "extended";
9497
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
9498
9498
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
9499
9499
  pubkey_hash: string;
9500
9500
  };
@@ -10853,7 +10853,7 @@ export interface operations {
10853
10853
  /** @description The number of blocks produced in the previous tenure. */
10854
10854
  previous_tenure_blocks: number;
10855
10855
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
10856
- cause: "block_found" | "extended";
10856
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
10857
10857
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
10858
10858
  pubkey_hash: string;
10859
10859
  };
@@ -12498,7 +12498,7 @@ export interface operations {
12498
12498
  /** @description The number of blocks produced in the previous tenure. */
12499
12499
  previous_tenure_blocks: number;
12500
12500
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
12501
- cause: "block_found" | "extended";
12501
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
12502
12502
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
12503
12503
  pubkey_hash: string;
12504
12504
  };
@@ -13878,7 +13878,7 @@ export interface operations {
13878
13878
  /** @description The number of blocks produced in the previous tenure. */
13879
13879
  previous_tenure_blocks: number;
13880
13880
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
13881
- cause: "block_found" | "extended";
13881
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
13882
13882
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
13883
13883
  pubkey_hash: string;
13884
13884
  };
@@ -15263,7 +15263,7 @@ export interface operations {
15263
15263
  /** @description The number of blocks produced in the previous tenure. */
15264
15264
  previous_tenure_blocks: number;
15265
15265
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
15266
- cause: "block_found" | "extended";
15266
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
15267
15267
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
15268
15268
  pubkey_hash: string;
15269
15269
  };
@@ -17077,7 +17077,7 @@ export interface operations {
17077
17077
  /** @description The number of blocks produced in the previous tenure. */
17078
17078
  previous_tenure_blocks: number;
17079
17079
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
17080
- cause: "block_found" | "extended";
17080
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
17081
17081
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
17082
17082
  pubkey_hash: string;
17083
17083
  };
@@ -19372,7 +19372,7 @@ export interface operations {
19372
19372
  /** @description The number of blocks produced in the previous tenure. */
19373
19373
  previous_tenure_blocks: number;
19374
19374
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
19375
- cause: "block_found" | "extended";
19375
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
19376
19376
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
19377
19377
  pubkey_hash: string;
19378
19378
  };
@@ -20719,7 +20719,7 @@ export interface operations {
20719
20719
  /** @description The number of blocks produced in the previous tenure. */
20720
20720
  previous_tenure_blocks: number;
20721
20721
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
20722
- cause: "block_found" | "extended";
20722
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
20723
20723
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
20724
20724
  pubkey_hash: string;
20725
20725
  };
@@ -22117,7 +22117,7 @@ export interface operations {
22117
22117
  /** @description The number of blocks produced in the previous tenure. */
22118
22118
  previous_tenure_blocks: number;
22119
22119
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
22120
- cause: "block_found" | "extended";
22120
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
22121
22121
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
22122
22122
  pubkey_hash: string;
22123
22123
  };
@@ -23019,7 +23019,7 @@ export interface operations {
23019
23019
  /** @description The number of blocks produced in the previous tenure. */
23020
23020
  previous_tenure_blocks: number;
23021
23021
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
23022
- cause: "block_found" | "extended";
23022
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
23023
23023
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
23024
23024
  pubkey_hash: string;
23025
23025
  };
@@ -24555,7 +24555,7 @@ export interface operations {
24555
24555
  /** @description The number of blocks produced in the previous tenure. */
24556
24556
  previous_tenure_blocks: number;
24557
24557
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
24558
- cause: "block_found" | "extended";
24558
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
24559
24559
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
24560
24560
  pubkey_hash: string;
24561
24561
  };
@@ -25169,7 +25169,7 @@ export interface operations {
25169
25169
  /** @description The number of blocks produced in the previous tenure. */
25170
25170
  previous_tenure_blocks: number;
25171
25171
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
25172
- cause: "block_found" | "extended";
25172
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
25173
25173
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
25174
25174
  pubkey_hash: string;
25175
25175
  };
@@ -25792,7 +25792,7 @@ export interface operations {
25792
25792
  /** @description The number of blocks produced in the previous tenure. */
25793
25793
  previous_tenure_blocks: number;
25794
25794
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
25795
- cause: "block_found" | "extended";
25795
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
25796
25796
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
25797
25797
  pubkey_hash: string;
25798
25798
  };
@@ -27109,7 +27109,7 @@ export interface operations {
27109
27109
  /** @description The number of blocks produced in the previous tenure. */
27110
27110
  previous_tenure_blocks: number;
27111
27111
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
27112
- cause: "block_found" | "extended";
27112
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
27113
27113
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
27114
27114
  pubkey_hash: string;
27115
27115
  };
@@ -28934,7 +28934,7 @@ export interface operations {
28934
28934
  /** @description The number of blocks produced in the previous tenure. */
28935
28935
  previous_tenure_blocks: number;
28936
28936
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
28937
- cause: "block_found" | "extended";
28937
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
28938
28938
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
28939
28939
  pubkey_hash: string;
28940
28940
  };
@@ -29727,6 +29727,9 @@ export interface operations {
29727
29727
  offset: number;
29728
29728
  /** @example 1 */
29729
29729
  total: number;
29730
+ next_cursor: string | null;
29731
+ prev_cursor: string | null;
29732
+ cursor: string | null;
29730
29733
  results: {
29731
29734
  tx: {
29732
29735
  /** @description Transaction ID */
@@ -31028,7 +31031,7 @@ export interface operations {
31028
31031
  /** @description The number of blocks produced in the previous tenure. */
31029
31032
  previous_tenure_blocks: number;
31030
31033
  /** @description Cause of change in mining tenure. Depending on cause, tenure can be ended or extended. */
31031
- cause: "block_found" | "extended";
31034
+ cause: "block_found" | "extended" | "extended_runtime" | "extended_read_count" | "extended_read_length" | "extended_write_count" | "extended_write_length";
31032
31035
  /** @description (Hex string) The ECDSA public key hash of the current tenure. */
31033
31036
  pubkey_hash: string;
31034
31037
  };
@@ -31292,7 +31295,7 @@ export interface operations {
31292
31295
  header?: never;
31293
31296
  path: {
31294
31297
  principal: string;
31295
- /** @description fungible token identifier */
31298
+ /** @description fungible token identifier, e.g. `SM3VDXK3WZZSA84XXFKAFAF15NNZX32CTSG82JFQ4.sbtc-token::sbtc-token` */
31296
31299
  token: string;
31297
31300
  };
31298
31301
  cookie?: never;