@stacks/blockchain-api-client 8.11.3 → 8.11.5
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.
|
@@ -27347,7 +27347,7 @@ export interface operations {
|
|
|
27347
27347
|
limit?: number;
|
|
27348
27348
|
/** @description Result offset */
|
|
27349
27349
|
offset?: number;
|
|
27350
|
-
/** @description Cursor for pagination */
|
|
27350
|
+
/** @description Cursor for block pagination */
|
|
27351
27351
|
cursor?: string;
|
|
27352
27352
|
};
|
|
27353
27353
|
header?: never;
|
|
@@ -29165,7 +29165,7 @@ export interface operations {
|
|
|
29165
29165
|
limit?: number;
|
|
29166
29166
|
/** @description Result offset */
|
|
29167
29167
|
offset?: number;
|
|
29168
|
-
/** @description Cursor for pagination */
|
|
29168
|
+
/** @description Cursor for block pagination */
|
|
29169
29169
|
cursor?: string;
|
|
29170
29170
|
};
|
|
29171
29171
|
header?: never;
|
package/package.json
CHANGED
|
@@ -27347,7 +27347,7 @@ export interface operations {
|
|
|
27347
27347
|
limit?: number;
|
|
27348
27348
|
/** @description Result offset */
|
|
27349
27349
|
offset?: number;
|
|
27350
|
-
/** @description Cursor for pagination */
|
|
27350
|
+
/** @description Cursor for block pagination */
|
|
27351
27351
|
cursor?: string;
|
|
27352
27352
|
};
|
|
27353
27353
|
header?: never;
|
|
@@ -29165,7 +29165,7 @@ export interface operations {
|
|
|
29165
29165
|
limit?: number;
|
|
29166
29166
|
/** @description Result offset */
|
|
29167
29167
|
offset?: number;
|
|
29168
|
-
/** @description Cursor for pagination */
|
|
29168
|
+
/** @description Cursor for block pagination */
|
|
29169
29169
|
cursor?: string;
|
|
29170
29170
|
};
|
|
29171
29171
|
header?: never;
|