@stacks/blockchain-api-client 8.6.0 → 8.7.0
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 +12 -0
- package/package.json +1 -1
- package/src/generated/schema.d.ts +12 -0
|
@@ -18391,6 +18391,10 @@ export interface operations {
|
|
|
18391
18391
|
balance: string;
|
|
18392
18392
|
/** @description Total STX balance considering pending mempool transactions */
|
|
18393
18393
|
estimated_balance?: string;
|
|
18394
|
+
/** @description Inbound STX balance from pending mempool transactions */
|
|
18395
|
+
pending_balance_inbound?: string;
|
|
18396
|
+
/** @description Outbound STX balance from pending mempool transactions */
|
|
18397
|
+
pending_balance_outbound?: string;
|
|
18394
18398
|
total_sent: string;
|
|
18395
18399
|
total_received: string;
|
|
18396
18400
|
total_fees_sent: string;
|
|
@@ -18471,6 +18475,10 @@ export interface operations {
|
|
|
18471
18475
|
balance: string;
|
|
18472
18476
|
/** @description Total STX balance considering pending mempool transactions */
|
|
18473
18477
|
estimated_balance?: string;
|
|
18478
|
+
/** @description Inbound STX balance from pending mempool transactions */
|
|
18479
|
+
pending_balance_inbound?: string;
|
|
18480
|
+
/** @description Outbound STX balance from pending mempool transactions */
|
|
18481
|
+
pending_balance_outbound?: string;
|
|
18474
18482
|
total_sent: string;
|
|
18475
18483
|
total_received: string;
|
|
18476
18484
|
total_fees_sent: string;
|
|
@@ -23613,6 +23621,10 @@ export interface operations {
|
|
|
23613
23621
|
balance: string;
|
|
23614
23622
|
/** @description Total STX balance considering pending mempool transactions */
|
|
23615
23623
|
estimated_balance?: string;
|
|
23624
|
+
/** @description Inbound STX balance from pending mempool transactions */
|
|
23625
|
+
pending_balance_inbound?: string;
|
|
23626
|
+
/** @description Outbound STX balance from pending mempool transactions */
|
|
23627
|
+
pending_balance_outbound?: string;
|
|
23616
23628
|
total_sent: string;
|
|
23617
23629
|
total_received: string;
|
|
23618
23630
|
total_fees_sent: string;
|
package/package.json
CHANGED
|
@@ -18391,6 +18391,10 @@ export interface operations {
|
|
|
18391
18391
|
balance: string;
|
|
18392
18392
|
/** @description Total STX balance considering pending mempool transactions */
|
|
18393
18393
|
estimated_balance?: string;
|
|
18394
|
+
/** @description Inbound STX balance from pending mempool transactions */
|
|
18395
|
+
pending_balance_inbound?: string;
|
|
18396
|
+
/** @description Outbound STX balance from pending mempool transactions */
|
|
18397
|
+
pending_balance_outbound?: string;
|
|
18394
18398
|
total_sent: string;
|
|
18395
18399
|
total_received: string;
|
|
18396
18400
|
total_fees_sent: string;
|
|
@@ -18471,6 +18475,10 @@ export interface operations {
|
|
|
18471
18475
|
balance: string;
|
|
18472
18476
|
/** @description Total STX balance considering pending mempool transactions */
|
|
18473
18477
|
estimated_balance?: string;
|
|
18478
|
+
/** @description Inbound STX balance from pending mempool transactions */
|
|
18479
|
+
pending_balance_inbound?: string;
|
|
18480
|
+
/** @description Outbound STX balance from pending mempool transactions */
|
|
18481
|
+
pending_balance_outbound?: string;
|
|
18474
18482
|
total_sent: string;
|
|
18475
18483
|
total_received: string;
|
|
18476
18484
|
total_fees_sent: string;
|
|
@@ -23613,6 +23621,10 @@ export interface operations {
|
|
|
23613
23621
|
balance: string;
|
|
23614
23622
|
/** @description Total STX balance considering pending mempool transactions */
|
|
23615
23623
|
estimated_balance?: string;
|
|
23624
|
+
/** @description Inbound STX balance from pending mempool transactions */
|
|
23625
|
+
pending_balance_inbound?: string;
|
|
23626
|
+
/** @description Outbound STX balance from pending mempool transactions */
|
|
23627
|
+
pending_balance_outbound?: string;
|
|
23616
23628
|
total_sent: string;
|
|
23617
23629
|
total_received: string;
|
|
23618
23630
|
total_fees_sent: string;
|