@stacks/blockchain-api-client 4.1.0 → 5.0.0-beta.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.
@@ -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) => 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) => 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) => 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) {
@@ -33,6 +33,12 @@ export interface Block {
33
33
  * @memberof Block
34
34
  */
35
35
  hash: string;
36
+ /**
37
+ * The only hash that can uniquely identify an anchored block or an unconfirmed state trie
38
+ * @type {string}
39
+ * @memberof Block
40
+ */
41
+ index_block_hash: string;
36
42
  /**
37
43
  * Hash of the parent block
38
44
  * @type {string}
@@ -26,6 +26,7 @@ function BlockFromJSONTyped(json, ignoreDiscriminator) {
26
26
  'canonical': json['canonical'],
27
27
  'height': json['height'],
28
28
  'hash': json['hash'],
29
+ 'index_block_hash': json['index_block_hash'],
29
30
  'parent_block_hash': json['parent_block_hash'],
30
31
  'burn_block_time': json['burn_block_time'],
31
32
  'burn_block_time_iso': json['burn_block_time_iso'],
@@ -56,6 +57,7 @@ function BlockToJSON(value) {
56
57
  'canonical': value.canonical,
57
58
  'height': value.height,
58
59
  'hash': value.hash,
60
+ 'index_block_hash': value.index_block_hash,
59
61
  'parent_block_hash': value.parent_block_hash,
60
62
  'burn_block_time': value.burn_block_time,
61
63
  'burn_block_time_iso': value.burn_block_time_iso,
@@ -1 +1 @@
1
- {"version":3,"file":"Block.js","sourceRoot":"","sources":["../../../src/generated/models/Block.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA6HH,SAAgB,aAAa,CAAC,IAAS;IACnC,OAAO,kBAAkB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3C,CAAC;AAFD,sCAEC;AAED,SAAgB,kBAAkB,CAAC,IAAS,EAAE,mBAA4B;IACtE,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC;QAC9B,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC;QACxB,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,mBAAmB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC9C,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,CAAC;QAC1C,qBAAqB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAClD,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,CAAC;QAC1C,mBAAmB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC9C,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC;QAChC,wBAAwB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACxD,4BAA4B,EAAE,IAAI,CAAC,4BAA4B,CAAC;QAChE,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC;QAClB,sBAAsB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QACpD,sBAAsB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QACpD,2BAA2B,EAAE,IAAI,CAAC,2BAA2B,CAAC;QAC9D,4BAA4B,EAAE,IAAI,CAAC,4BAA4B,CAAC;QAChE,wBAAwB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACxD,4BAA4B,EAAE,IAAI,CAAC,4BAA4B,CAAC;QAChE,6BAA6B,EAAE,IAAI,CAAC,6BAA6B,CAAC;KACrE,CAAC;AACN,CAAC;AA1BD,gDA0BC;AAED,SAAgB,WAAW,CAAC,KAAoB;IAC5C,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,WAAW,EAAE,KAAK,CAAC,SAAS;QAC5B,QAAQ,EAAE,KAAK,CAAC,MAAM;QACtB,MAAM,EAAE,KAAK,CAAC,IAAI;QAClB,mBAAmB,EAAE,KAAK,CAAC,iBAAiB;QAC5C,iBAAiB,EAAE,KAAK,CAAC,eAAe;QACxC,qBAAqB,EAAE,KAAK,CAAC,mBAAmB;QAChD,iBAAiB,EAAE,KAAK,CAAC,eAAe;QACxC,mBAAmB,EAAE,KAAK,CAAC,iBAAiB;QAC5C,YAAY,EAAE,KAAK,CAAC,UAAU;QAC9B,wBAAwB,EAAE,KAAK,CAAC,sBAAsB;QACtD,4BAA4B,EAAE,KAAK,CAAC,0BAA0B;QAC9D,KAAK,EAAE,KAAK,CAAC,GAAG;QAChB,sBAAsB,EAAE,KAAK,CAAC,oBAAoB;QAClD,sBAAsB,EAAE,KAAK,CAAC,oBAAoB;QAClD,2BAA2B,EAAE,KAAK,CAAC,yBAAyB;QAC5D,4BAA4B,EAAE,KAAK,CAAC,0BAA0B;QAC9D,wBAAwB,EAAE,KAAK,CAAC,sBAAsB;QACtD,4BAA4B,EAAE,KAAK,CAAC,0BAA0B;QAC9D,6BAA6B,EAAE,KAAK,CAAC,2BAA2B;KACnE,CAAC;AACN,CAAC;AA7BD,kCA6BC"}
1
+ {"version":3,"file":"Block.js","sourceRoot":"","sources":["../../../src/generated/models/Block.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAmIH,SAAgB,aAAa,CAAC,IAAS;IACnC,OAAO,kBAAkB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3C,CAAC;AAFD,sCAEC;AAED,SAAgB,kBAAkB,CAAC,IAAS,EAAE,mBAA4B;IACtE,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE;QACzC,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC;QAC9B,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC;QACxB,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,kBAAkB,EAAE,IAAI,CAAC,kBAAkB,CAAC;QAC5C,mBAAmB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC9C,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,CAAC;QAC1C,qBAAqB,EAAE,IAAI,CAAC,qBAAqB,CAAC;QAClD,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,CAAC;QAC1C,mBAAmB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC9C,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC;QAChC,wBAAwB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACxD,4BAA4B,EAAE,IAAI,CAAC,4BAA4B,CAAC;QAChE,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC;QAClB,sBAAsB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QACpD,sBAAsB,EAAE,IAAI,CAAC,sBAAsB,CAAC;QACpD,2BAA2B,EAAE,IAAI,CAAC,2BAA2B,CAAC;QAC9D,4BAA4B,EAAE,IAAI,CAAC,4BAA4B,CAAC;QAChE,wBAAwB,EAAE,IAAI,CAAC,wBAAwB,CAAC;QACxD,4BAA4B,EAAE,IAAI,CAAC,4BAA4B,CAAC;QAChE,6BAA6B,EAAE,IAAI,CAAC,6BAA6B,CAAC;KACrE,CAAC;AACN,CAAC;AA3BD,gDA2BC;AAED,SAAgB,WAAW,CAAC,KAAoB;IAC5C,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,OAAO,SAAS,CAAC;KACpB;IACD,IAAI,KAAK,KAAK,IAAI,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IACD,OAAO;QAEH,WAAW,EAAE,KAAK,CAAC,SAAS;QAC5B,QAAQ,EAAE,KAAK,CAAC,MAAM;QACtB,MAAM,EAAE,KAAK,CAAC,IAAI;QAClB,kBAAkB,EAAE,KAAK,CAAC,gBAAgB;QAC1C,mBAAmB,EAAE,KAAK,CAAC,iBAAiB;QAC5C,iBAAiB,EAAE,KAAK,CAAC,eAAe;QACxC,qBAAqB,EAAE,KAAK,CAAC,mBAAmB;QAChD,iBAAiB,EAAE,KAAK,CAAC,eAAe;QACxC,mBAAmB,EAAE,KAAK,CAAC,iBAAiB;QAC5C,YAAY,EAAE,KAAK,CAAC,UAAU;QAC9B,wBAAwB,EAAE,KAAK,CAAC,sBAAsB;QACtD,4BAA4B,EAAE,KAAK,CAAC,0BAA0B;QAC9D,KAAK,EAAE,KAAK,CAAC,GAAG;QAChB,sBAAsB,EAAE,KAAK,CAAC,oBAAoB;QAClD,sBAAsB,EAAE,KAAK,CAAC,oBAAoB;QAClD,2BAA2B,EAAE,KAAK,CAAC,yBAAyB;QAC5D,4BAA4B,EAAE,KAAK,CAAC,0BAA0B;QAC9D,wBAAwB,EAAE,KAAK,CAAC,sBAAsB;QACtD,4BAA4B,EAAE,KAAK,CAAC,0BAA0B;QAC9D,6BAA6B,EAAE,KAAK,CAAC,2BAA2B;KACnE,CAAC;AACN,CAAC;AA9BD,kCA8BC"}
package/lib/index.umd.js CHANGED
@@ -1415,6 +1415,7 @@
1415
1415
  'canonical': json['canonical'],
1416
1416
  'height': json['height'],
1417
1417
  'hash': json['hash'],
1418
+ 'index_block_hash': json['index_block_hash'],
1418
1419
  'parent_block_hash': json['parent_block_hash'],
1419
1420
  'burn_block_time': json['burn_block_time'],
1420
1421
  'burn_block_time_iso': json['burn_block_time_iso'],
@@ -1446,6 +1447,7 @@
1446
1447
  'canonical': value.canonical,
1447
1448
  'height': value.height,
1448
1449
  'hash': value.hash,
1450
+ 'index_block_hash': value.index_block_hash,
1449
1451
  'parent_block_hash': value.parent_block_hash,
1450
1452
  'burn_block_time': value.burn_block_time,
1451
1453
  'burn_block_time_iso': value.burn_block_time_iso,
@@ -6859,7 +6861,7 @@
6859
6861
  }
6860
6862
  }
6861
6863
  /**
6862
- * Retrieves block details of a specific block for a given chain height
6864
+ * Retrieves block details of a specific block for a given chain height. You can use the hash from your latest block (\'get_block_list\' API) to get your block details.
6863
6865
  * Get block by hash
6864
6866
  */
6865
6867
  ;
@@ -6889,7 +6891,7 @@
6889
6891
  }
6890
6892
  }
