@akta/sdk 1.2.4 → 1.2.5

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.
@@ -23880,7 +23880,8 @@ var WalletSDK = class extends BaseSDK {
23880
23880
  });
23881
23881
  }
23882
23882
  }
23883
- const length = await (await group.composer()).count();
23883
+ const opUpsAdded = totalOpUpCount > 0 && hasSigner && opUpLimit > 0 ? opUpLimit : 0;
23884
+ const length = actualTxnCount + opUpsAdded;
23884
23885
  const plugins = [...new Set(segments.map((s) => s.appId))];
23885
23886
  return { plugins, caller, useRounds: lastUseRounds, length, group, sendParams };
23886
23887
  }
@@ -24454,4 +24455,4 @@ export {
24454
24455
  getPluginAppId,
24455
24456
  WalletSDK
24456
24457
  };
24457
- //# sourceMappingURL=chunk-OQQGOPE6.mjs.map
24458
+ //# sourceMappingURL=chunk-TYELKHE6.mjs.map