@akta/sdk 1.3.25 → 1.3.27
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-CRN6K3XV.mjs → chunk-FLE36MLY.mjs} +1 -7
- package/dist/{chunk-CRN6K3XV.mjs.map → chunk-FLE36MLY.mjs.map} +1 -1
- package/dist/{chunk-ZJ5PJDYX.js → chunk-VLRNGCPP.js} +9 -9
- package/dist/{chunk-ZJ5PJDYX.js.map → chunk-VLRNGCPP.js.map} +1 -1
- package/dist/{chunk-A42FYVVO.mjs → chunk-XP3V3ZRE.mjs} +2 -2
- package/dist/{chunk-MYSPQTJO.js → chunk-YCJNR4ZP.js} +1 -7
- package/dist/chunk-YCJNR4ZP.js.map +1 -0
- package/dist/dao/index.js +3 -3
- package/dist/dao/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-MYSPQTJO.js.map +0 -1
- /package/dist/{chunk-A42FYVVO.mjs.map → chunk-XP3V3ZRE.mjs.map} +0 -0
|
@@ -5079,12 +5079,6 @@ var WalletFactorySDK = class extends BaseSDK {
|
|
|
5079
5079
|
},
|
|
5080
5080
|
maxFee: microAlgo3(MAX_SIM_FEE)
|
|
5081
5081
|
});
|
|
5082
|
-
const hasSetup = plugins.length > 0 || assets.length > 0 || bio;
|
|
5083
|
-
const innerCallCount = plugins.length + (assets.length > 0 ? assets.length + 1 : 0) + (bio ? 1 : 0) + (hasSetup ? 1 : 0);
|
|
5084
|
-
const opUpCount = Math.max(1, innerCallCount);
|
|
5085
|
-
for (let i = 0; i < opUpCount; i++) {
|
|
5086
|
-
group.opUp({ args: {}, note: String(i), maxFee: microAlgo3(MAX_SIM_FEE) });
|
|
5087
|
-
}
|
|
5088
5082
|
const results = await (await group.composer()).send({
|
|
5089
5083
|
coverAppCallInnerTransactionFees: true,
|
|
5090
5084
|
populateAppCallResources: true
|
|
@@ -26504,4 +26498,4 @@ export {
|
|
|
26504
26498
|
SunsetPluginSDK,
|
|
26505
26499
|
WalletSDK
|
|
26506
26500
|
};
|
|
26507
|
-
//# sourceMappingURL=chunk-
|
|
26501
|
+
//# sourceMappingURL=chunk-FLE36MLY.mjs.map
|