6891
6893
  /**
6892
- * Retrieves block details of a specific block for a given chain height
6894
+ * Retrieves block details of a specific block for a given chain height. You can use the hash from your latest block (\'get_block_list\' API) to get your block details.
6893
6895
  * Get block by hash
6894
6896
  */
6895
6897
  ;
@@ -7149,7 +7151,7 @@
7149
7151
  var _proto = FeesApi.prototype;
7150
7152
 
7151
7153
  /**
7152
- * **NOTE:** This endpoint is deprecated in favor of [Get approximate fees for the given transaction](#operation/post_fee_transaction). Retrieves estimated fee rate.
7154
+ * **NOTE:** This endpoint is deprecated in favor of [Get approximate fees for a given transaction](#operation/post_fee_transaction). Retrieves estimated fee rate.
7153
7155
  * Fetch fee rate
7154
7156
  */
7155
7157
  _proto.fetchFeeRateRaw = function fetchFeeRateRaw(requestParameters, initOverrides) {
@@ -7179,7 +7181,7 @@
7179
7181
  }
7180
7182
  }
7181
7183
  /**
7182
- * **NOTE:** This endpoint is deprecated in favor of [Get approximate fees for the given transaction](#operation/post_fee_transaction). Retrieves estimated fee rate.
7184
+ * **NOTE:** This endpoint is deprecated in favor of [Get approximate fees for a given transaction](#operation/post_fee_transaction). Retrieves estimated fee rate.
7183
7185
  * Fetch fee rate
7184
7186
  */
