@stacks/blockchain-api-client 7.0.0 → 7.0.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.
@@ -94,16 +94,16 @@ export interface InfoApiInterface {
94
94
  */
95
95
  getStatus(initOverrides?: RequestInit): Promise<ServerStatusResponse>;
96
96
  /**
97
- * Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/understand-stacks/stacking). **Note:** this uses the estimated future total supply for the year 2050.
97
+ * Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/understand-stacks/stacking). **Note:** This uses the estimated future total supply for the year 2050.
98
98
  * @summary Get total and unlocked STX supply
99
- * @param {number} [height] Supply details are queried from specified block height. If the block height is not specified, the latest block height is taken as default value.
99
+ * @param {number} [height] Supply details are queried from specified block height. If the block height is not specified, the latest block height is taken as default value. Note that the &#x60;block height&#x60; is referred to the stacks blockchain.
100
100
  * @param {*} [options] Override http request option.
101
101
  * @throws {RequiredError}
102
102
  * @memberof InfoApiInterface
103
103
  */
104
104
  getStxSupplyRaw(requestParameters: GetStxSupplyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GetStxSupplyResponse>>;
105
105
  /**
106
- * Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/understand-stacks/stacking). **Note:** this uses the estimated future total supply for the year 2050.
106
+ * Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/understand-stacks/stacking). **Note:** This uses the estimated future total supply for the year 2050.
107
107
  * Get total and unlocked STX supply
108
108
  */
109
109
  getStxSupply(requestParameters: GetStxSupplyRequest, initOverrides?: RequestInit): Promise<GetStxSupplyResponse>;
@@ -203,12 +203,12 @@ export declare class InfoApi extends runtime.BaseAPI implements InfoApiInterface
203
203
  */
204
204
  getStatus(initOverrides?: RequestInit): Promise<ServerStatusResponse>;
205
205
  /**
206
- * Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/understand-stacks/stacking). **Note:** this uses the estimated future total supply for the year 2050.
206
+ * Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/understand-stacks/stacking). **Note:** This uses the estimated future total supply for the year 2050.
207
207
  * Get total and unlocked STX supply
208
208
  */
209
209
  getStxSupplyRaw(requestParameters: GetStxSupplyRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<GetStxSupplyResponse>>;
210
210
  /**
211
- * Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/understand-stacks/stacking). **Note:** this uses the estimated future total supply for the year 2050.
211
+ * Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/understand-stacks/stacking). **Note:** This uses the estimated future total supply for the year 2050.
212
212
  * Get total and unlocked STX supply
213
213
  */
214
214
  getStxSupply(requestParameters: GetStxSupplyRequest, initOverrides?: RequestInit): Promise<GetStxSupplyResponse>;
@@ -139,7 +139,7 @@ class InfoApi extends runtime.BaseAPI {
139
139
  return await response.value();
140
140
  }
141
141
  /**
142
- * Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/understand-stacks/stacking). **Note:** this uses the estimated future total supply for the year 2050.
142
+ * Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/understand-stacks/stacking). **Note:** This uses the estimated future total supply for the year 2050.
143
143
  * Get total and unlocked STX supply
144
144
  */
145
145
  async getStxSupplyRaw(requestParameters, initOverrides) {
@@ -157,7 +157,7 @@ class InfoApi extends runtime.BaseAPI {
157
157
  return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.GetStxSupplyResponseFromJSON)(jsonValue));
158
158
  }
159
159
  /**
160
- * Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/understand-stacks/stacking). **Note:** this uses the estimated future total supply for the year 2050.
160
+ * Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/understand-stacks/stacking). **Note:** This uses the estimated future total supply for the year 2050.
161
161
  * Get total and unlocked STX supply
162
162
  */
163
163
  async getStxSupply(requestParameters, initOverrides) {
package/lib/index.umd.js CHANGED
@@ -7881,7 +7881,7 @@
7881
7881
  }
7882
7882
  }
7883
7883
  /**
7884
- * Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/understand-stacks/stacking). **Note:** this uses the estimated future total supply for the year 2050.
7884
+ * Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/understand-stacks/stacking). **Note:** This uses the estimated future total supply for the year 2050.
7885
7885
  * Get total and unlocked STX supply
7886
7886
  */
7887
7887
  ;
@@ -7912,7 +7912,7 @@
7912
7912
  }
7913
7913
  }
7914
7914
  /**
7915
- * Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/understand-stacks/stacking). **Note:** this uses the estimated future total supply for the year 2050.
7915
+ * Retrieves the total and unlocked STX supply. More information on Stacking can be found [here] (https://docs.stacks.co/understand-stacks/stacking). **Note:** This uses the estimated future total supply for the year 2050.
7916
7916
  * Get total and unlocked STX supply
7917
7917
  */
7918
7918
  ;