@stacks/blockchain-api-client 9.0.0-next.7 → 9.0.0-next.9
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.
|
@@ -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 */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacks/blockchain-api-client",
|
|
3
|
-
"version": "9.0.0-next.
|
|
3
|
+
"version": "9.0.0-next.9",
|
|
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",
|
|
@@ -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 */
|