7185
7187
  ;
@@ -7238,7 +7240,7 @@
7238
7240
  }
7239
7241
  /**
7240
7242
  * Get an estimated fee for the supplied transaction. This estimates the execution cost of the transaction, the current fee rate of the network, and returns estimates for fee amounts. * `transaction_payload` is a hex-encoded serialization of the TransactionPayload for the transaction. * `estimated_len` is an optional argument that provides the endpoint with an estimation of the final length (in bytes) of the transaction, including any post-conditions and signatures If the node cannot provide an estimate for the transaction (e.g., if the node has never seen a contract-call for the given contract and function) or if estimation is not configured on this node, a 400 response is returned. The 400 response will be a JSON error containing a `reason` field which can be one of the following: * `DatabaseError` - this Stacks node has had an internal database error while trying to estimate the costs of the supplied transaction. * `NoEstimateAvailable` - this Stacks node has not seen this kind of contract-call before, and it cannot provide an estimate yet. * `CostEstimationDisabled` - this Stacks node does not perform fee or cost estimation, and it cannot respond on this endpoint. The 200 response contains the following data: * `estimated_cost` - the estimated multi-dimensional cost of executing the Clarity VM on the provided transaction. * `estimated_cost_scalar` - a unitless integer that the Stacks node uses to compare how much of the block limit is consumed by different transactions. This value incorporates the estimated length of the transaction and the estimated execution cost of the transaction. The range of this integer may vary between different Stacks nodes. In order to compute an estimate of total fee amount for the transaction, this value is multiplied by the same Stacks node\'s estimated fee rate. * `cost_scalar_change_by_byte` - a float value that indicates how much the `estimated_cost_scalar` value would increase for every additional byte in the final transaction. * `estimations` - an array of estimated fee rates and total fees to pay in microSTX for the transaction. This array provides a range of estimates (default: 3) that may be used. Each element of the array contains the following fields: * `fee_rate` - the estimated value for the current fee rates in the network * `fee` - the estimated value for the total fee in microSTX that the given transaction should pay. These values are the result of computing: `fee_rate` x `estimated_cost_scalar`. If the estimated fees are less than the minimum relay fee `(1 ustx x estimated_len)`, then that minimum relay fee will be returned here instead. Note: If the final transaction\'s byte size is larger than supplied to `estimated_len`, then applications should increase this fee amount by: `fee_rate` x `cost_scalar_change_by_byte` x (`final_size` - `estimated_size`)
7241
- * Get approximate fees for the given transaction
7243
+ * Get approximate fees for a given transaction
7242
7244
  */
