@stacks/blockchain-api-client 8.4.0 → 8.5.0-redis-stream.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11689,11 +11689,6 @@ export interface operations {
|
|
|
11689
11689
|
limit?: number;
|
|
11690
11690
|
/** @description index of first tokens to fetch */
|
|
11691
11691
|
offset?: number;
|
|
11692
|
-
/**
|
|
11693
|
-
* @description Include data from unanchored (i.e. unconfirmed) microblocks
|
|
11694
|
-
* @example true
|
|
11695
|
-
*/
|
|
11696
|
-
unanchored?: boolean;
|
|
11697
11692
|
/** @description whether or not to include the complete transaction metadata instead of just `tx_id`. Enabling this option can affect performance and response times. */
|
|
11698
11693
|
tx_metadata: boolean;
|
|
11699
11694
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacks/blockchain-api-client",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.5.0-redis-stream.1",
|
|
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",
|
|
@@ -11689,11 +11689,6 @@ export interface operations {
|
|
|
11689
11689
|
limit?: number;
|
|
11690
11690
|
/** @description index of first tokens to fetch */
|
|
11691
11691
|
offset?: number;
|
|
11692
|
-
/**
|
|
11693
|
-
* @description Include data from unanchored (i.e. unconfirmed) microblocks
|
|
11694
|
-
* @example true
|
|
11695
|
-
*/
|
|
11696
|
-
unanchored?: boolean;
|
|
11697
11692
|
/** @description whether or not to include the complete transaction metadata instead of just `tx_id`. Enabling this option can affect performance and response times. */
|
|
11698
11693
|
tx_metadata: boolean;
|
|
11699
11694
|
};
|