@dorafactory/maci-sdk 0.0.28 → 0.0.30
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/README.md +5 -3
- package/dist/browser.d.mts +0 -1
- package/dist/browser.d.ts +0 -1
- package/dist/browser.js +3 -3
- package/dist/browser.js.map +1 -1
- package/dist/browser.mjs +3 -3
- package/dist/browser.mjs.map +1 -1
- package/dist/index.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
- package/src/libs/contract/contract.ts +1 -1
- package/src/libs/query/round.ts +1 -1
- package/src/types/index.ts +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1266,8 +1266,8 @@ var Round = class {
|
|
|
1266
1266
|
"maciType",
|
|
1267
1267
|
"voiceCreditAmount",
|
|
1268
1268
|
"preDeactivateRoot",
|
|
1269
|
-
"identity"
|
|
1270
|
-
|
|
1269
|
+
"identity"
|
|
1270
|
+
// 'funds',
|
|
1271
1271
|
];
|
|
1272
1272
|
if (fields && fields.length > 0) {
|
|
1273
1273
|
const invalidFields = fields.filter(
|
|
@@ -4390,7 +4390,7 @@ var Contract = class {
|
|
|
4390
4390
|
groth16_tally_vkey: groth16TallyVkey,
|
|
4391
4391
|
plonk_process_vkey: plonkProcessVkey,
|
|
4392
4392
|
plonk_tally_vkey: plonkTallyVkey,
|
|
4393
|
-
max_vote_options: maxOption,
|
|
4393
|
+
max_vote_options: maxOption.toString(),
|
|
4394
4394
|
whitelist,
|
|
4395
4395
|
circuit_type: maciVoteType,
|
|
4396
4396
|
certification_system: maciCertSystem,
|