7243
7245
  ;
7244
7246
 
@@ -7266,7 +7268,7 @@
7266
7268
  }
7267
7269
  /**
7268
7270
  * Get an estimated fee for the supplied transaction. This estimates the execution cost of the transaction, the current fee rate of the network, and returns estimates for fee amounts. * `transaction_payload` is a hex-encoded serialization of the TransactionPayload for the transaction. * `estimated_len` is an optional argument that provides the endpoint with an estimation of the final length (in bytes) of the transaction, including any post-conditions and signatures If the node cannot provide an estimate for the transaction (e.g., if the node has never seen a contract-call for the given contract and function) or if estimation is not configured on this node, a 400 response is returned. The 400 response will be a JSON error containing a `reason` field which can be one of the following: * `DatabaseError` - this Stacks node has had an internal database error while trying to estimate the costs of the supplied transaction. * `NoEstimateAvailable` - this Stacks node has not seen this kind of contract-call before, and it cannot provide an estimate yet. * `CostEstimationDisabled` - this Stacks node does not perform fee or cost estimation, and it cannot respond on this endpoint. The 200 response contains the following data: * `estimated_cost` - the estimated multi-dimensional cost of executing the Clarity VM on the provided transaction. * `estimated_cost_scalar` - a unitless integer that the Stacks node uses to compare how much of the block limit is consumed by different transactions. This value incorporates the estimated length of the transaction and the estimated execution cost of the transaction. The range of this integer may vary between different Stacks nodes. In order to compute an estimate of total fee amount for the transaction, this value is multiplied by the same Stacks node\'s estimated fee rate. * `cost_scalar_change_by_byte` - a float value that indicates how much the `estimated_cost_scalar` value would increase for every additional byte in the final transaction. * `estimations` - an array of estimated fee rates and total fees to pay in microSTX for the transaction. This array provides a range of estimates (default: 3) that may be used. Each element of the array contains the following fields: * `fee_rate` - the estimated value for the current fee rates in the network * `fee` - the estimated value for the total fee in microSTX that the given transaction should pay. These values are the result of computing: `fee_rate` x `estimated_cost_scalar`. If the estimated fees are less than the minimum relay fee `(1 ustx x estimated_len)`, then that minimum relay fee will be returned here instead. Note: If the final transaction\'s byte size is larger than supplied to `estimated_len`, then applications should increase this fee amount by: `fee_rate` x `cost_scalar_change_by_byte` x (`final_size` - `estimated_size`)
7269
- * Get approximate fees for the given transaction
7271
+ * Get approximate fees for a given transaction
7270
7272
  */
