@akta/sdk 1.2.6 → 1.2.7
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/{chunk-LAVGTLZP.mjs → chunk-EBVPBKIE.mjs} +2 -22
- package/dist/chunk-EBVPBKIE.mjs.map +1 -0
- package/dist/{chunk-3PRN7K2A.mjs → chunk-K7O5VTIA.mjs} +2 -2
- package/dist/{chunk-RPRERQJ2.js → chunk-VJISSMPE.js} +2 -22
- package/dist/chunk-VJISSMPE.js.map +1 -0
- package/dist/{chunk-YIKWX5EO.js → chunk-YNEEL36U.js} +3 -3
- package/dist/{chunk-YIKWX5EO.js.map → chunk-YNEEL36U.js.map} +1 -1
- package/dist/dao/index.js +3 -3
- package/dist/dao/index.mjs +2 -2
- package/dist/dao-deployable/index.js +5 -5
- package/dist/dao-deployable/index.mjs +2 -2
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/wallet/index.js +2 -2
- package/dist/wallet/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-LAVGTLZP.mjs.map +0 -1
- package/dist/chunk-RPRERQJ2.js.map +0 -1
- /package/dist/{chunk-3PRN7K2A.mjs.map → chunk-K7O5VTIA.mjs.map} +0 -0
|
@@ -24019,27 +24019,7 @@ var WalletSDK = class extends BaseSDK {
|
|
|
24019
24019
|
});
|
|
24020
24020
|
result = await this.client.algorand.newGroup().addAtc(consolidatedAtc).send();
|
|
24021
24021
|
} else {
|
|
24022
|
-
|
|
24023
|
-
const appliedAtc = forceProperties(atc, {
|
|
24024
|
-
sender: preparedSendParams.sender,
|
|
24025
|
-
signer: preparedSendParams.signer
|
|
24026
|
-
});
|
|
24027
|
-
const maxFees = new Map(
|
|
24028
|
-
Array.from({ length }, (_, i) => [i, microAlgo6(MAX_SIM_FEE)])
|
|
24029
|
-
);
|
|
24030
|
-
const { atc: populatedAtc } = await prepareGroupWithCost(
|
|
24031
|
-
appliedAtc,
|
|
24032
|
-
this.client.algorand.client.algod,
|
|
24033
|
-
{
|
|
24034
|
-
coverAppCallInnerTransactionFees: true,
|
|
24035
|
-
populateAppCallResources: true
|
|
24036
|
-
},
|
|
24037
|
-
{
|
|
24038
|
-
maxFees,
|
|
24039
|
-
suggestedParams
|
|
24040
|
-
}
|
|
24041
|
-
);
|
|
24042
|
-
result = await this.client.algorand.newGroup().addAtc(populatedAtc).send();
|
|
24022
|
+
result = await group.send({ ...sendParams });
|
|
24043
24023
|
}
|
|
24044
24024
|
for (const plugin of plugins) {
|
|
24045
24025
|
await this.updateCache(
|
|
@@ -24477,4 +24457,4 @@ export {
|
|
|
24477
24457
|
getPluginAppId,
|
|
24478
24458
|
WalletSDK
|
|
24479
24459
|
};
|
|
24480
|
-
//# sourceMappingURL=chunk-
|
|
24460
|
+
//# sourceMappingURL=chunk-EBVPBKIE.mjs.map
|