@snapshot-labs/snapshot.js 0.11.14 → 0.12.0-beta.0

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/LICENSE CHANGED
File without changes
package/dist/index.d.ts CHANGED
@@ -303,6 +303,7 @@ declare const _default: {
303
303
  quorum: {
304
304
  type: string;
305
305
  minimum: number;
306
+ optimisticMinimum: number;
306
307
  };
307
308
  quorumType: {
308
309
  type: string;
@@ -299,6 +299,7 @@ declare const _default: {
299
299
  quorum: {
300
300
  type: string;
301
301
  minimum: number;
302
+ optimisticMinimum: number;
302
303
  };
303
304
  quorumType: {
304
305
  type: string;
@@ -901,7 +901,8 @@ var definitions = {
901
901
  },
902
902
  quorum: {
903
903
  type: "number",
904
- minimum: 0
904
+ minimum: 0,
905
+ optimisticMinimum: 1
905
906
  },
906
907
  quorumType: {
907
908
  type: "string",
@@ -891,7 +891,8 @@ var definitions = {
891
891
  },
892
892
  quorum: {
893
893
  type: "number",
894
- minimum: 0
894
+ minimum: 0,
895
+ optimisticMinimum: 1
895
896
  },
896
897
  quorumType: {
897
898
  type: "string",