nexa-wallet-sdk 0.4.0 → 0.4.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.
- package/dist/index.cjs +7 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +7 -8
- package/dist/index.mjs.map +1 -1
- package/dist/index.web.mjs +7 -8
- package/dist/index.web.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -149,7 +149,7 @@ $parcel$export(module.exports, "SighashType", () => $l50U0$libnexats.SighashType
|
|
|
149
149
|
$parcel$export(module.exports, "AccountKeysUtils", () => $4d68f29c39c1a3e4$export$94f569bf4eb0f6f6);
|
|
150
150
|
// @ts-ignore
|
|
151
151
|
var $2dd241e44b9dc3c2$exports = {};
|
|
152
|
-
$2dd241e44b9dc3c2$exports = JSON.parse("{\"name\":\"nexa-wallet-sdk\",\"version\":\"0.4.
|
|
152
|
+
$2dd241e44b9dc3c2$exports = JSON.parse("{\"name\":\"nexa-wallet-sdk\",\"version\":\"0.4.2\",\"type\":\"module\",\"source\":\"src/index.ts\",\"types\":\"dist/index.d.ts\",\"main\":\"dist/index.cjs\",\"module\":\"dist/index.mjs\",\"browser\":\"dist/index.web.mjs\",\"exports\":{\"types\":\"./dist/index.d.ts\",\"node\":{\"import\":\"./dist/index.mjs\",\"require\":\"./dist/index.cjs\"},\"browser\":\"./dist/index.web.mjs\",\"default\":\"./dist/index.mjs\"},\"scripts\":{\"build\":\"parcel build\",\"lint\":\"eslint .\",\"fix-lint\":\"eslint --fix .\",\"dev\":\"parcel watch\",\"test\":\"vitest run\",\"clean\":\"rm -rf dist .parcel-cache\",\"docs\":\"typedoc\",\"docs:serve\":\"typedoc && npx serve docs -l 8080\",\"docs:mkdocs\":\"typedoc && mkdocs serve\",\"docs:build\":\"typedoc && mkdocs build\",\"docs:setup\":\"./scripts/setup-docs.sh\",\"wallet-cli\":\"node examples/wallet-cli.cjs\"},\"repository\":{\"type\":\"git\",\"url\":\"git+ssh://git@gitlab.com/nexa/wallet-sdk-ts.git\"},\"keywords\":[\"nexa\",\"wallet\",\"web3\",\"crypto\",\"dapp\",\"walletcomms\",\"walletsdk\"],\"contributors\":[{\"name\":\"Dolaned\"},{\"name\":\"Griffith\"},{\"name\":\"Vgrunner\"},{\"name\":\"myendy\"}],\"author\":\"Dolaned\",\"license\":\"MIT\",\"bugs\":{\"url\":\"https://gitlab.com/nexa/wallet-sdk-ts/issues\"},\"homepage\":\"https://gitlab.com/nexa/wallet-sdk-ts#readme\",\"description\":\"Wallet SDK for the Nexa blockchain\",\"devDependencies\":{\"@parcel/packager-ts\":\"^2.15.4\",\"@parcel/transformer-typescript-types\":\"^2.15.4\",\"@types/lodash-es\":\"^4.17.12\",\"@types/node\":\"^22.13.1\",\"eslint\":\"^9.20.1\",\"parcel\":\"^2.15.4\",\"typedoc\":\"^0.28.7\",\"typedoc-plugin-markdown\":\"^4.7.0\",\"typedoc-plugin-rename-defaults\":\"^0.7.3\",\"typescript\":\"^5.8.3\",\"typescript-eslint\":\"^8.24.1\",\"vitest\":\"^3.0.8\"},\"targets\":{\"main\":{\"context\":\"node\",\"outputFormat\":\"commonjs\",\"distDir\":\"dist\",\"isLibrary\":true,\"includeNodeModules\":[\"lodash-es\"]},\"module\":{\"context\":\"node\",\"outputFormat\":\"esmodule\",\"distDir\":\"dist\",\"isLibrary\":true},\"browser\":{\"context\":\"browser\",\"outputFormat\":\"esmodule\",\"distDir\":\"dist\",\"isLibrary\":true}},\"dependencies\":{\"@vgrunner/electrum-cash\":\"^2.0.12\",\"bip39\":\"^3.1.0\",\"js-big-decimal\":\"^2.2.0\",\"libnexa-ts\":\"^1.0.5\",\"lodash-es\":\"^4.17.21\",\"prompt-sync\":\"^4.2.0\",\"wallet-comms-sdk\":\"^0.6.0\"},\"files\":[\"dist\"],\"directories\":{\"test\":\"tests\"},\"@parcel/resolver-default\":{\"packageExports\":true}}");
|
|
153
153
|
|
|
154
154
|
|
|
155
155
|
|
|
@@ -2858,7 +2858,7 @@ async function $52632971edbdb934$export$49bc96b87058cba4(txBuilder, addresses, t
|
|
|
2858
2858
|
throw new Error("Not enough token balance");
|
|
2859
2859
|
}
|
|
2860
2860
|
async function $52632971edbdb934$export$74e83de914f372c5(txBuilder, addresses, opReturnData, network) {
|
|
2861
|
-
let outpoint = ''
|
|
2861
|
+
let outpoint = '';
|
|
2862
2862
|
let usedKeys = [];
|
|
2863
2863
|
for (let item of addresses){
|
|
2864
2864
|
let utxos = await (0, $b5bfd17fdf06d231$export$eaa49f0478d81b9d).getNexaUtxos(item.address);
|
|
@@ -2868,12 +2868,11 @@ async function $52632971edbdb934$export$74e83de914f372c5(txBuilder, addresses, o
|
|
|
2868
2868
|
address: item.address,
|
|
2869
2869
|
satoshis: utxo.value
|
|
2870
2870
|
});
|
|
2871
|
-
if ((0, $bc5ca2c06b1affa3$export$c8733ae29fb53302)(outpoint)) {
|
|
2871
|
+
if ((0, $bc5ca2c06b1affa3$export$c8733ae29fb53302)(outpoint) && !utxo.has_token) {
|
|
2872
2872
|
outpoint = utxo.outpoint_hash;
|
|
2873
2873
|
let id = (0, $l50U0$libnexats.GroupToken).findGroupId(outpoint, Buffer.from(opReturnData, 'hex'), (0, $l50U0$libnexats.GroupToken).authFlags.ACTIVE_FLAG_BITS);
|
|
2874
2874
|
const groupId = new (0, $l50U0$libnexats.Address)(id.hashBuffer, network, (0, $l50U0$libnexats.AddressType).GroupIdAddress).toString();
|
|
2875
2875
|
txBuilder.to(item.address, (0, $l50U0$libnexats.Transaction).DUST_AMOUNT, groupId, (0, $l50U0$libnexats.GroupToken).authFlags.ACTIVE_FLAG_BITS | id.nonce);
|
|
2876
|
-
idHex = id.hashBuffer.toString('hex');
|
|
2877
2876
|
usedKeys.push(item.address);
|
|
2878
2877
|
return usedKeys;
|
|
2879
2878
|
}
|
|
@@ -3021,7 +3020,7 @@ class $2ce5b75d10954bb1$export$2e2bcd8739ae039 extends (0, $57b0117fe8233fef$exp
|
|
|
3021
3020
|
if (tokenAction.action == 'mint' || tokenAction.action == 'melt') // Handle token minting/melting - requires authority
|
|
3022
3021
|
tokenAddresses = tokenAddresses.concat(await (0, $52632971edbdb934$export$d7c9c386067a6463)(this.transactionBuilder, this._availableAddresses, tokenAction.token, tokenAction.action));
|
|
3023
3022
|
else if (tokenAction.action == 'group') // Handle group token creation
|
|
3024
|
-
tokenAddresses = tokenAddresses.concat(await (0, $52632971edbdb934$export$74e83de914f372c5)(this.transactionBuilder, this._availableAddresses, tokenAction.
|
|
3023
|
+
tokenAddresses = tokenAddresses.concat(await (0, $52632971edbdb934$export$74e83de914f372c5)(this.transactionBuilder, this._availableAddresses, tokenAction.extraData?.opReturnData, this.network));
|
|
3025
3024
|
else if (tokenAction.action == 'subgroup') // Handle subgroup token creation
|
|
3026
3025
|
tokenAddresses = tokenAddresses.concat(await (0, $52632971edbdb934$export$d7c9c386067a6463)(this.transactionBuilder, this._availableAddresses, tokenAction.parentToken, tokenAction.action, tokenAction.token, tokenAction.extraData?.quantity));
|
|
3027
3026
|
else if (tokenAction.action == 'renew') // Handle authority renewal
|
|
@@ -3378,14 +3377,14 @@ class $23698d921173fdf9$export$11e896a2f3ae4119 {
|
|
|
3378
3377
|
let fees = 'Unknown';
|
|
3379
3378
|
try {
|
|
3380
3379
|
const tempBuilder = this.wallet.newTransaction(account, request.hex);
|
|
3381
|
-
const tx = tempBuilder.transactionBuilder.
|
|
3380
|
+
const tx = tempBuilder.transactionBuilder.build();
|
|
3382
3381
|
// Calculate total NEXA amount being sent (excluding change)
|
|
3383
3382
|
let nexaTotal = 0n;
|
|
3384
3383
|
for (const output of tx.outputs)if (output.value != BigInt((0, $l50U0$libnexats.Transaction).DUST_AMOUNT)) nexaTotal += output.value;
|
|
3385
3384
|
// Estimate fees
|
|
3386
3385
|
const estimatedFee = tx.estimateRequiredFee();
|
|
3387
|
-
totalAmount =
|
|
3388
|
-
fees =
|
|
3386
|
+
totalAmount = nexaTotal.toString();
|
|
3387
|
+
fees = estimatedFee.toString();
|
|
3389
3388
|
} catch (error) {
|
|
3390
3389
|
// If parsing fails, keep default "Unknown" values
|
|
3391
3390
|
console.warn('Failed to parse transaction for approval details:', error);
|