@meshsdk/transaction 1.7.10 → 1.7.11
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1248,7 +1248,7 @@ var MeshTxBuilderCore = class {
|
|
|
1248
1248
|
* @param strategy The strategy to be used in utxo selection
|
|
1249
1249
|
* @param threshold Extra value needed to be selected for, usually for paying fees and min UTxO value of change output
|
|
1250
1250
|
*/
|
|
1251
|
-
selectUtxosFrom = (extraInputs, strategy = "
|
|
1251
|
+
selectUtxosFrom = (extraInputs, strategy = "experimental", threshold = "5000000", includeTxFees = true) => {
|
|
1252
1252
|
this.meshTxBuilderBody.extraInputs = extraInputs;
|
|
1253
1253
|
const newConfig = {
|
|
1254
1254
|
threshold,
|
package/dist/index.js
CHANGED
|
@@ -1215,7 +1215,7 @@ var MeshTxBuilderCore = class {
|
|
|
1215
1215
|
* @param strategy The strategy to be used in utxo selection
|
|
1216
1216
|
* @param threshold Extra value needed to be selected for, usually for paying fees and min UTxO value of change output
|
|
1217
1217
|
*/
|
|
1218
|
-
selectUtxosFrom = (extraInputs, strategy = "
|
|
1218
|
+
selectUtxosFrom = (extraInputs, strategy = "experimental", threshold = "5000000", includeTxFees = true) => {
|
|
1219
1219
|
this.meshTxBuilderBody.extraInputs = extraInputs;
|
|
1220
1220
|
const newConfig = {
|
|
1221
1221
|
threshold,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meshsdk/transaction",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.11",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"browser": "./dist/index.js",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"typescript": "^5.3.3"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@meshsdk/common": "1.7.
|
|
39
|
-
"@meshsdk/core-csl": "1.7.
|
|
40
|
-
"@meshsdk/core-cst": "1.7.
|
|
38
|
+
"@meshsdk/common": "1.7.11",
|
|
39
|
+
"@meshsdk/core-csl": "1.7.11",
|
|
40
|
+
"@meshsdk/core-cst": "1.7.11",
|
|
41
41
|
"json-bigint": "^1.0.0"
|
|
42
42
|
},
|
|
43
43
|
"prettier": "@meshsdk/configs/prettier",
|