7271
7273
  ;
7272
7274
 
@@ -8090,10 +8092,6 @@
8090
8092
  try {
8091
8093
  var _this10 = this;
8092
8094
 
8093
- if (requestParameters.page === null || requestParameters.page === undefined) {
8094
- throw new RequiredError('page', 'Required parameter requestParameters.page was null or undefined when calling getAllNames.');
8095
- }
8096
-
8097
8095
  var queryParameters = {};
8098
8096
 
8099
8097
  if (requestParameters.page !== undefined) {
@@ -8381,10 +8379,6 @@
8381
8379
  throw new RequiredError('tld', 'Required parameter requestParameters.tld was null or undefined when calling getNamespaceNames.');
8382
8380
  }
8383
8381
 
8384
- if (requestParameters.page === null || requestParameters.page === undefined) {
8385
- throw new RequiredError('page', 'Required parameter requestParameters.page was null or undefined when calling getNamespaceNames.');
8386
- }
8387
-
8388
8382
  var queryParameters = {};
8389
8383
 
8390
8384
  if (requestParameters.page !== undefined) {
@@ -8487,7 +8481,7 @@
8487
8481
 
8488
8482
  /**
8489
8483
  * 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).
8490
- * Non fungible tokens metadata for contract id
8484
+ * Non fungible tokens metadata for contract ID
8491
8485
  */
8492
8486
  _proto.getContractNftMetadataRaw = function getContractNftMetadataRaw(requestParameters, initOverrides) {
8493
8487
  try {
@@ -8515,7 +8509,7 @@
8515
8509
  }
8516
8510
  /**
8517
8511
  * 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).
8518
- * Non fungible tokens metadata for contract id
8512
+ * Non fungible tokens metadata for contract ID
8519
8513
  */
8520
8514
  ;
8521
8515
 
@@ -8961,7 +8955,7 @@
8961
8955
  }
8962
8956
  }
8963
8957
  /**
8964
- * Take unsigned transaction and signature, combine both and return signed transaction
8958
+ * 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.
8965
8959
  * Create Network Transaction from Signatures
8966
8960
  */
8967
8961
  ;
@@ -8993,7 +8987,7 @@
8993
8987
  }
8994
8988
  }
8995
8989
  /**
8996
- * Take unsigned transaction and signature, combine both and return signed transaction
8990
+ * 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.
8997
8991
  * Create Network Transaction from Signatures
8998
8992
  */
8999
8993
  ;
@@ -9206,7 +9200,7 @@
9206
9200
  }
9207
9201
  }
9208
9202
  /**
9209
- * Generate and unsigned transaction from operations and metadata
9203
+ * 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.
9210
9204
  * Generate an Unsigned Transaction and Signing Payloads
9211
9205
  */
9212
9206
  ;
@@ -9238,7 +9232,7 @@
9238
9232
  }
9239
9233
  }
9240
9234
  /**
9241
- * Generate and unsigned transaction from operations and metadata
9235
+ * 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.
9242
9236
  * Generate an Unsigned Transaction and Signing Payloads
9243
9237
  */
9244
9238
  ;
@@ -9304,7 +9298,7 @@
9304
9298
  }
9305
9299
  }
9306
9300
  /**
9307
- * Submit a pre-signed transaction to the node.
9301
+ * 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.
9308
9302
  * Submit a Signed Transaction
9309
9303
  */
9310
9304
  ;
@@ -9336,7 +9330,7 @@
9336
9330
  }
9337
9331
  }
9338
9332
  /**
9339
- * Submit a pre-signed transaction to the node.
9333
+ * 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.
9340
9334
  * Submit a Signed Transaction
9341
9335
  */
9342
9336
  ;