@cofhe/mock-contracts 0.5.0 → 0.5.2

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.mjs CHANGED
@@ -752,6 +752,64 @@ var MockTaskManagerArtifact = {
752
752
  ],
753
753
  stateMutability: "view"
754
754
  },
755
+ {
756
+ type: "function",
757
+ name: "verifyDecryptResultBatch",
758
+ inputs: [
759
+ {
760
+ name: "ctHashes",
761
+ type: "uint256[]",
762
+ internalType: "uint256[]"
763
+ },
764
+ {
765
+ name: "results",
766
+ type: "uint256[]",
767
+ internalType: "uint256[]"
768
+ },
769
+ {
770
+ name: "signatures",
771
+ type: "bytes[]",
772
+ internalType: "bytes[]"
773
+ }
774
+ ],
775
+ outputs: [
776
+ {
777
+ name: "",
778
+ type: "bool",
779
+ internalType: "bool"
780
+ }
781
+ ],
782
+ stateMutability: "view"
783
+ },
784
+ {
785
+ type: "function",
786
+ name: "verifyDecryptResultBatchSafe",
787
+ inputs: [
788
+ {
789
+ name: "ctHashes",
790
+ type: "uint256[]",
791
+ internalType: "uint256[]"
792
+ },
793
+ {
794
+ name: "results",
795
+ type: "uint256[]",
796
+ internalType: "uint256[]"
797
+ },
798
+ {
799
+ name: "signatures",
800
+ type: "bytes[]",
801
+ internalType: "bytes[]"
802
+ }
803
+ ],
804
+ outputs: [
805
+ {
806
+ name: "",
807
+ type: "bool[]",
808
+ internalType: "bool[]"
809
+ }
810
+ ],
811
+ stateMutability: "view"
812
+ },
755
813
  {
756
814
  type: "function",
757
815
  name: "verifyDecryptResultSafe",