@dorafactory/maci-sdk 0.0.21 → 0.0.22

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/browser.mjs CHANGED
@@ -30688,6 +30688,13 @@ var MACI = class {
30688
30688
  };
30689
30689
  }
30690
30690
  }
30691
+ async queryAMaciChargeFee({
30692
+ maxVoter,
30693
+ maxOption
30694
+ }) {
30695
+ const fee = getAMaciRoundCircuitFee(maxVoter, maxOption);
30696
+ return fee;
30697
+ }
30691
30698
  async queryRoundGasStation({ contractAddress }) {
30692
30699
  const roundInfo = await this.getRoundInfo({ contractAddress });
30693
30700
  return roundInfo.gasStationEnable;