locuschain-lib 1.3.2 → 1.3.3
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/lclib-amd.js +1 -1
- package/dist/lclib-cjs.js +1 -1
- package/dist/lclib-esm.js +1 -1
- package/package.json +1 -1
package/dist/lclib-amd.js
CHANGED
|
@@ -18361,7 +18361,7 @@ define(['exports'], (function (exports) { 'use strict';
|
|
|
18361
18361
|
return LocusLib.callWasm("GenerateMnemonicBySeed", { seed });
|
|
18362
18362
|
}
|
|
18363
18363
|
static DeriveKeysFromMnemonic(mnemonic, path) {
|
|
18364
|
-
return LocusLib.callWasm("DeriveKeysFromMnemonic", { mnemonic, path });
|
|
18364
|
+
return LocusLib.callWasm("DeriveKeysFromMnemonic", { mnemonic, path, atu: 0 });
|
|
18365
18365
|
}
|
|
18366
18366
|
static MakeCurrency(x, unit) {
|
|
18367
18367
|
return LocusLib.callWasm("MakeCurrency", { x, unit });
|
package/dist/lclib-cjs.js
CHANGED
|
@@ -18361,7 +18361,7 @@ class LocusLib extends TxIntegrityChecker {
|
|
|
18361
18361
|
return LocusLib.callWasm("GenerateMnemonicBySeed", { seed });
|
|
18362
18362
|
}
|
|
18363
18363
|
static DeriveKeysFromMnemonic(mnemonic, path) {
|
|
18364
|
-
return LocusLib.callWasm("DeriveKeysFromMnemonic", { mnemonic, path });
|
|
18364
|
+
return LocusLib.callWasm("DeriveKeysFromMnemonic", { mnemonic, path, atu: 0 });
|
|
18365
18365
|
}
|
|
18366
18366
|
static MakeCurrency(x, unit) {
|
|
18367
18367
|
return LocusLib.callWasm("MakeCurrency", { x, unit });
|
package/dist/lclib-esm.js
CHANGED
|
@@ -18359,7 +18359,7 @@ class LocusLib extends TxIntegrityChecker {
|
|
|
18359
18359
|
return LocusLib.callWasm("GenerateMnemonicBySeed", { seed });
|
|
18360
18360
|
}
|
|
18361
18361
|
static DeriveKeysFromMnemonic(mnemonic, path) {
|
|
18362
|
-
return LocusLib.callWasm("DeriveKeysFromMnemonic", { mnemonic, path });
|
|
18362
|
+
return LocusLib.callWasm("DeriveKeysFromMnemonic", { mnemonic, path, atu: 0 });
|
|
18363
18363
|
}
|
|
18364
18364
|
static MakeCurrency(x, unit) {
|
|
18365
18365
|
return LocusLib.callWasm("MakeCurrency", { x, unit });
|