@snapshot-labs/snapshot.js 0.11.9 → 0.11.11

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.ts CHANGED
@@ -304,6 +304,10 @@ declare const _default: {
304
304
  type: string;
305
305
  minimum: number;
306
306
  };
307
+ quorumType: {
308
+ type: string;
309
+ enum: string[];
310
+ };
307
311
  blind: {
308
312
  type: string;
309
313
  };
@@ -372,6 +376,19 @@ declare const _default: {
372
376
  type: string;
373
377
  };
374
378
  };
379
+ boost: {
380
+ type: string;
381
+ properties: {
382
+ enabled: {
383
+ type: string;
384
+ };
385
+ bribeEnabled: {
386
+ type: string;
387
+ };
388
+ };
389
+ required: string[];
390
+ additionalProperties: boolean;
391
+ };
375
392
  };
376
393
  required: string[];
377
394
  additionalProperties: boolean;
@@ -300,6 +300,10 @@ declare const _default: {
300
300
  type: string;
301
301
  minimum: number;
302
302
  };
303
+ quorumType: {
304
+ type: string;
305
+ enum: string[];
306
+ };
303
307
  blind: {
304
308
  type: string;
305
309
  };
@@ -368,6 +372,19 @@ declare const _default: {
368
372
  type: string;
369
373
  };
370
374
  };
375
+ boost: {
376
+ type: string;
377
+ properties: {
378
+ enabled: {
379
+ type: string;
380
+ };
381
+ bribeEnabled: {
382
+ type: string;
383
+ };
384
+ };
385
+ required: string[];
386
+ additionalProperties: boolean;
387
+ };
371
388
  };
372
389
  required: string[];
373
390
  additionalProperties: boolean;
@@ -894,6 +894,12 @@ var definitions = {
894
894
  type: "number",
895
895
  minimum: 0
896
896
  },
897
+ quorumType: {
898
+ type: "string",
899
+ "enum": [
900
+ "optimistic"
901
+ ]
902
+ },
897
903
  blind: {
898
904
  type: "boolean"
899
905
  },
@@ -981,6 +987,22 @@ var definitions = {
981
987
  items: {
982
988
  type: "string"
983
989
  }
990
+ },
991
+ boost: {
992
+ type: "object",
993
+ properties: {
994
+ enabled: {
995
+ type: "boolean"
996
+ },
997
+ bribeEnabled: {
998
+ type: "boolean"
999
+ }
1000
+ },
1001
+ required: [
1002
+ "enabled",
1003
+ "bribeEnabled"
1004
+ ],
1005
+ additionalProperties: false
984
1006
  }
985
1007
  },
986
1008
  required: [
@@ -884,6 +884,12 @@ var definitions = {
884
884
  type: "number",
885
885
  minimum: 0
886
886
  },
887
+ quorumType: {
888
+ type: "string",
889
+ "enum": [
890
+ "optimistic"
891
+ ]
892
+ },
887
893
  blind: {
888
894
  type: "boolean"
889
895
  },
@@ -971,6 +977,22 @@ var definitions = {
971
977
  items: {
972
978
  type: "string"
973
979
  }
980
+ },
981
+ boost: {
982
+ type: "object",
983
+ properties: {
984
+ enabled: {
985
+ type: "boolean"
986
+ },
987
+ bribeEnabled: {
988
+ type: "boolean"
989
+ }
990
+ },
991
+ required: [
992
+ "enabled",
993
+ "bribeEnabled"
994
+ ],
995
+ additionalProperties: false
974
996
  }
975
997
  },
976
998
  required: [