@stacks/blockchain-api-client 7.0.0-stacks-2.1.1 → 7.0.0-stacks-2.1.2

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.
@@ -238,7 +238,7 @@ export interface AccountsApiInterface {
238
238
  */
239
239
  getAccountTransactionsWithTransfers(requestParameters: GetAccountTransactionsWithTransfersRequest, initOverrides?: RequestInit): Promise<AddressTransactionsWithTransfersListResponse>;
240
240
  /**
241
- * Retrieves transaction details for a given Transcation Id `tx_id`, for a given account or contract Identifier.
241
+ * Retrieves transaction details for a given Transaction Id `tx_id`, for a given account or contract Identifier.
242
242
  * @summary Get account transaction information for specific transaction
243
243
  * @param {string} principal Stacks address or a contract identifier
244
244
  * @param {string} txId Transaction id
@@ -248,7 +248,7 @@ export interface AccountsApiInterface {
248
248
  */
249
249
  getSingleTransactionWithTransfersRaw(requestParameters: GetSingleTransactionWithTransfersRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressTransactionWithTransfers>>;
250
250
  /**
251
- * Retrieves transaction details for a given Transcation Id `tx_id`, for a given account or contract Identifier.
251
+ * Retrieves transaction details for a given Transaction Id `tx_id`, for a given account or contract Identifier.
252
252
  * Get account transaction information for specific transaction
253
253
  */
254
254
  getSingleTransactionWithTransfers(requestParameters: GetSingleTransactionWithTransfersRequest, initOverrides?: RequestInit): Promise<AddressTransactionWithTransfers>;
@@ -348,12 +348,12 @@ export declare class AccountsApi extends runtime.BaseAPI implements AccountsApiI
348
348
  */
349
349
  getAccountTransactionsWithTransfers(requestParameters: GetAccountTransactionsWithTransfersRequest, initOverrides?: RequestInit): Promise<AddressTransactionsWithTransfersListResponse>;
350
350
  /**
351
- * Retrieves transaction details for a given Transcation Id `tx_id`, for a given account or contract Identifier.
351
+ * Retrieves transaction details for a given Transaction Id `tx_id`, for a given account or contract Identifier.
352
352
  * Get account transaction information for specific transaction
353
353
  */
354
354
  getSingleTransactionWithTransfersRaw(requestParameters: GetSingleTransactionWithTransfersRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<AddressTransactionWithTransfers>>;
355
355
  /**
356
- * Retrieves transaction details for a given Transcation Id `tx_id`, for a given account or contract Identifier.
356
+ * Retrieves transaction details for a given Transaction Id `tx_id`, for a given account or contract Identifier.
357
357
  * Get account transaction information for specific transaction
358
358
  */
359
359
  getSingleTransactionWithTransfers(requestParameters: GetSingleTransactionWithTransfersRequest, initOverrides?: RequestInit): Promise<AddressTransactionWithTransfers>;
@@ -348,7 +348,7 @@ class AccountsApi extends runtime.BaseAPI {
348
348
  return await response.value();
349
349
  }
350
350
  /**
351
- * Retrieves transaction details for a given Transcation Id `tx_id`, for a given account or contract Identifier.
351
+ * Retrieves transaction details for a given Transaction Id `tx_id`, for a given account or contract Identifier.
352
352
  * Get account transaction information for specific transaction
353
353
  */
354
354
  async getSingleTransactionWithTransfersRaw(requestParameters, initOverrides) {
@@ -369,7 +369,7 @@ class AccountsApi extends runtime.BaseAPI {
369
369
  return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.AddressTransactionWithTransfersFromJSON)(jsonValue));
370
370
  }
371
371
  /**
372
- * Retrieves transaction details for a given Transcation Id `tx_id`, for a given account or contract Identifier.
372
+ * Retrieves transaction details for a given Transaction Id `tx_id`, for a given account or contract Identifier.
373
373
  * Get account transaction information for specific transaction
374
374
  */
375
375
  async getSingleTransactionWithTransfers(requestParameters, initOverrides) {
@@ -50,7 +50,7 @@ export interface GetNftMintsRequest {
50
50
  export interface NonFungibleTokensApiInterface {
51
51
  /**
52
52
  * Retrieves metadata for non fungible tokens for a given contract id. More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/write-smart-contracts/tokens#non-fungible-tokens-nfts).
53
- * @summary Non fungible tokens metadata for contract id
53
+ * @summary Non fungible tokens metadata for contract ID
54
54
  * @param {string} contractId token\&#39;s contract id
55
55
  * @param {*} [options] Override http request option.
56
56
  * @throws {RequiredError}
@@ -59,7 +59,7 @@ export interface NonFungibleTokensApiInterface {
59
59
  getContractNftMetadataRaw(requestParameters: GetContractNftMetadataRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<NonFungibleTokenMetadata>>;
60
60
  /**
61
61
  * Retrieves metadata for non fungible tokens for a given contract id. More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/write-smart-contracts/tokens#non-fungible-tokens-nfts).
62
- * Non fungible tokens metadata for contract id
62
+ * Non fungible tokens metadata for contract ID
63
63
  */
64
64
  getContractNftMetadata(requestParameters: GetContractNftMetadataRequest, initOverrides?: RequestInit): Promise<NonFungibleTokenMetadata>;
65
65
  /**
@@ -140,12 +140,12 @@ export interface NonFungibleTokensApiInterface {
140
140
  export declare class NonFungibleTokensApi extends runtime.BaseAPI implements NonFungibleTokensApiInterface {
141
141
  /**
142
142
  * Retrieves metadata for non fungible tokens for a given contract id. More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/write-smart-contracts/tokens#non-fungible-tokens-nfts).
143
- * Non fungible tokens metadata for contract id
143
+ * Non fungible tokens metadata for contract ID
144
144
  */
145
145
  getContractNftMetadataRaw(requestParameters: GetContractNftMetadataRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<NonFungibleTokenMetadata>>;
146
146
  /**
147
147
  * Retrieves metadata for non fungible tokens for a given contract id. More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/write-smart-contracts/tokens#non-fungible-tokens-nfts).
148
- * Non fungible tokens metadata for contract id
148
+ * Non fungible tokens metadata for contract ID
149
149
  */
150
150
  getContractNftMetadata(requestParameters: GetContractNftMetadataRequest, initOverrides?: RequestInit): Promise<NonFungibleTokenMetadata>;
151
151
  /**
@@ -22,7 +22,7 @@ const models_1 = require("../models");
22
22
  class NonFungibleTokensApi extends runtime.BaseAPI {
23
23
  /**
24
24
  * Retrieves metadata for non fungible tokens for a given contract id. More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/write-smart-contracts/tokens#non-fungible-tokens-nfts).
25
- * Non fungible tokens metadata for contract id
25
+ * Non fungible tokens metadata for contract ID
26
26
  */
27
27
  async getContractNftMetadataRaw(requestParameters, initOverrides) {
28
28
  if (requestParameters.contractId === null || requestParameters.contractId === undefined) {
@@ -40,7 +40,7 @@ class NonFungibleTokensApi extends runtime.BaseAPI {
40
40
  }
41
41
  /**
42
42
  * Retrieves metadata for non fungible tokens for a given contract id. More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/write-smart-contracts/tokens#non-fungible-tokens-nfts).
43
- * Non fungible tokens metadata for contract id
43
+ * Non fungible tokens metadata for contract ID
44
44
  */
45
45
  async getContractNftMetadata(requestParameters, initOverrides) {
46
46
  const response = await this.getContractNftMetadataRaw(requestParameters, initOverrides);
@@ -106,7 +106,7 @@ export interface RosettaApiInterface {
106
106
  */
107
107
  rosettaBlockTransaction(requestParameters: RosettaBlockTransactionOperationRequest, initOverrides?: RequestInit): Promise<RosettaBlockTransactionResponse>;
108
108
  /**
109
- * Take unsigned transaction and signature, combine both and return signed transaction
109
+ * Take unsigned transaction and signature, combine both and return signed transaction. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
110
110
  * @summary Create Network Transaction from Signatures
111
111
  * @param {RosettaConstructionCombineRequest} rosettaConstructionCombineRequest
112
112
  * @param {*} [options] Override http request option.
@@ -115,7 +115,7 @@ export interface RosettaApiInterface {
115
115
  */
116
116
  rosettaConstructionCombineRaw(requestParameters: RosettaConstructionCombineOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<RosettaConstructionCombineResponse>>;
117
117
  /**
118
- * Take unsigned transaction and signature, combine both and return signed transaction
118
+ * Take unsigned transaction and signature, combine both and return signed transaction. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
119
119
  * Create Network Transaction from Signatures
120
120
  */
121
121
  rosettaConstructionCombine(requestParameters: RosettaConstructionCombineOperationRequest, initOverrides?: RequestInit): Promise<RosettaConstructionCombineResponse>;
@@ -176,7 +176,7 @@ export interface RosettaApiInterface {
176
176
  */
177
177
  rosettaConstructionParse(requestParameters: RosettaConstructionParseOperationRequest, initOverrides?: RequestInit): Promise<RosettaConstructionParseResponse>;
178
178
  /**
179
- * Generate and unsigned transaction from operations and metadata
179
+ * Generate an unsigned transaction from operations and metadata. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
180
180
  * @summary Generate an Unsigned Transaction and Signing Payloads
181
181
  * @param {RosettaConstructionPayloadsRequest} rosettaConstructionPayloadsRequest
182
182
  * @param {*} [options] Override http request option.
@@ -185,7 +185,7 @@ export interface RosettaApiInterface {
185
185
  */
186
186
  rosettaConstructionPayloadsRaw(requestParameters: RosettaConstructionPayloadsOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<RosettaConstructionPayloadResponse>>;
187
187
  /**
188
- * Generate and unsigned transaction from operations and metadata
188
+ * Generate an unsigned transaction from operations and metadata. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
189
189
  * Generate an Unsigned Transaction and Signing Payloads
190
190
  */
191
191
  rosettaConstructionPayloads(requestParameters: RosettaConstructionPayloadsOperationRequest, initOverrides?: RequestInit): Promise<RosettaConstructionPayloadResponse>;
@@ -204,7 +204,7 @@ export interface RosettaApiInterface {
204
204
  */
205
205
  rosettaConstructionPreprocess(requestParameters: RosettaConstructionPreprocessOperationRequest, initOverrides?: RequestInit): Promise<RosettaConstructionPreprocessResponse>;
206
206
  /**
207
- * Submit a pre-signed transaction to the node.
207
+ * Submit a pre-signed transaction to the node. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
208
208
  * @summary Submit a Signed Transaction
209
209
  * @param {RosettaConstructionSubmitRequest} rosettaConstructionSubmitRequest
210
210
  * @param {*} [options] Override http request option.
@@ -213,12 +213,12 @@ export interface RosettaApiInterface {
213
213
  */
214
214
  rosettaConstructionSubmitRaw(requestParameters: RosettaConstructionSubmitOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<RosettaConstructionSubmitResponse>>;
215
215
  /**
216
- * Submit a pre-signed transaction to the node.
216
+ * Submit a pre-signed transaction to the node. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
217
217
  * Submit a Signed Transaction
218
218
  */
219
219
  rosettaConstructionSubmit(requestParameters: RosettaConstructionSubmitOperationRequest, initOverrides?: RequestInit): Promise<RosettaConstructionSubmitResponse>;
220
220
  /**
221
- * Retrieves a list of transcations currently in the mempool for a given network.
221
+ * Retrieves a list of transactions currently in the mempool for a given network.
222
222
  * @summary Get All Mempool Transactions
223
223
  * @param {RosettaMempoolRequest} rosettaMempoolRequest
224
224
  * @param {*} [options] Override http request option.
@@ -227,7 +227,7 @@ export interface RosettaApiInterface {
227
227
  */
228
228
  rosettaMempoolRaw(requestParameters: RosettaMempoolOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<RosettaMempoolResponse>>;
229
229
  /**
230
- * Retrieves a list of transcations currently in the mempool for a given network.
230
+ * Retrieves a list of transactions currently in the mempool for a given network.
231
231
  * Get All Mempool Transactions
232
232
  */
233
233
  rosettaMempool(requestParameters: RosettaMempoolOperationRequest, initOverrides?: RequestInit): Promise<RosettaMempoolResponse>;
@@ -322,12 +322,12 @@ export declare class RosettaApi extends runtime.BaseAPI implements RosettaApiInt
322
322
  */
323
323
  rosettaBlockTransaction(requestParameters: RosettaBlockTransactionOperationRequest, initOverrides?: RequestInit): Promise<RosettaBlockTransactionResponse>;
324
324
  /**
325
- * Take unsigned transaction and signature, combine both and return signed transaction
325
+ * Take unsigned transaction and signature, combine both and return signed transaction. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
326
326
  * Create Network Transaction from Signatures
327
327
  */
328
328
  rosettaConstructionCombineRaw(requestParameters: RosettaConstructionCombineOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<RosettaConstructionCombineResponse>>;
329
329
  /**
330
- * Take unsigned transaction and signature, combine both and return signed transaction
330
+ * Take unsigned transaction and signature, combine both and return signed transaction. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
331
331
  * Create Network Transaction from Signatures
332
332
  */
333
333
  rosettaConstructionCombine(requestParameters: RosettaConstructionCombineOperationRequest, initOverrides?: RequestInit): Promise<RosettaConstructionCombineResponse>;
@@ -372,12 +372,12 @@ export declare class RosettaApi extends runtime.BaseAPI implements RosettaApiInt
372
372
  */
373
373
  rosettaConstructionParse(requestParameters: RosettaConstructionParseOperationRequest, initOverrides?: RequestInit): Promise<RosettaConstructionParseResponse>;
374
374
  /**
375
- * Generate and unsigned transaction from operations and metadata
375
+ * Generate an unsigned transaction from operations and metadata. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
376
376
  * Generate an Unsigned Transaction and Signing Payloads
377
377
  */
378
378
  rosettaConstructionPayloadsRaw(requestParameters: RosettaConstructionPayloadsOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<RosettaConstructionPayloadResponse>>;
379
379
  /**
380
- * Generate and unsigned transaction from operations and metadata
380
+ * Generate an unsigned transaction from operations and metadata. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
381
381
  * Generate an Unsigned Transaction and Signing Payloads
382
382
  */
383
383
  rosettaConstructionPayloads(requestParameters: RosettaConstructionPayloadsOperationRequest, initOverrides?: RequestInit): Promise<RosettaConstructionPayloadResponse>;
@@ -392,22 +392,22 @@ export declare class RosettaApi extends runtime.BaseAPI implements RosettaApiInt
392
392
  */
393
393
  rosettaConstructionPreprocess(requestParameters: RosettaConstructionPreprocessOperationRequest, initOverrides?: RequestInit): Promise<RosettaConstructionPreprocessResponse>;
394
394
  /**
395
- * Submit a pre-signed transaction to the node.
395
+ * Submit a pre-signed transaction to the node. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
396
396
  * Submit a Signed Transaction
397
397
  */
398
398
  rosettaConstructionSubmitRaw(requestParameters: RosettaConstructionSubmitOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<RosettaConstructionSubmitResponse>>;
399
399
  /**
400
- * Submit a pre-signed transaction to the node.
400
+ * Submit a pre-signed transaction to the node. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
401
401
  * Submit a Signed Transaction
402
402
  */
403
403
  rosettaConstructionSubmit(requestParameters: RosettaConstructionSubmitOperationRequest, initOverrides?: RequestInit): Promise<RosettaConstructionSubmitResponse>;
404
404
  /**
405
- * Retrieves a list of transcations currently in the mempool for a given network.
405
+ * Retrieves a list of transactions currently in the mempool for a given network.
406
406
  * Get All Mempool Transactions
407
407
  */
408
408
  rosettaMempoolRaw(requestParameters: RosettaMempoolOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<RosettaMempoolResponse>>;
409
409
  /**
410
- * Retrieves a list of transcations currently in the mempool for a given network.
410
+ * Retrieves a list of transactions currently in the mempool for a given network.
411
411
  * Get All Mempool Transactions
412
412
  */
413
413
  rosettaMempool(requestParameters: RosettaMempoolOperationRequest, initOverrides?: RequestInit): Promise<RosettaMempoolResponse>;
@@ -105,7 +105,7 @@ class RosettaApi extends runtime.BaseAPI {
105
105
  return await response.value();
106
106
  }
107
107
  /**
108
- * Take unsigned transaction and signature, combine both and return signed transaction
108
+ * Take unsigned transaction and signature, combine both and return signed transaction. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
109
109
  * Create Network Transaction from Signatures
110
110
  */
111
111
  async rosettaConstructionCombineRaw(requestParameters, initOverrides) {
@@ -125,7 +125,7 @@ class RosettaApi extends runtime.BaseAPI {
125
125
  return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.RosettaConstructionCombineResponseFromJSON)(jsonValue));
126
126
  }
127
127
  /**
128
- * Take unsigned transaction and signature, combine both and return signed transaction
128
+ * Take unsigned transaction and signature, combine both and return signed transaction. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
129
129
  * Create Network Transaction from Signatures
130
130
  */
131
131
  async rosettaConstructionCombine(requestParameters, initOverrides) {
@@ -245,7 +245,7 @@ class RosettaApi extends runtime.BaseAPI {
245
245
  return await response.value();
246
246
  }
247
247
  /**
248
- * Generate and unsigned transaction from operations and metadata
248
+ * Generate an unsigned transaction from operations and metadata. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
249
249
  * Generate an Unsigned Transaction and Signing Payloads
250
250
  */
251
251
  async rosettaConstructionPayloadsRaw(requestParameters, initOverrides) {
@@ -265,7 +265,7 @@ class RosettaApi extends runtime.BaseAPI {
265
265
  return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.RosettaConstructionPayloadResponseFromJSON)(jsonValue));
266
266
  }
267
267
  /**
268
- * Generate and unsigned transaction from operations and metadata
268
+ * Generate an unsigned transaction from operations and metadata. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
269
269
  * Generate an Unsigned Transaction and Signing Payloads
270
270
  */
271
271
  async rosettaConstructionPayloads(requestParameters, initOverrides) {
@@ -301,7 +301,7 @@ class RosettaApi extends runtime.BaseAPI {
301
301
  return await response.value();
302
302
  }
303
303
  /**
304
- * Submit a pre-signed transaction to the node.
304
+ * Submit a pre-signed transaction to the node. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
305
305
  * Submit a Signed Transaction
306
306
  */
307
307
  async rosettaConstructionSubmitRaw(requestParameters, initOverrides) {
@@ -321,7 +321,7 @@ class RosettaApi extends runtime.BaseAPI {
321
321
  return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.RosettaConstructionSubmitResponseFromJSON)(jsonValue));
322
322
  }
323
323
  /**
324
- * Submit a pre-signed transaction to the node.
324
+ * Submit a pre-signed transaction to the node. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
325
325
  * Submit a Signed Transaction
326
326
  */
327
327
  async rosettaConstructionSubmit(requestParameters, initOverrides) {
@@ -329,7 +329,7 @@ class RosettaApi extends runtime.BaseAPI {
329
329
  return await response.value();
330
330
  }
331
331
  /**
332
- * Retrieves a list of transcations currently in the mempool for a given network.
332
+ * Retrieves a list of transactions currently in the mempool for a given network.
333
333
  * Get All Mempool Transactions
334
334
  */
335
335
  async rosettaMempoolRaw(requestParameters, initOverrides) {
@@ -349,7 +349,7 @@ class RosettaApi extends runtime.BaseAPI {
349
349
  return new runtime.JSONApiResponse(response, (jsonValue) => (0, models_1.RosettaMempoolResponseFromJSON)(jsonValue));
350
350
  }
351
351
  /**
352
- * Retrieves a list of transcations currently in the mempool for a given network.
352
+ * Retrieves a list of transactions currently in the mempool for a given network.
353
353
  * Get All Mempool Transactions
354
354
  */
355
355
  async rosettaMempool(requestParameters, initOverrides) {
package/lib/index.umd.js CHANGED
@@ -6950,7 +6950,7 @@
6950
6950
  }
6951
6951
  }
6952
6952
  /**
6953
- * Retrieves transaction details for a given Transcation Id `tx_id`, for a given account or contract Identifier.
6953
+ * Retrieves transaction details for a given Transaction Id `tx_id`, for a given account or contract Identifier.
6954
6954
  * Get account transaction information for specific transaction
6955
6955
  */
6956
6956
  ;
@@ -6984,7 +6984,7 @@
6984
6984
  }
6985
6985
  }
6986
6986
  /**
6987
- * Retrieves transaction details for a given Transcation Id `tx_id`, for a given account or contract Identifier.
6987
+ * Retrieves transaction details for a given Transaction Id `tx_id`, for a given account or contract Identifier.
6988
6988
  * Get account transaction information for specific transaction
6989
6989
  */
6990
6990
  ;
@@ -8730,7 +8730,7 @@
8730
8730
 
8731
8731
  /**
8732
8732
  * Retrieves metadata for non fungible tokens for a given contract id. More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/write-smart-contracts/tokens#non-fungible-tokens-nfts).
8733
- * Non fungible tokens metadata for contract id
8733
+ * Non fungible tokens metadata for contract ID
8734
8734
  */
8735
8735
  _proto.getContractNftMetadataRaw = function getContractNftMetadataRaw(requestParameters, initOverrides) {
8736
8736
  try {
@@ -8758,7 +8758,7 @@
8758
8758
  }
8759
8759
  /**
8760
8760
  * Retrieves metadata for non fungible tokens for a given contract id. More information on Non-Fungible Tokens on the Stacks blockchain can be found [here](https://docs.stacks.co/write-smart-contracts/tokens#non-fungible-tokens-nfts).
8761
- * Non fungible tokens metadata for contract id
8761
+ * Non fungible tokens metadata for contract ID
8762
8762
  */
8763
8763
  ;
8764
8764
 
@@ -9204,7 +9204,7 @@
9204
9204
  }
9205
9205
  }
9206
9206
  /**
9207
- * Take unsigned transaction and signature, combine both and return signed transaction
9207
+ * Take unsigned transaction and signature, combine both and return signed transaction. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
9208
9208
  * Create Network Transaction from Signatures
9209
9209
  */
9210
9210
  ;
@@ -9236,7 +9236,7 @@
9236
9236
  }
9237
9237
  }
9238
9238
  /**
9239
- * Take unsigned transaction and signature, combine both and return signed transaction
9239
+ * Take unsigned transaction and signature, combine both and return signed transaction. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
9240
9240
  * Create Network Transaction from Signatures
9241
9241
  */
9242
9242
  ;
@@ -9449,7 +9449,7 @@
9449
9449
  }
9450
9450
  }
9451
9451
  /**
9452
- * Generate and unsigned transaction from operations and metadata
9452
+ * Generate an unsigned transaction from operations and metadata. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
9453
9453
  * Generate an Unsigned Transaction and Signing Payloads
9454
9454
  */
9455
9455
  ;
@@ -9481,7 +9481,7 @@
9481
9481
  }
9482
9482
  }
9483
9483
  /**
9484
- * Generate and unsigned transaction from operations and metadata
9484
+ * Generate an unsigned transaction from operations and metadata. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
9485
9485
  * Generate an Unsigned Transaction and Signing Payloads
9486
9486
  */
9487
9487
  ;
@@ -9547,7 +9547,7 @@
9547
9547
  }
9548
9548
  }
9549
9549
  /**
9550
- * Submit a pre-signed transaction to the node.
9550
+ * Submit a pre-signed transaction to the node. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
9551
9551
  * Submit a Signed Transaction
9552
9552
  */
9553
9553
  ;
@@ -9579,7 +9579,7 @@
9579
9579
  }
9580
9580
  }
9581
9581
  /**
9582
- * Submit a pre-signed transaction to the node.
9582
+ * Submit a pre-signed transaction to the node. The examples below are illustrative only. You\'ll need to use your wallet to generate actual values to use them in the request payload.
9583
9583
  * Submit a Signed Transaction
9584
9584
  */
9585
9585
  ;
@@ -9596,7 +9596,7 @@
9596
9596
  }
9597
9597
  }
9598
9598
  /**
9599
- * Retrieves a list of transcations currently in the mempool for a given network.
9599
+ * Retrieves a list of transactions currently in the mempool for a given network.
9600
9600
  * Get All Mempool Transactions
9601
9601
  */
9602
9602
  ;
@@ -9628,7 +9628,7 @@
9628
9628
  }
9629
9629
  }
9630
9630
  /**
9631
- * Retrieves a list of transcations currently in the mempool for a given network.
9631
+ * Retrieves a list of transactions currently in the mempool for a given network.
9632
9632
  * Get All Mempool Transactions
9633
9633
  */
9634
9634
  ;