@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/dist/index.d.mts CHANGED
@@ -243,7 +243,6 @@ type RoundType = {
243
243
  voiceCreditAmount: string;
244
244
  preDeactivateRoot: string;
245
245
  identity: string;
246
- funds: string;
247
246
  operatorLogoUrl?: string;
248
247
  operatorMoniker?: string;
249
248
  resultsList?: {
package/dist/index.d.ts CHANGED
@@ -243,7 +243,6 @@ type RoundType = {
243
243
  voiceCreditAmount: string;
244
244
  preDeactivateRoot: string;
245
245
  identity: string;
246
- funds: string;
247
246
  operatorLogoUrl?: string;
248
247
  operatorMoniker?: string;
249
248
  resultsList?: {
package/dist/index.js CHANGED
@@ -1266,8 +1266,8 @@ var Round = class {
1266
1266
  "maciType",
1267
1267
  "voiceCreditAmount",
1268
1268
  "preDeactivateRoot",
1269
- "identity",
1270
- "funds"
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,