@maci-protocol/contracts 0.0.0-ci.2653bc0

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.
Files changed (1721) hide show
  1. package/CHANGELOG.md +902 -0
  2. package/LICENSE +22 -0
  3. package/README.md +13 -0
  4. package/build/artifacts/@excubiae/contracts/contracts/checker/BaseChecker.sol/BaseChecker.dbg.json +4 -0
  5. package/build/artifacts/@excubiae/contracts/contracts/checker/BaseChecker.sol/BaseChecker.json +73 -0
  6. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.sol/AnonAadhaarChecker.dbg.json +4 -0
  7. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.sol/AnonAadhaarChecker.json +114 -0
  8. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.sol/AnonAadhaarCheckerFactory.dbg.json +4 -0
  9. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.sol/AnonAadhaarCheckerFactory.json +60 -0
  10. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.sol/AnonAadhaarPolicy.dbg.json +4 -0
  11. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.sol/AnonAadhaarPolicy.json +285 -0
  12. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.sol/AnonAadhaarPolicyFactory.dbg.json +4 -0
  13. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.sol/AnonAadhaarPolicyFactory.json +55 -0
  14. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.sol/IAnonAadhaar.dbg.json +4 -0
  15. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.sol/IAnonAadhaar.json +55 -0
  16. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASChecker.sol/EASChecker.dbg.json +4 -0
  17. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASChecker.sol/EASChecker.json +132 -0
  18. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.sol/EASCheckerFactory.dbg.json +4 -0
  19. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.sol/EASCheckerFactory.json +65 -0
  20. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicy.sol/EASPolicy.dbg.json +4 -0
  21. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicy.sol/EASPolicy.json +285 -0
  22. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.sol/EASPolicyFactory.dbg.json +4 -0
  23. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.sol/EASPolicyFactory.json +55 -0
  24. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/IEAS.sol/IEAS.dbg.json +4 -0
  25. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/IEAS.sol/IEAS.json +82 -0
  26. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.sol/FreeForAllChecker.dbg.json +4 -0
  27. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.sol/FreeForAllChecker.json +73 -0
  28. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.sol/FreeForAllCheckerFactory.dbg.json +4 -0
  29. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.sol/FreeForAllCheckerFactory.json +49 -0
  30. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.sol/FreeForAllPolicy.dbg.json +4 -0
  31. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.sol/FreeForAllPolicy.json +266 -0
  32. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.sol/FreeForAllPolicyFactory.dbg.json +4 -0
  33. package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.sol/FreeForAllPolicyFactory.json +55 -0
  34. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.sol/GitcoinPassportChecker.dbg.json +4 -0
  35. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.sol/GitcoinPassportChecker.json +117 -0
  36. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.sol/GitcoinPassportCheckerFactory.dbg.json +4 -0
  37. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.sol/GitcoinPassportCheckerFactory.json +60 -0
  38. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.sol/GitcoinPassportPolicy.dbg.json +4 -0
  39. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.sol/GitcoinPassportPolicy.json +285 -0
  40. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.sol/GitcoinPassportPolicyFactory.dbg.json +4 -0
  41. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.sol/GitcoinPassportPolicyFactory.json +55 -0
  42. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.sol/IGitcoinPassportDecoder.dbg.json +4 -0
  43. package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.sol/IGitcoinPassportDecoder.json +90 -0
  44. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsChecker.sol/HatsChecker.dbg.json +4 -0
  45. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsChecker.sol/HatsChecker.json +115 -0
  46. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.sol/HatsCheckerFactory.dbg.json +4 -0
  47. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.sol/HatsCheckerFactory.json +60 -0
  48. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.sol/HatsPolicy.dbg.json +4 -0
  49. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.sol/HatsPolicy.json +285 -0
  50. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.sol/HatsPolicyFactory.dbg.json +4 -0
  51. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.sol/HatsPolicyFactory.json +55 -0
  52. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/IHats.sol/IHats.dbg.json +4 -0
  53. package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/IHats.sol/IHats.json +137 -0
  54. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.sol/MerkleProofChecker.dbg.json +4 -0
  55. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.sol/MerkleProofChecker.json +96 -0
  56. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.sol/MerkleProofCheckerFactory.dbg.json +4 -0
  57. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.sol/MerkleProofCheckerFactory.json +55 -0
  58. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.sol/MerkleProofPolicy.dbg.json +4 -0
  59. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.sol/MerkleProofPolicy.json +285 -0
  60. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.sol/MerkleProofPolicyFactory.dbg.json +4 -0
  61. package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.sol/MerkleProofPolicyFactory.json +55 -0
  62. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.sol/ISemaphore.dbg.json +4 -0
  63. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.sol/ISemaphore.json +67 -0
  64. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.sol/SemaphoreChecker.dbg.json +4 -0
  65. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.sol/SemaphoreChecker.json +114 -0
  66. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.sol/SemaphoreCheckerFactory.dbg.json +4 -0
  67. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.sol/SemaphoreCheckerFactory.json +60 -0
  68. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.sol/SemaphorePolicy.dbg.json +4 -0
  69. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.sol/SemaphorePolicy.json +285 -0
  70. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.sol/SemaphorePolicyFactory.dbg.json +4 -0
  71. package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.sol/SemaphorePolicyFactory.json +55 -0
  72. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenChecker.sol/TokenChecker.dbg.json +4 -0
  73. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenChecker.sol/TokenChecker.json +91 -0
  74. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.sol/TokenCheckerFactory.dbg.json +4 -0
  75. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.sol/TokenCheckerFactory.json +55 -0
  76. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenPolicy.sol/TokenPolicy.dbg.json +4 -0
  77. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenPolicy.sol/TokenPolicy.json +285 -0
  78. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.sol/TokenPolicyFactory.dbg.json +4 -0
  79. package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.sol/TokenPolicyFactory.json +55 -0
  80. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.sol/ZupassChecker.dbg.json +4 -0
  81. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.sol/ZupassChecker.json +145 -0
  82. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.sol/ZupassCheckerFactory.dbg.json +4 -0
  83. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.sol/ZupassCheckerFactory.json +70 -0
  84. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.sol/ZupassGroth16Verifier.dbg.json +4 -0
  85. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.sol/ZupassGroth16Verifier.json +45 -0
  86. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.sol/ZupassPolicy.dbg.json +4 -0
  87. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.sol/ZupassPolicy.json +285 -0
  88. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.sol/ZupassPolicyFactory.dbg.json +4 -0
  89. package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.sol/ZupassPolicyFactory.json +55 -0
  90. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IBaseChecker.sol/IBaseChecker.dbg.json +4 -0
  91. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IBaseChecker.sol/IBaseChecker.json +35 -0
  92. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IBasePolicy.sol/IBasePolicy.dbg.json +4 -0
  93. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IBasePolicy.sol/IBasePolicy.json +123 -0
  94. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IClone.sol/IClone.dbg.json +4 -0
  95. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IClone.sol/IClone.json +36 -0
  96. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IFactory.sol/IFactory.dbg.json +4 -0
  97. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IFactory.sol/IFactory.json +24 -0
  98. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IPolicy.sol/IPolicy.dbg.json +4 -0
  99. package/build/artifacts/@excubiae/contracts/contracts/interfaces/IPolicy.sol/IPolicy.json +80 -0
  100. package/build/artifacts/@excubiae/contracts/contracts/policy/BasePolicy.sol/BasePolicy.dbg.json +4 -0
  101. package/build/artifacts/@excubiae/contracts/contracts/policy/BasePolicy.sol/BasePolicy.json +261 -0
  102. package/build/artifacts/@excubiae/contracts/contracts/policy/Policy.sol/Policy.dbg.json +4 -0
  103. package/build/artifacts/@excubiae/contracts/contracts/policy/Policy.sol/Policy.json +205 -0
  104. package/build/artifacts/@excubiae/contracts/contracts/proxy/Clone.sol/Clone.dbg.json +4 -0
  105. package/build/artifacts/@excubiae/contracts/contracts/proxy/Clone.sol/Clone.json +49 -0
  106. package/build/artifacts/@excubiae/contracts/contracts/proxy/Factory.sol/Factory.dbg.json +4 -0
  107. package/build/artifacts/@excubiae/contracts/contracts/proxy/Factory.sol/Factory.json +37 -0
  108. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.sol/MockAnonAadhaar.dbg.json +4 -0
  109. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.sol/MockAnonAadhaar.json +75 -0
  110. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.sol/MockEAS.dbg.json +4 -0
  111. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.sol/MockEAS.json +142 -0
  112. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.sol/MockGitcoinPassportDecoder.dbg.json +4 -0
  113. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.sol/MockGitcoinPassportDecoder.json +56 -0
  114. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.sol/MockHatsProtocol.dbg.json +4 -0
  115. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.sol/MockHatsProtocol.json +35 -0
  116. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.sol/MockToken.dbg.json +4 -0
  117. package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.sol/MockToken.json +541 -0
  118. package/build/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.dbg.json +4 -0
  119. package/build/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.json +85 -0
  120. package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.dbg.json +4 -0
  121. package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.json +113 -0
  122. package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.dbg.json +4 -0
  123. package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.json +97 -0
  124. package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.dbg.json +4 -0
  125. package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.json +114 -0
  126. package/build/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.dbg.json +4 -0
  127. package/build/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.json +319 -0
  128. package/build/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.dbg.json +4 -0
  129. package/build/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.json +194 -0
  130. package/build/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.dbg.json +4 -0
  131. package/build/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.json +233 -0
  132. package/build/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.dbg.json +4 -0
  133. package/build/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +444 -0
  134. package/build/artifacts/@openzeppelin/contracts/token/ERC721/IERC721.sol/IERC721.dbg.json +4 -0
  135. package/build/artifacts/@openzeppelin/contracts/token/ERC721/IERC721.sol/IERC721.json +296 -0
  136. package/build/artifacts/@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol/IERC721Receiver.dbg.json +4 -0
  137. package/build/artifacts/@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol/IERC721Receiver.json +45 -0
  138. package/build/artifacts/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol/IERC721Metadata.dbg.json +4 -0
  139. package/build/artifacts/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol/IERC721Metadata.json +341 -0
  140. package/build/artifacts/@openzeppelin/contracts/token/ERC721/utils/ERC721Utils.sol/ERC721Utils.dbg.json +4 -0
  141. package/build/artifacts/@openzeppelin/contracts/token/ERC721/utils/ERC721Utils.sol/ERC721Utils.json +10 -0
  142. package/build/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +4 -0
  143. package/build/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.json +10 -0
  144. package/build/artifacts/@openzeppelin/contracts/utils/Panic.sol/Panic.dbg.json +4 -0
  145. package/build/artifacts/@openzeppelin/contracts/utils/Panic.sol/Panic.json +10 -0
  146. package/build/artifacts/@openzeppelin/contracts/utils/Strings.sol/Strings.dbg.json +4 -0
  147. package/build/artifacts/@openzeppelin/contracts/utils/Strings.sol/Strings.json +37 -0
  148. package/build/artifacts/@openzeppelin/contracts/utils/cryptography/Hashes.sol/Hashes.dbg.json +4 -0
  149. package/build/artifacts/@openzeppelin/contracts/utils/cryptography/Hashes.sol/Hashes.json +10 -0
  150. package/build/artifacts/@openzeppelin/contracts/utils/cryptography/MerkleProof.sol/MerkleProof.dbg.json +4 -0
  151. package/build/artifacts/@openzeppelin/contracts/utils/cryptography/MerkleProof.sol/MerkleProof.json +16 -0
  152. package/build/artifacts/@openzeppelin/contracts/utils/introspection/ERC165.sol/ERC165.dbg.json +4 -0
  153. package/build/artifacts/@openzeppelin/contracts/utils/introspection/ERC165.sol/ERC165.json +30 -0
  154. package/build/artifacts/@openzeppelin/contracts/utils/introspection/IERC165.sol/IERC165.dbg.json +4 -0
  155. package/build/artifacts/@openzeppelin/contracts/utils/introspection/IERC165.sol/IERC165.json +30 -0
  156. package/build/artifacts/@openzeppelin/contracts/utils/math/Math.sol/Math.dbg.json +4 -0
  157. package/build/artifacts/@openzeppelin/contracts/utils/math/Math.sol/Math.json +10 -0
  158. package/build/artifacts/@openzeppelin/contracts/utils/math/SafeCast.sol/SafeCast.dbg.json +4 -0
  159. package/build/artifacts/@openzeppelin/contracts/utils/math/SafeCast.sol/SafeCast.json +65 -0
  160. package/build/artifacts/@openzeppelin/contracts/utils/math/SignedMath.sol/SignedMath.dbg.json +4 -0
  161. package/build/artifacts/@openzeppelin/contracts/utils/math/SignedMath.sol/SignedMath.json +10 -0
  162. package/build/artifacts/build-info/777c24253ad524cb0798696ba89b6ed0.json +1 -0
  163. package/build/artifacts/contracts/MACI.sol/MACI.dbg.json +4 -0
  164. package/build/artifacts/contracts/MACI.sol/MACI.json +797 -0
  165. package/build/artifacts/contracts/MessageProcessor.sol/MessageProcessor.dbg.json +4 -0
  166. package/build/artifacts/contracts/MessageProcessor.sol/MessageProcessor.json +416 -0
  167. package/build/artifacts/contracts/MessageProcessorFactory.sol/MessageProcessorFactory.dbg.json +4 -0
  168. package/build/artifacts/contracts/MessageProcessorFactory.sol/MessageProcessorFactory.json +124 -0
  169. package/build/artifacts/contracts/Poll.sol/Poll.dbg.json +4 -0
  170. package/build/artifacts/contracts/Poll.sol/Poll.json +1455 -0
  171. package/build/artifacts/contracts/PollFactory.sol/PollFactory.dbg.json +4 -0
  172. package/build/artifacts/contracts/PollFactory.sol/PollFactory.json +273 -0
  173. package/build/artifacts/contracts/Tally.sol/Tally.dbg.json +4 -0
  174. package/build/artifacts/contracts/Tally.sol/Tally.json +722 -0
  175. package/build/artifacts/contracts/TallyFactory.sol/TallyFactory.dbg.json +4 -0
  176. package/build/artifacts/contracts/TallyFactory.sol/TallyFactory.json +129 -0
  177. package/build/artifacts/contracts/VkRegistry.sol/VkRegistry.dbg.json +4 -0
  178. package/build/artifacts/contracts/VkRegistry.sol/VkRegistry.json +2388 -0
  179. package/build/artifacts/contracts/benchmarks/HasherBenchmarks.sol/HasherBenchmarks.dbg.json +4 -0
  180. package/build/artifacts/contracts/benchmarks/HasherBenchmarks.sol/HasherBenchmarks.json +239 -0
  181. package/build/artifacts/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.dbg.json +4 -0
  182. package/build/artifacts/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.json +50 -0
  183. package/build/artifacts/contracts/crypto/Hasher.sol/Hasher.dbg.json +4 -0
  184. package/build/artifacts/contracts/crypto/Hasher.sol/Hasher.json +196 -0
  185. package/build/artifacts/contracts/crypto/Pairing.sol/Pairing.dbg.json +4 -0
  186. package/build/artifacts/contracts/crypto/Pairing.sol/Pairing.json +39 -0
  187. package/build/artifacts/contracts/crypto/PoseidonT3.sol/PoseidonT3.dbg.json +4 -0
  188. package/build/artifacts/contracts/crypto/PoseidonT3.sol/PoseidonT3.json +30 -0
  189. package/build/artifacts/contracts/crypto/PoseidonT4.sol/PoseidonT4.dbg.json +4 -0
  190. package/build/artifacts/contracts/crypto/PoseidonT4.sol/PoseidonT4.json +30 -0
  191. package/build/artifacts/contracts/crypto/PoseidonT5.sol/PoseidonT5.dbg.json +4 -0
  192. package/build/artifacts/contracts/crypto/PoseidonT5.sol/PoseidonT5.json +30 -0
  193. package/build/artifacts/contracts/crypto/PoseidonT6.sol/PoseidonT6.dbg.json +4 -0
  194. package/build/artifacts/contracts/crypto/PoseidonT6.sol/PoseidonT6.json +30 -0
  195. package/build/artifacts/contracts/crypto/SnarkCommon.sol/SnarkCommon.dbg.json +4 -0
  196. package/build/artifacts/contracts/crypto/SnarkCommon.sol/SnarkCommon.json +10 -0
  197. package/build/artifacts/contracts/crypto/SnarkConstants.sol/SnarkConstants.dbg.json +4 -0
  198. package/build/artifacts/contracts/crypto/SnarkConstants.sol/SnarkConstants.json +10 -0
  199. package/build/artifacts/contracts/crypto/Verifier.sol/Verifier.dbg.json +4 -0
  200. package/build/artifacts/contracts/crypto/Verifier.sol/Verifier.json +165 -0
  201. package/build/artifacts/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.sol/ConstantInitialVoiceCreditProxy.dbg.json +4 -0
  202. package/build/artifacts/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.sol/ConstantInitialVoiceCreditProxy.json +73 -0
  203. package/build/artifacts/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.sol/ConstantInitialVoiceCreditProxyFactory.dbg.json +4 -0
  204. package/build/artifacts/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.sol/ConstantInitialVoiceCreditProxyFactory.json +55 -0
  205. package/build/artifacts/contracts/interfaces/IInitialVoiceCreditProxy.sol/IInitialVoiceCreditProxy.dbg.json +4 -0
  206. package/build/artifacts/contracts/interfaces/IInitialVoiceCreditProxy.sol/IInitialVoiceCreditProxy.json +35 -0
  207. package/build/artifacts/contracts/interfaces/IMACI.sol/IMACI.dbg.json +4 -0
  208. package/build/artifacts/contracts/interfaces/IMACI.sol/IMACI.json +253 -0
  209. package/build/artifacts/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.dbg.json +4 -0
  210. package/build/artifacts/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.json +45 -0
  211. package/build/artifacts/contracts/interfaces/IMessageProcessor.sol/IMessageProcessor.dbg.json +4 -0
  212. package/build/artifacts/contracts/interfaces/IMessageProcessor.sol/IMessageProcessor.json +66 -0
  213. package/build/artifacts/contracts/interfaces/IPoll.sol/IPoll.dbg.json +4 -0
  214. package/build/artifacts/contracts/interfaces/IPoll.sol/IPoll.json +370 -0
  215. package/build/artifacts/contracts/interfaces/IPollFactory.sol/IPollFactory.dbg.json +4 -0
  216. package/build/artifacts/contracts/interfaces/IPollFactory.sol/IPollFactory.json +133 -0
  217. package/build/artifacts/contracts/interfaces/ISemaphore.sol/ISemaphore.dbg.json +4 -0
  218. package/build/artifacts/contracts/interfaces/ISemaphore.sol/ISemaphore.json +67 -0
  219. package/build/artifacts/contracts/interfaces/ITally.sol/ITally.dbg.json +4 -0
  220. package/build/artifacts/contracts/interfaces/ITally.sol/ITally.json +94 -0
  221. package/build/artifacts/contracts/interfaces/ITallyFactory.sol/ITallyFactory.dbg.json +4 -0
  222. package/build/artifacts/contracts/interfaces/ITallyFactory.sol/ITallyFactory.json +50 -0
  223. package/build/artifacts/contracts/interfaces/IVerifier.sol/IVerifier.dbg.json +4 -0
  224. package/build/artifacts/contracts/interfaces/IVerifier.sol/IVerifier.json +127 -0
  225. package/build/artifacts/contracts/interfaces/IVkRegistry.sol/IVkRegistry.dbg.json +4 -0
  226. package/build/artifacts/contracts/interfaces/IVkRegistry.sol/IVkRegistry.json +465 -0
  227. package/build/artifacts/contracts/mocks/MockERC20.sol/MockERC20.dbg.json +4 -0
  228. package/build/artifacts/contracts/mocks/MockERC20.sol/MockERC20.json +335 -0
  229. package/build/artifacts/contracts/mocks/MockSemaphore.sol/MockSemaphore.dbg.json +4 -0
  230. package/build/artifacts/contracts/mocks/MockSemaphore.sol/MockSemaphore.json +111 -0
  231. package/build/artifacts/contracts/mocks/MockTally.sol/MockTally.dbg.json +4 -0
  232. package/build/artifacts/contracts/mocks/MockTally.sol/MockTally.json +114 -0
  233. package/build/artifacts/contracts/mocks/MockVerifier.sol/MockVerifier.dbg.json +4 -0
  234. package/build/artifacts/contracts/mocks/MockVerifier.sol/MockVerifier.json +127 -0
  235. package/build/artifacts/contracts/mocks/Mocker.sol/Mocker.dbg.json +4 -0
  236. package/build/artifacts/contracts/mocks/Mocker.sol/Mocker.json +10 -0
  237. package/build/artifacts/contracts/trees/LazyIMT.sol/InternalLazyIMT.dbg.json +4 -0
  238. package/build/artifacts/contracts/trees/LazyIMT.sol/InternalLazyIMT.json +10 -0
  239. package/build/artifacts/contracts/trees/LeanIMT.sol/InternalLeanIMT.dbg.json +4 -0
  240. package/build/artifacts/contracts/trees/LeanIMT.sol/InternalLeanIMT.json +10 -0
  241. package/build/artifacts/contracts/utilities/DomainObjs.sol/DomainObjs.dbg.json +4 -0
  242. package/build/artifacts/contracts/utilities/DomainObjs.sol/DomainObjs.json +24 -0
  243. package/build/artifacts/contracts/utilities/Params.sol/Params.dbg.json +4 -0
  244. package/build/artifacts/contracts/utilities/Params.sol/Params.json +10 -0
  245. package/build/artifacts/contracts/utilities/Utilities.sol/Utilities.dbg.json +4 -0
  246. package/build/artifacts/contracts/utilities/Utilities.sol/Utilities.json +353 -0
  247. package/build/artifacts/solady/src/utils/LibClone.sol/LibClone.dbg.json +4 -0
  248. package/build/artifacts/solady/src/utils/LibClone.sol/LibClone.json +26 -0
  249. package/build/hardhat.config.d.ts +16 -0
  250. package/build/hardhat.config.d.ts.map +1 -0
  251. package/build/hardhat.config.js +239 -0
  252. package/build/hardhat.config.js.map +1 -0
  253. package/build/scripts/compileSol.d.ts +2 -0
  254. package/build/scripts/compileSol.d.ts.map +1 -0
  255. package/build/scripts/compileSol.js +28 -0
  256. package/build/scripts/compileSol.js.map +1 -0
  257. package/build/tasks/deploy/index.d.ts +2 -0
  258. package/build/tasks/deploy/index.d.ts.map +1 -0
  259. package/build/tasks/deploy/index.js +55 -0
  260. package/build/tasks/deploy/index.js.map +1 -0
  261. package/build/tasks/deploy/maci/01-gatekeepers.d.ts +2 -0
  262. package/build/tasks/deploy/maci/01-gatekeepers.d.ts.map +1 -0
  263. package/build/tasks/deploy/maci/01-gatekeepers.js +334 -0
  264. package/build/tasks/deploy/maci/01-gatekeepers.js.map +1 -0
  265. package/build/tasks/deploy/maci/02-verifier.d.ts +2 -0
  266. package/build/tasks/deploy/maci/02-verifier.d.ts.map +1 -0
  267. package/build/tasks/deploy/maci/02-verifier.js +30 -0
  268. package/build/tasks/deploy/maci/02-verifier.js.map +1 -0
  269. package/build/tasks/deploy/maci/03-poseidon.d.ts +2 -0
  270. package/build/tasks/deploy/maci/03-poseidon.d.ts.map +1 -0
  271. package/build/tasks/deploy/maci/03-poseidon.js +60 -0
  272. package/build/tasks/deploy/maci/03-poseidon.js.map +1 -0
  273. package/build/tasks/deploy/maci/04-pollFactory.d.ts +2 -0
  274. package/build/tasks/deploy/maci/04-pollFactory.d.ts.map +1 -0
  275. package/build/tasks/deploy/maci/04-pollFactory.js +45 -0
  276. package/build/tasks/deploy/maci/04-pollFactory.js.map +1 -0
  277. package/build/tasks/deploy/maci/05-messageProcessorFactory.d.ts +2 -0
  278. package/build/tasks/deploy/maci/05-messageProcessorFactory.d.ts.map +1 -0
  279. package/build/tasks/deploy/maci/05-messageProcessorFactory.js +45 -0
  280. package/build/tasks/deploy/maci/05-messageProcessorFactory.js.map +1 -0
  281. package/build/tasks/deploy/maci/06-tallyFactory.d.ts +2 -0
  282. package/build/tasks/deploy/maci/06-tallyFactory.d.ts.map +1 -0
  283. package/build/tasks/deploy/maci/06-tallyFactory.js +45 -0
  284. package/build/tasks/deploy/maci/06-tallyFactory.js.map +1 -0
  285. package/build/tasks/deploy/maci/07-maci.d.ts +2 -0
  286. package/build/tasks/deploy/maci/07-maci.d.ts.map +1 -0
  287. package/build/tasks/deploy/maci/07-maci.js +65 -0
  288. package/build/tasks/deploy/maci/07-maci.js.map +1 -0
  289. package/build/tasks/deploy/maci/08-vkRegistry.d.ts +2 -0
  290. package/build/tasks/deploy/maci/08-vkRegistry.d.ts.map +1 -0
  291. package/build/tasks/deploy/maci/08-vkRegistry.js +76 -0
  292. package/build/tasks/deploy/maci/08-vkRegistry.js.map +1 -0
  293. package/build/tasks/deploy/poll/01-constantInitialVoiceCreditProxy.d.ts +2 -0
  294. package/build/tasks/deploy/poll/01-constantInitialVoiceCreditProxy.d.ts.map +1 -0
  295. package/build/tasks/deploy/poll/01-constantInitialVoiceCreditProxy.js +86 -0
  296. package/build/tasks/deploy/poll/01-constantInitialVoiceCreditProxy.js.map +1 -0
  297. package/build/tasks/deploy/poll/02-gatekeepers.d.ts +2 -0
  298. package/build/tasks/deploy/poll/02-gatekeepers.d.ts.map +1 -0
  299. package/build/tasks/deploy/poll/02-gatekeepers.js +362 -0
  300. package/build/tasks/deploy/poll/02-gatekeepers.js.map +1 -0
  301. package/build/tasks/deploy/poll/03-poll.d.ts +2 -0
  302. package/build/tasks/deploy/poll/03-poll.d.ts.map +1 -0
  303. package/build/tasks/deploy/poll/03-poll.js +135 -0
  304. package/build/tasks/deploy/poll/03-poll.js.map +1 -0
  305. package/build/tasks/helpers/ContractStorage.d.ts +108 -0
  306. package/build/tasks/helpers/ContractStorage.d.ts.map +1 -0
  307. package/build/tasks/helpers/ContractStorage.js +240 -0
  308. package/build/tasks/helpers/ContractStorage.js.map +1 -0
  309. package/build/tasks/helpers/ContractVerifier.d.ts +26 -0
  310. package/build/tasks/helpers/ContractVerifier.d.ts.map +1 -0
  311. package/build/tasks/helpers/ContractVerifier.js +47 -0
  312. package/build/tasks/helpers/ContractVerifier.js.map +1 -0
  313. package/build/tasks/helpers/Deployment.d.ts +180 -0
  314. package/build/tasks/helpers/Deployment.d.ts.map +1 -0
  315. package/build/tasks/helpers/Deployment.js +371 -0
  316. package/build/tasks/helpers/Deployment.js.map +1 -0
  317. package/build/tasks/helpers/ProofGenerator.d.ts +84 -0
  318. package/build/tasks/helpers/ProofGenerator.d.ts.map +1 -0
  319. package/build/tasks/helpers/ProofGenerator.js +305 -0
  320. package/build/tasks/helpers/ProofGenerator.js.map +1 -0
  321. package/build/tasks/helpers/Prover.d.ts +73 -0
  322. package/build/tasks/helpers/Prover.d.ts.map +1 -0
  323. package/build/tasks/helpers/Prover.js +236 -0
  324. package/build/tasks/helpers/Prover.js.map +1 -0
  325. package/build/tasks/helpers/TreeMerger.d.ts +32 -0
  326. package/build/tasks/helpers/TreeMerger.d.ts.map +1 -0
  327. package/build/tasks/helpers/TreeMerger.js +56 -0
  328. package/build/tasks/helpers/TreeMerger.js.map +1 -0
  329. package/build/tasks/helpers/abi.d.ts +15 -0
  330. package/build/tasks/helpers/abi.d.ts.map +1 -0
  331. package/build/tasks/helpers/abi.js +20 -0
  332. package/build/tasks/helpers/abi.js.map +1 -0
  333. package/build/tasks/helpers/benchmarks.d.ts +13 -0
  334. package/build/tasks/helpers/benchmarks.d.ts.map +1 -0
  335. package/build/tasks/helpers/benchmarks.js +53 -0
  336. package/build/tasks/helpers/benchmarks.js.map +1 -0
  337. package/build/tasks/helpers/constants.d.ts +64 -0
  338. package/build/tasks/helpers/constants.d.ts.map +1 -0
  339. package/build/tasks/helpers/constants.js +119 -0
  340. package/build/tasks/helpers/constants.js.map +1 -0
  341. package/build/tasks/helpers/types.d.ts +717 -0
  342. package/build/tasks/helpers/types.d.ts.map +1 -0
  343. package/build/tasks/helpers/types.js +107 -0
  344. package/build/tasks/helpers/types.js.map +1 -0
  345. package/build/tasks/runner/benchmarks.d.ts +2 -0
  346. package/build/tasks/runner/benchmarks.d.ts.map +1 -0
  347. package/build/tasks/runner/benchmarks.js +81 -0
  348. package/build/tasks/runner/benchmarks.js.map +1 -0
  349. package/build/tasks/runner/deployFull.d.ts +2 -0
  350. package/build/tasks/runner/deployFull.d.ts.map +1 -0
  351. package/build/tasks/runner/deployFull.js +40 -0
  352. package/build/tasks/runner/deployFull.js.map +1 -0
  353. package/build/tasks/runner/deployPoll.d.ts +2 -0
  354. package/build/tasks/runner/deployPoll.d.ts.map +1 -0
  355. package/build/tasks/runner/deployPoll.js +40 -0
  356. package/build/tasks/runner/deployPoll.js.map +1 -0
  357. package/build/tasks/runner/merge.d.ts +2 -0
  358. package/build/tasks/runner/merge.d.ts.map +1 -0
  359. package/build/tasks/runner/merge.js +45 -0
  360. package/build/tasks/runner/merge.js.map +1 -0
  361. package/build/tasks/runner/prove.d.ts +2 -0
  362. package/build/tasks/runner/prove.d.ts.map +1 -0
  363. package/build/tasks/runner/prove.js +127 -0
  364. package/build/tasks/runner/prove.js.map +1 -0
  365. package/build/tasks/runner/submitOnChain.d.ts +2 -0
  366. package/build/tasks/runner/submitOnChain.d.ts.map +1 -0
  367. package/build/tasks/runner/submitOnChain.js +97 -0
  368. package/build/tasks/runner/submitOnChain.js.map +1 -0
  369. package/build/tasks/runner/verifyFull.d.ts +2 -0
  370. package/build/tasks/runner/verifyFull.d.ts.map +1 -0
  371. package/build/tasks/runner/verifyFull.js +67 -0
  372. package/build/tasks/runner/verifyFull.js.map +1 -0
  373. package/build/ts/constants.d.ts +8 -0
  374. package/build/ts/constants.d.ts.map +1 -0
  375. package/build/ts/constants.js +12 -0
  376. package/build/ts/constants.js.map +1 -0
  377. package/build/ts/deploy.d.ts +184 -0
  378. package/build/ts/deploy.d.ts.map +1 -0
  379. package/build/ts/deploy.js +446 -0
  380. package/build/ts/deploy.js.map +1 -0
  381. package/build/ts/genEmptyBallotRoots.d.ts +7 -0
  382. package/build/ts/genEmptyBallotRoots.d.ts.map +1 -0
  383. package/build/ts/genEmptyBallotRoots.js +23 -0
  384. package/build/ts/genEmptyBallotRoots.js.map +1 -0
  385. package/build/ts/genMaciState.d.ts +18 -0
  386. package/build/ts/genMaciState.d.ts.map +1 -0
  387. package/build/ts/genMaciState.js +276 -0
  388. package/build/ts/genMaciState.js.map +1 -0
  389. package/build/ts/genZerosContract.d.ts +12 -0
  390. package/build/ts/genZerosContract.d.ts.map +1 -0
  391. package/build/ts/genZerosContract.js +40 -0
  392. package/build/ts/genZerosContract.js.map +1 -0
  393. package/build/ts/index.d.ts +20 -0
  394. package/build/ts/index.d.ts.map +1 -0
  395. package/build/ts/index.js +95 -0
  396. package/build/ts/index.js.map +1 -0
  397. package/build/ts/ipfs.d.ts +41 -0
  398. package/build/ts/ipfs.d.ts.map +1 -0
  399. package/build/ts/ipfs.js +49 -0
  400. package/build/ts/ipfs.js.map +1 -0
  401. package/build/ts/logger.d.ts +46 -0
  402. package/build/ts/logger.d.ts.map +1 -0
  403. package/build/ts/logger.js +79 -0
  404. package/build/ts/logger.js.map +1 -0
  405. package/build/ts/proofs.d.ts +53 -0
  406. package/build/ts/proofs.d.ts.map +1 -0
  407. package/build/ts/proofs.js +154 -0
  408. package/build/ts/proofs.js.map +1 -0
  409. package/build/ts/types.d.ts +323 -0
  410. package/build/ts/types.d.ts.map +1 -0
  411. package/build/ts/types.js +3 -0
  412. package/build/ts/types.js.map +1 -0
  413. package/build/ts/utils.d.ts +85 -0
  414. package/build/ts/utils.d.ts.map +1 -0
  415. package/build/ts/utils.js +202 -0
  416. package/build/ts/utils.js.map +1 -0
  417. package/build/tsconfig.build.tsbuildinfo +1 -0
  418. package/build/typechain-types/@excubiae/contracts/contracts/checker/BaseChecker.d.ts +48 -0
  419. package/build/typechain-types/@excubiae/contracts/contracts/checker/BaseChecker.d.ts.map +1 -0
  420. package/build/typechain-types/@excubiae/contracts/contracts/checker/BaseChecker.js +3 -0
  421. package/build/typechain-types/@excubiae/contracts/contracts/checker/BaseChecker.js.map +1 -0
  422. package/build/typechain-types/@excubiae/contracts/contracts/checker/index.d.ts +2 -0
  423. package/build/typechain-types/@excubiae/contracts/contracts/checker/index.d.ts.map +1 -0
  424. package/build/typechain-types/@excubiae/contracts/contracts/checker/index.js +3 -0
  425. package/build/typechain-types/@excubiae/contracts/contracts/checker/index.js.map +1 -0
  426. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.d.ts +56 -0
  427. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.d.ts.map +1 -0
  428. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.js +3 -0
  429. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.js.map +1 -0
  430. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.d.ts +56 -0
  431. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.d.ts.map +1 -0
  432. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.js +3 -0
  433. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.js.map +1 -0
  434. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.d.ts +143 -0
  435. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.d.ts.map +1 -0
  436. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.js +3 -0
  437. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.js.map +1 -0
  438. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.d.ts +50 -0
  439. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.d.ts.map +1 -0
  440. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.js +3 -0
  441. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.js.map +1 -0
  442. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.d.ts +56 -0
  443. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.d.ts.map +1 -0
  444. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.js +3 -0
  445. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.js.map +1 -0
  446. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/index.d.ts +6 -0
  447. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/index.d.ts.map +1 -0
  448. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/index.js +3 -0
  449. package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/index.js.map +1 -0
  450. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASChecker.d.ts +60 -0
  451. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASChecker.d.ts.map +1 -0
  452. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASChecker.js +3 -0
  453. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASChecker.js.map +1 -0
  454. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.d.ts +58 -0
  455. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.d.ts.map +1 -0
  456. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.js +3 -0
  457. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.js.map +1 -0
  458. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicy.d.ts +143 -0
  459. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicy.d.ts.map +1 -0
  460. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicy.js +3 -0
  461. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicy.js.map +1 -0
  462. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.d.ts +50 -0
  463. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.d.ts.map +1 -0
  464. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.js +3 -0
  465. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.js.map +1 -0
  466. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/IEAS.d.ts +71 -0
  467. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/IEAS.d.ts.map +1 -0
  468. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/IEAS.js +3 -0
  469. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/IEAS.js.map +1 -0
  470. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/index.d.ts +6 -0
  471. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/index.d.ts.map +1 -0
  472. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/index.js +3 -0
  473. package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/index.js.map +1 -0
  474. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.d.ts +48 -0
  475. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.d.ts.map +1 -0
  476. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.js +3 -0
  477. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.js.map +1 -0
  478. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.d.ts +46 -0
  479. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.d.ts.map +1 -0
  480. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.js +3 -0
  481. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.js.map +1 -0
  482. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.d.ts +135 -0
  483. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.d.ts.map +1 -0
  484. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.js +3 -0
  485. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.js.map +1 -0
  486. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.d.ts +50 -0
  487. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.d.ts.map +1 -0
  488. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.js +3 -0
  489. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.js.map +1 -0
  490. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/index.d.ts +5 -0
  491. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/index.d.ts.map +1 -0
  492. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/index.js +3 -0
  493. package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/index.js.map +1 -0
  494. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.d.ts +60 -0
  495. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.d.ts.map +1 -0
  496. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.js +3 -0
  497. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.js.map +1 -0
  498. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.d.ts +56 -0
  499. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.d.ts.map +1 -0
  500. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.js +3 -0
  501. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.js.map +1 -0
  502. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.d.ts +139 -0
  503. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.d.ts.map +1 -0
  504. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.js +3 -0
  505. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.js.map +1 -0
  506. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.d.ts +50 -0
  507. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.d.ts.map +1 -0
  508. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.js +3 -0
  509. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.js.map +1 -0
  510. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.d.ts +59 -0
  511. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.d.ts.map +1 -0
  512. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.js +3 -0
  513. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.js.map +1 -0
  514. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/index.d.ts +6 -0
  515. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/index.d.ts.map +1 -0
  516. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/index.js +3 -0
  517. package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/index.js.map +1 -0
  518. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsChecker.d.ts +56 -0
  519. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsChecker.d.ts.map +1 -0
  520. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsChecker.js +3 -0
  521. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsChecker.js.map +1 -0
  522. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.d.ts +56 -0
  523. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.d.ts.map +1 -0
  524. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.js +3 -0
  525. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.js.map +1 -0
  526. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.d.ts +139 -0
  527. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.d.ts.map +1 -0
  528. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.js +3 -0
  529. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.js.map +1 -0
  530. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.d.ts +50 -0
  531. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.d.ts.map +1 -0
  532. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.js +3 -0
  533. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.js.map +1 -0
  534. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/IHats.d.ts +98 -0
  535. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/IHats.d.ts.map +1 -0
  536. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/IHats.js +3 -0
  537. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/IHats.js.map +1 -0
  538. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/index.d.ts +6 -0
  539. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/index.d.ts.map +1 -0
  540. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/index.js +3 -0
  541. package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/index.js.map +1 -0
  542. package/build/typechain-types/@excubiae/contracts/contracts/extensions/index.d.ts +19 -0
  543. package/build/typechain-types/@excubiae/contracts/contracts/extensions/index.d.ts.map +1 -0
  544. package/build/typechain-types/@excubiae/contracts/contracts/extensions/index.js +3 -0
  545. package/build/typechain-types/@excubiae/contracts/contracts/extensions/index.js.map +1 -0
  546. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.d.ts +52 -0
  547. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.d.ts.map +1 -0
  548. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.js +3 -0
  549. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.js.map +1 -0
  550. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.d.ts +46 -0
  551. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.d.ts.map +1 -0
  552. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.js +3 -0
  553. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.js.map +1 -0
  554. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.d.ts +143 -0
  555. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.d.ts.map +1 -0
  556. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.js +3 -0
  557. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.js.map +1 -0
  558. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.d.ts +50 -0
  559. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.d.ts.map +1 -0
  560. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.js +3 -0
  561. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.js.map +1 -0
  562. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/index.d.ts +5 -0
  563. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/index.d.ts.map +1 -0
  564. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/index.js +3 -0
  565. package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/index.js.map +1 -0
  566. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.d.ts +61 -0
  567. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.d.ts.map +1 -0
  568. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.js +3 -0
  569. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.js.map +1 -0
  570. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.d.ts +56 -0
  571. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.d.ts.map +1 -0
  572. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.js +3 -0
  573. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.js.map +1 -0
  574. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.d.ts +56 -0
  575. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.d.ts.map +1 -0
  576. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.js +3 -0
  577. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.js.map +1 -0
  578. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.d.ts +139 -0
  579. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.d.ts.map +1 -0
  580. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.js +3 -0
  581. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.js.map +1 -0
  582. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.d.ts +50 -0
  583. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.d.ts.map +1 -0
  584. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.js +3 -0
  585. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.js.map +1 -0
  586. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/index.d.ts +6 -0
  587. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/index.d.ts.map +1 -0
  588. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/index.js +3 -0
  589. package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/index.js.map +1 -0
  590. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenChecker.d.ts +52 -0
  591. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenChecker.d.ts.map +1 -0
  592. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenChecker.js +3 -0
  593. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenChecker.js.map +1 -0
  594. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.d.ts +46 -0
  595. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.d.ts.map +1 -0
  596. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.js +3 -0
  597. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.js.map +1 -0
  598. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicy.d.ts +143 -0
  599. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicy.d.ts.map +1 -0
  600. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicy.js +3 -0
  601. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicy.js.map +1 -0
  602. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.d.ts +50 -0
  603. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.d.ts.map +1 -0
  604. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.js +3 -0
  605. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.js.map +1 -0
  606. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/index.d.ts +5 -0
  607. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/index.d.ts.map +1 -0
  608. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/index.js +3 -0
  609. package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/index.js.map +1 -0
  610. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.d.ts +64 -0
  611. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.d.ts.map +1 -0
  612. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.js +3 -0
  613. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.js.map +1 -0
  614. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.d.ts +60 -0
  615. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.d.ts.map +1 -0
  616. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.js +3 -0
  617. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.js.map +1 -0
  618. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.d.ts +54 -0
  619. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.d.ts.map +1 -0
  620. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.js +3 -0
  621. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.js.map +1 -0
  622. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.d.ts +139 -0
  623. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.d.ts.map +1 -0
  624. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.js +3 -0
  625. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.js.map +1 -0
  626. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.d.ts +50 -0
  627. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.d.ts.map +1 -0
  628. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.js +3 -0
  629. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.js.map +1 -0
  630. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/index.d.ts +6 -0
  631. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/index.d.ts.map +1 -0
  632. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/index.js +3 -0
  633. package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/index.js.map +1 -0
  634. package/build/typechain-types/@excubiae/contracts/contracts/index.d.ts +13 -0
  635. package/build/typechain-types/@excubiae/contracts/contracts/index.d.ts.map +1 -0
  636. package/build/typechain-types/@excubiae/contracts/contracts/index.js +3 -0
  637. package/build/typechain-types/@excubiae/contracts/contracts/index.js.map +1 -0
  638. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBaseChecker.d.ts +36 -0
  639. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBaseChecker.d.ts.map +1 -0
  640. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBaseChecker.js +3 -0
  641. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBaseChecker.js.map +1 -0
  642. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBasePolicy.d.ts +84 -0
  643. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBasePolicy.d.ts.map +1 -0
  644. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBasePolicy.js +3 -0
  645. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBasePolicy.js.map +1 -0
  646. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IClone.d.ts +30 -0
  647. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IClone.d.ts.map +1 -0
  648. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IClone.js +3 -0
  649. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IClone.js.map +1 -0
  650. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IFactory.d.ts +37 -0
  651. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IFactory.d.ts.map +1 -0
  652. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IFactory.js +3 -0
  653. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IFactory.js.map +1 -0
  654. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IPolicy.d.ts +46 -0
  655. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IPolicy.d.ts.map +1 -0
  656. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IPolicy.js +3 -0
  657. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IPolicy.js.map +1 -0
  658. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/index.d.ts +6 -0
  659. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/index.d.ts.map +1 -0
  660. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/index.js +3 -0
  661. package/build/typechain-types/@excubiae/contracts/contracts/interfaces/index.js.map +1 -0
  662. package/build/typechain-types/@excubiae/contracts/contracts/policy/BasePolicy.d.ts +135 -0
  663. package/build/typechain-types/@excubiae/contracts/contracts/policy/BasePolicy.d.ts.map +1 -0
  664. package/build/typechain-types/@excubiae/contracts/contracts/policy/BasePolicy.js +3 -0
  665. package/build/typechain-types/@excubiae/contracts/contracts/policy/BasePolicy.js.map +1 -0
  666. package/build/typechain-types/@excubiae/contracts/contracts/policy/Policy.d.ts +93 -0
  667. package/build/typechain-types/@excubiae/contracts/contracts/policy/Policy.d.ts.map +1 -0
  668. package/build/typechain-types/@excubiae/contracts/contracts/policy/Policy.js +3 -0
  669. package/build/typechain-types/@excubiae/contracts/contracts/policy/Policy.js.map +1 -0
  670. package/build/typechain-types/@excubiae/contracts/contracts/policy/index.d.ts +3 -0
  671. package/build/typechain-types/@excubiae/contracts/contracts/policy/index.d.ts.map +1 -0
  672. package/build/typechain-types/@excubiae/contracts/contracts/policy/index.js +3 -0
  673. package/build/typechain-types/@excubiae/contracts/contracts/policy/index.js.map +1 -0
  674. package/build/typechain-types/@excubiae/contracts/contracts/proxy/Clone.d.ts +34 -0
  675. package/build/typechain-types/@excubiae/contracts/contracts/proxy/Clone.d.ts.map +1 -0
  676. package/build/typechain-types/@excubiae/contracts/contracts/proxy/Clone.js +3 -0
  677. package/build/typechain-types/@excubiae/contracts/contracts/proxy/Clone.js.map +1 -0
  678. package/build/typechain-types/@excubiae/contracts/contracts/proxy/Factory.d.ts +42 -0
  679. package/build/typechain-types/@excubiae/contracts/contracts/proxy/Factory.d.ts.map +1 -0
  680. package/build/typechain-types/@excubiae/contracts/contracts/proxy/Factory.js +3 -0
  681. package/build/typechain-types/@excubiae/contracts/contracts/proxy/Factory.js.map +1 -0
  682. package/build/typechain-types/@excubiae/contracts/contracts/proxy/index.d.ts +3 -0
  683. package/build/typechain-types/@excubiae/contracts/contracts/proxy/index.d.ts.map +1 -0
  684. package/build/typechain-types/@excubiae/contracts/contracts/proxy/index.js +3 -0
  685. package/build/typechain-types/@excubiae/contracts/contracts/proxy/index.js.map +1 -0
  686. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/index.d.ts +3 -0
  687. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/index.d.ts.map +1 -0
  688. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/index.js +3 -0
  689. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/index.js.map +1 -0
  690. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.d.ts +64 -0
  691. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.d.ts.map +1 -0
  692. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.js +3 -0
  693. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.js.map +1 -0
  694. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.d.ts +83 -0
  695. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.d.ts.map +1 -0
  696. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.js +3 -0
  697. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.js.map +1 -0
  698. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.d.ts +38 -0
  699. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.d.ts.map +1 -0
  700. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.js +3 -0
  701. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.js.map +1 -0
  702. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.d.ts +36 -0
  703. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.d.ts.map +1 -0
  704. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.js +3 -0
  705. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.js.map +1 -0
  706. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.d.ts +257 -0
  707. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.d.ts.map +1 -0
  708. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.js +3 -0
  709. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.js.map +1 -0
  710. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/index.d.ts +6 -0
  711. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/index.d.ts.map +1 -0
  712. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/index.js +3 -0
  713. package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/index.js.map +1 -0
  714. package/build/typechain-types/@excubiae/contracts/contracts/test/index.d.ts +3 -0
  715. package/build/typechain-types/@excubiae/contracts/contracts/test/index.d.ts.map +1 -0
  716. package/build/typechain-types/@excubiae/contracts/contracts/test/index.js +3 -0
  717. package/build/typechain-types/@excubiae/contracts/contracts/test/index.js.map +1 -0
  718. package/build/typechain-types/@excubiae/contracts/index.d.ts +3 -0
  719. package/build/typechain-types/@excubiae/contracts/index.d.ts.map +1 -0
  720. package/build/typechain-types/@excubiae/contracts/index.js +3 -0
  721. package/build/typechain-types/@excubiae/contracts/index.js.map +1 -0
  722. package/build/typechain-types/@excubiae/index.d.ts +3 -0
  723. package/build/typechain-types/@excubiae/index.d.ts.map +1 -0
  724. package/build/typechain-types/@excubiae/index.js +3 -0
  725. package/build/typechain-types/@excubiae/index.js.map +1 -0
  726. package/build/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts +55 -0
  727. package/build/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts.map +1 -0
  728. package/build/typechain-types/@openzeppelin/contracts/access/Ownable.js +3 -0
  729. package/build/typechain-types/@openzeppelin/contracts/access/Ownable.js.map +1 -0
  730. package/build/typechain-types/@openzeppelin/contracts/access/index.d.ts +2 -0
  731. package/build/typechain-types/@openzeppelin/contracts/access/index.d.ts.map +1 -0
  732. package/build/typechain-types/@openzeppelin/contracts/access/index.js +3 -0
  733. package/build/typechain-types/@openzeppelin/contracts/access/index.js.map +1 -0
  734. package/build/typechain-types/@openzeppelin/contracts/index.d.ts +9 -0
  735. package/build/typechain-types/@openzeppelin/contracts/index.d.ts.map +1 -0
  736. package/build/typechain-types/@openzeppelin/contracts/index.js +3 -0
  737. package/build/typechain-types/@openzeppelin/contracts/index.js.map +1 -0
  738. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.d.ts +21 -0
  739. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.d.ts.map +1 -0
  740. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.js +3 -0
  741. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.js.map +1 -0
  742. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.d.ts +21 -0
  743. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.d.ts.map +1 -0
  744. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.js +3 -0
  745. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.js.map +1 -0
  746. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.d.ts +21 -0
  747. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.d.ts.map +1 -0
  748. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.js +3 -0
  749. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.js.map +1 -0
  750. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +4 -0
  751. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts.map +1 -0
  752. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +3 -0
  753. package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js.map +1 -0
  754. package/build/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +3 -0
  755. package/build/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -0
  756. package/build/typechain-types/@openzeppelin/contracts/interfaces/index.js +3 -0
  757. package/build/typechain-types/@openzeppelin/contracts/interfaces/index.js.map +1 -0
  758. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.d.ts +142 -0
  759. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.d.ts.map +1 -0
  760. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.js +3 -0
  761. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.js.map +1 -0
  762. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.d.ts +130 -0
  763. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.d.ts.map +1 -0
  764. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.js +3 -0
  765. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.js.map +1 -0
  766. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.d.ts +142 -0
  767. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.d.ts.map +1 -0
  768. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.js +3 -0
  769. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.js.map +1 -0
  770. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +2 -0
  771. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts.map +1 -0
  772. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.js +3 -0
  773. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.js.map +1 -0
  774. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts +5 -0
  775. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -0
  776. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/index.js +3 -0
  777. package/build/typechain-types/@openzeppelin/contracts/token/ERC20/index.js.map +1 -0
  778. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.d.ts +212 -0
  779. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.d.ts.map +1 -0
  780. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.js +3 -0
  781. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.js.map +1 -0
  782. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.d.ts +200 -0
  783. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.d.ts.map +1 -0
  784. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.js +3 -0
  785. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.js.map +1 -0
  786. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.d.ts +40 -0
  787. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.d.ts.map +1 -0
  788. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.js +3 -0
  789. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.js.map +1 -0
  790. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.d.ts +212 -0
  791. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.d.ts.map +1 -0
  792. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.js +3 -0
  793. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.js.map +1 -0
  794. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts +2 -0
  795. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts.map +1 -0
  796. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.js +3 -0
  797. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.js.map +1 -0
  798. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/index.d.ts +6 -0
  799. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/index.d.ts.map +1 -0
  800. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/index.js +3 -0
  801. package/build/typechain-types/@openzeppelin/contracts/token/ERC721/index.js.map +1 -0
  802. package/build/typechain-types/@openzeppelin/contracts/token/index.d.ts +5 -0
  803. package/build/typechain-types/@openzeppelin/contracts/token/index.d.ts.map +1 -0
  804. package/build/typechain-types/@openzeppelin/contracts/token/index.js +3 -0
  805. package/build/typechain-types/@openzeppelin/contracts/token/index.js.map +1 -0
  806. package/build/typechain-types/@openzeppelin/contracts/utils/Strings.d.ts +21 -0
  807. package/build/typechain-types/@openzeppelin/contracts/utils/Strings.d.ts.map +1 -0
  808. package/build/typechain-types/@openzeppelin/contracts/utils/Strings.js +3 -0
  809. package/build/typechain-types/@openzeppelin/contracts/utils/Strings.js.map +1 -0
  810. package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/MerkleProof.d.ts +21 -0
  811. package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/MerkleProof.d.ts.map +1 -0
  812. package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/MerkleProof.js +3 -0
  813. package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/MerkleProof.js.map +1 -0
  814. package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/index.d.ts +2 -0
  815. package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/index.d.ts.map +1 -0
  816. package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/index.js +3 -0
  817. package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/index.js.map +1 -0
  818. package/build/typechain-types/@openzeppelin/contracts/utils/index.d.ts +8 -0
  819. package/build/typechain-types/@openzeppelin/contracts/utils/index.d.ts.map +1 -0
  820. package/build/typechain-types/@openzeppelin/contracts/utils/index.js +3 -0
  821. package/build/typechain-types/@openzeppelin/contracts/utils/index.js.map +1 -0
  822. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.d.ts +30 -0
  823. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.d.ts.map +1 -0
  824. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.js +3 -0
  825. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.js.map +1 -0
  826. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts +30 -0
  827. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts.map +1 -0
  828. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.js +3 -0
  829. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.js.map +1 -0
  830. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts +3 -0
  831. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts.map +1 -0
  832. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/index.js +3 -0
  833. package/build/typechain-types/@openzeppelin/contracts/utils/introspection/index.js.map +1 -0
  834. package/build/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.d.ts +21 -0
  835. package/build/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.d.ts.map +1 -0
  836. package/build/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.js +3 -0
  837. package/build/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.js.map +1 -0
  838. package/build/typechain-types/@openzeppelin/contracts/utils/math/index.d.ts +2 -0
  839. package/build/typechain-types/@openzeppelin/contracts/utils/math/index.d.ts.map +1 -0
  840. package/build/typechain-types/@openzeppelin/contracts/utils/math/index.js +3 -0
  841. package/build/typechain-types/@openzeppelin/contracts/utils/math/index.js.map +1 -0
  842. package/build/typechain-types/@openzeppelin/index.d.ts +3 -0
  843. package/build/typechain-types/@openzeppelin/index.d.ts.map +1 -0
  844. package/build/typechain-types/@openzeppelin/index.js +3 -0
  845. package/build/typechain-types/@openzeppelin/index.js.map +1 -0
  846. package/build/typechain-types/common.d.ts +51 -0
  847. package/build/typechain-types/common.d.ts.map +1 -0
  848. package/build/typechain-types/common.js +3 -0
  849. package/build/typechain-types/common.js.map +1 -0
  850. package/build/typechain-types/contracts/MACI.d.ts +394 -0
  851. package/build/typechain-types/contracts/MACI.d.ts.map +1 -0
  852. package/build/typechain-types/contracts/MACI.js +3 -0
  853. package/build/typechain-types/contracts/MACI.js.map +1 -0
  854. package/build/typechain-types/contracts/MessageProcessor.d.ts +174 -0
  855. package/build/typechain-types/contracts/MessageProcessor.d.ts.map +1 -0
  856. package/build/typechain-types/contracts/MessageProcessor.js +3 -0
  857. package/build/typechain-types/contracts/MessageProcessor.js.map +1 -0
  858. package/build/typechain-types/contracts/MessageProcessorFactory.d.ts +44 -0
  859. package/build/typechain-types/contracts/MessageProcessorFactory.d.ts.map +1 -0
  860. package/build/typechain-types/contracts/MessageProcessorFactory.js +3 -0
  861. package/build/typechain-types/contracts/MessageProcessorFactory.js.map +1 -0
  862. package/build/typechain-types/contracts/Poll.d.ts +687 -0
  863. package/build/typechain-types/contracts/Poll.d.ts.map +1 -0
  864. package/build/typechain-types/contracts/Poll.js +3 -0
  865. package/build/typechain-types/contracts/Poll.js.map +1 -0
  866. package/build/typechain-types/contracts/PollFactory.d.ts +118 -0
  867. package/build/typechain-types/contracts/PollFactory.d.ts.map +1 -0
  868. package/build/typechain-types/contracts/PollFactory.js +3 -0
  869. package/build/typechain-types/contracts/PollFactory.js.map +1 -0
  870. package/build/typechain-types/contracts/Tally.d.ts +350 -0
  871. package/build/typechain-types/contracts/Tally.d.ts.map +1 -0
  872. package/build/typechain-types/contracts/Tally.js +3 -0
  873. package/build/typechain-types/contracts/Tally.js.map +1 -0
  874. package/build/typechain-types/contracts/TallyFactory.d.ts +46 -0
  875. package/build/typechain-types/contracts/TallyFactory.d.ts.map +1 -0
  876. package/build/typechain-types/contracts/TallyFactory.js +3 -0
  877. package/build/typechain-types/contracts/TallyFactory.js.map +1 -0
  878. package/build/typechain-types/contracts/VkRegistry.d.ts +550 -0
  879. package/build/typechain-types/contracts/VkRegistry.d.ts.map +1 -0
  880. package/build/typechain-types/contracts/VkRegistry.js +3 -0
  881. package/build/typechain-types/contracts/VkRegistry.js.map +1 -0
  882. package/build/typechain-types/contracts/benchmarks/HasherBenchmarks.d.ts +154 -0
  883. package/build/typechain-types/contracts/benchmarks/HasherBenchmarks.d.ts.map +1 -0
  884. package/build/typechain-types/contracts/benchmarks/HasherBenchmarks.js +3 -0
  885. package/build/typechain-types/contracts/benchmarks/HasherBenchmarks.js.map +1 -0
  886. package/build/typechain-types/contracts/benchmarks/index.d.ts +2 -0
  887. package/build/typechain-types/contracts/benchmarks/index.d.ts.map +1 -0
  888. package/build/typechain-types/contracts/benchmarks/index.js +3 -0
  889. package/build/typechain-types/contracts/benchmarks/index.js.map +1 -0
  890. package/build/typechain-types/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.d.ts +34 -0
  891. package/build/typechain-types/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.d.ts.map +1 -0
  892. package/build/typechain-types/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.js +3 -0
  893. package/build/typechain-types/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.js.map +1 -0
  894. package/build/typechain-types/contracts/crypto/BabyJubJub.sol/index.d.ts +2 -0
  895. package/build/typechain-types/contracts/crypto/BabyJubJub.sol/index.d.ts.map +1 -0
  896. package/build/typechain-types/contracts/crypto/BabyJubJub.sol/index.js +3 -0
  897. package/build/typechain-types/contracts/crypto/BabyJubJub.sol/index.js.map +1 -0
  898. package/build/typechain-types/contracts/crypto/Hasher.d.ts +108 -0
  899. package/build/typechain-types/contracts/crypto/Hasher.d.ts.map +1 -0
  900. package/build/typechain-types/contracts/crypto/Hasher.js +3 -0
  901. package/build/typechain-types/contracts/crypto/Hasher.js.map +1 -0
  902. package/build/typechain-types/contracts/crypto/Pairing.d.ts +26 -0
  903. package/build/typechain-types/contracts/crypto/Pairing.d.ts.map +1 -0
  904. package/build/typechain-types/contracts/crypto/Pairing.js +3 -0
  905. package/build/typechain-types/contracts/crypto/Pairing.js.map +1 -0
  906. package/build/typechain-types/contracts/crypto/PoseidonT3.d.ts +34 -0
  907. package/build/typechain-types/contracts/crypto/PoseidonT3.d.ts.map +1 -0
  908. package/build/typechain-types/contracts/crypto/PoseidonT3.js +3 -0
  909. package/build/typechain-types/contracts/crypto/PoseidonT3.js.map +1 -0
  910. package/build/typechain-types/contracts/crypto/PoseidonT4.d.ts +34 -0
  911. package/build/typechain-types/contracts/crypto/PoseidonT4.d.ts.map +1 -0
  912. package/build/typechain-types/contracts/crypto/PoseidonT4.js +3 -0
  913. package/build/typechain-types/contracts/crypto/PoseidonT4.js.map +1 -0
  914. package/build/typechain-types/contracts/crypto/PoseidonT5.d.ts +34 -0
  915. package/build/typechain-types/contracts/crypto/PoseidonT5.d.ts.map +1 -0
  916. package/build/typechain-types/contracts/crypto/PoseidonT5.js +3 -0
  917. package/build/typechain-types/contracts/crypto/PoseidonT5.js.map +1 -0
  918. package/build/typechain-types/contracts/crypto/PoseidonT6.d.ts +54 -0
  919. package/build/typechain-types/contracts/crypto/PoseidonT6.d.ts.map +1 -0
  920. package/build/typechain-types/contracts/crypto/PoseidonT6.js +3 -0
  921. package/build/typechain-types/contracts/crypto/PoseidonT6.js.map +1 -0
  922. package/build/typechain-types/contracts/crypto/Verifier.d.ts +85 -0
  923. package/build/typechain-types/contracts/crypto/Verifier.d.ts.map +1 -0
  924. package/build/typechain-types/contracts/crypto/Verifier.js +3 -0
  925. package/build/typechain-types/contracts/crypto/Verifier.js.map +1 -0
  926. package/build/typechain-types/contracts/crypto/index.d.ts +10 -0
  927. package/build/typechain-types/contracts/crypto/index.d.ts.map +1 -0
  928. package/build/typechain-types/contracts/crypto/index.js +3 -0
  929. package/build/typechain-types/contracts/crypto/index.js.map +1 -0
  930. package/build/typechain-types/contracts/index.d.ts +21 -0
  931. package/build/typechain-types/contracts/index.d.ts.map +1 -0
  932. package/build/typechain-types/contracts/index.js +3 -0
  933. package/build/typechain-types/contracts/index.js.map +1 -0
  934. package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.d.ts +48 -0
  935. package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.d.ts.map +1 -0
  936. package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.js +3 -0
  937. package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.js.map +1 -0
  938. package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.d.ts +46 -0
  939. package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.d.ts.map +1 -0
  940. package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.js +3 -0
  941. package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.js.map +1 -0
  942. package/build/typechain-types/contracts/initialVoiceCreditProxy/index.d.ts +3 -0
  943. package/build/typechain-types/contracts/initialVoiceCreditProxy/index.d.ts.map +1 -0
  944. package/build/typechain-types/contracts/initialVoiceCreditProxy/index.js +3 -0
  945. package/build/typechain-types/contracts/initialVoiceCreditProxy/index.js.map +1 -0
  946. package/build/typechain-types/contracts/interfaces/IInitialVoiceCreditProxy.d.ts +36 -0
  947. package/build/typechain-types/contracts/interfaces/IInitialVoiceCreditProxy.d.ts.map +1 -0
  948. package/build/typechain-types/contracts/interfaces/IInitialVoiceCreditProxy.js +3 -0
  949. package/build/typechain-types/contracts/interfaces/IInitialVoiceCreditProxy.js.map +1 -0
  950. package/build/typechain-types/contracts/interfaces/IMACI.d.ts +160 -0
  951. package/build/typechain-types/contracts/interfaces/IMACI.d.ts.map +1 -0
  952. package/build/typechain-types/contracts/interfaces/IMACI.js +3 -0
  953. package/build/typechain-types/contracts/interfaces/IMACI.js.map +1 -0
  954. package/build/typechain-types/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.d.ts +40 -0
  955. package/build/typechain-types/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.d.ts.map +1 -0
  956. package/build/typechain-types/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.js +3 -0
  957. package/build/typechain-types/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.js.map +1 -0
  958. package/build/typechain-types/contracts/interfaces/IMPFactory.sol/index.d.ts +2 -0
  959. package/build/typechain-types/contracts/interfaces/IMPFactory.sol/index.d.ts.map +1 -0
  960. package/build/typechain-types/contracts/interfaces/IMPFactory.sol/index.js +3 -0
  961. package/build/typechain-types/contracts/interfaces/IMPFactory.sol/index.js.map +1 -0
  962. package/build/typechain-types/contracts/interfaces/IMessageProcessor.d.ts +46 -0
  963. package/build/typechain-types/contracts/interfaces/IMessageProcessor.d.ts.map +1 -0
  964. package/build/typechain-types/contracts/interfaces/IMessageProcessor.js +3 -0
  965. package/build/typechain-types/contracts/interfaces/IMessageProcessor.js.map +1 -0
  966. package/build/typechain-types/contracts/interfaces/IPoll.d.ts +215 -0
  967. package/build/typechain-types/contracts/interfaces/IPoll.d.ts.map +1 -0
  968. package/build/typechain-types/contracts/interfaces/IPoll.js +3 -0
  969. package/build/typechain-types/contracts/interfaces/IPoll.js.map +1 -0
  970. package/build/typechain-types/contracts/interfaces/IPollFactory.d.ts +114 -0
  971. package/build/typechain-types/contracts/interfaces/IPollFactory.d.ts.map +1 -0
  972. package/build/typechain-types/contracts/interfaces/IPollFactory.js +3 -0
  973. package/build/typechain-types/contracts/interfaces/IPollFactory.js.map +1 -0
  974. package/build/typechain-types/contracts/interfaces/ISemaphore.d.ts +61 -0
  975. package/build/typechain-types/contracts/interfaces/ISemaphore.d.ts.map +1 -0
  976. package/build/typechain-types/contracts/interfaces/ISemaphore.js +3 -0
  977. package/build/typechain-types/contracts/interfaces/ISemaphore.js.map +1 -0
  978. package/build/typechain-types/contracts/interfaces/ITally.d.ts +72 -0
  979. package/build/typechain-types/contracts/interfaces/ITally.d.ts.map +1 -0
  980. package/build/typechain-types/contracts/interfaces/ITally.js +3 -0
  981. package/build/typechain-types/contracts/interfaces/ITally.js.map +1 -0
  982. package/build/typechain-types/contracts/interfaces/ITallyFactory.d.ts +42 -0
  983. package/build/typechain-types/contracts/interfaces/ITallyFactory.d.ts.map +1 -0
  984. package/build/typechain-types/contracts/interfaces/ITallyFactory.js +3 -0
  985. package/build/typechain-types/contracts/interfaces/ITallyFactory.js.map +1 -0
  986. package/build/typechain-types/contracts/interfaces/IVerifier.d.ts +81 -0
  987. package/build/typechain-types/contracts/interfaces/IVerifier.d.ts.map +1 -0
  988. package/build/typechain-types/contracts/interfaces/IVerifier.js +3 -0
  989. package/build/typechain-types/contracts/interfaces/IVerifier.js.map +1 -0
  990. package/build/typechain-types/contracts/interfaces/IVkRegistry.d.ts +125 -0
  991. package/build/typechain-types/contracts/interfaces/IVkRegistry.d.ts.map +1 -0
  992. package/build/typechain-types/contracts/interfaces/IVkRegistry.js +3 -0
  993. package/build/typechain-types/contracts/interfaces/IVkRegistry.js.map +1 -0
  994. package/build/typechain-types/contracts/interfaces/index.d.ts +13 -0
  995. package/build/typechain-types/contracts/interfaces/index.d.ts.map +1 -0
  996. package/build/typechain-types/contracts/interfaces/index.js +3 -0
  997. package/build/typechain-types/contracts/interfaces/index.js.map +1 -0
  998. package/build/typechain-types/contracts/mocks/MockERC20.d.ts +142 -0
  999. package/build/typechain-types/contracts/mocks/MockERC20.d.ts.map +1 -0
  1000. package/build/typechain-types/contracts/mocks/MockERC20.js +3 -0
  1001. package/build/typechain-types/contracts/mocks/MockERC20.js.map +1 -0
  1002. package/build/typechain-types/contracts/mocks/MockSemaphore.d.ts +73 -0
  1003. package/build/typechain-types/contracts/mocks/MockSemaphore.d.ts.map +1 -0
  1004. package/build/typechain-types/contracts/mocks/MockSemaphore.js +3 -0
  1005. package/build/typechain-types/contracts/mocks/MockSemaphore.js.map +1 -0
  1006. package/build/typechain-types/contracts/mocks/MockTally.d.ts +80 -0
  1007. package/build/typechain-types/contracts/mocks/MockTally.d.ts.map +1 -0
  1008. package/build/typechain-types/contracts/mocks/MockTally.js +3 -0
  1009. package/build/typechain-types/contracts/mocks/MockTally.js.map +1 -0
  1010. package/build/typechain-types/contracts/mocks/MockVerifier.d.ts +81 -0
  1011. package/build/typechain-types/contracts/mocks/MockVerifier.d.ts.map +1 -0
  1012. package/build/typechain-types/contracts/mocks/MockVerifier.js +3 -0
  1013. package/build/typechain-types/contracts/mocks/MockVerifier.js.map +1 -0
  1014. package/build/typechain-types/contracts/mocks/index.d.ts +5 -0
  1015. package/build/typechain-types/contracts/mocks/index.d.ts.map +1 -0
  1016. package/build/typechain-types/contracts/mocks/index.js +3 -0
  1017. package/build/typechain-types/contracts/mocks/index.js.map +1 -0
  1018. package/build/typechain-types/contracts/utilities/DomainObjs.d.ts +26 -0
  1019. package/build/typechain-types/contracts/utilities/DomainObjs.d.ts.map +1 -0
  1020. package/build/typechain-types/contracts/utilities/DomainObjs.js +3 -0
  1021. package/build/typechain-types/contracts/utilities/DomainObjs.js.map +1 -0
  1022. package/build/typechain-types/contracts/utilities/Utilities.d.ts +196 -0
  1023. package/build/typechain-types/contracts/utilities/Utilities.d.ts.map +1 -0
  1024. package/build/typechain-types/contracts/utilities/Utilities.js +3 -0
  1025. package/build/typechain-types/contracts/utilities/Utilities.js.map +1 -0
  1026. package/build/typechain-types/contracts/utilities/index.d.ts +3 -0
  1027. package/build/typechain-types/contracts/utilities/index.d.ts.map +1 -0
  1028. package/build/typechain-types/contracts/utilities/index.js +3 -0
  1029. package/build/typechain-types/contracts/utilities/index.js.map +1 -0
  1030. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.d.ts +56 -0
  1031. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.d.ts.map +1 -0
  1032. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.js +82 -0
  1033. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.js.map +1 -0
  1034. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.d.ts +2 -0
  1035. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.d.ts.map +1 -0
  1036. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.js +9 -0
  1037. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.js.map +1 -0
  1038. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.d.ts +61 -0
  1039. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.d.ts.map +1 -0
  1040. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.js +89 -0
  1041. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.js.map +1 -0
  1042. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.d.ts +103 -0
  1043. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.d.ts.map +1 -0
  1044. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.js +143 -0
  1045. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.js.map +1 -0
  1046. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.d.ts +57 -0
  1047. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.d.ts.map +1 -0
  1048. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.js +84 -0
  1049. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.js.map +1 -0
  1050. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.d.ts +236 -0
  1051. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.d.ts.map +1 -0
  1052. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.js +314 -0
  1053. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.js.map +1 -0
  1054. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.d.ts +42 -0
  1055. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.d.ts.map +1 -0
  1056. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.js +64 -0
  1057. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.js.map +1 -0
  1058. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.d.ts +6 -0
  1059. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.d.ts.map +1 -0
  1060. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.js +17 -0
  1061. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.js.map +1 -0
  1062. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.d.ts +65 -0
  1063. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.d.ts.map +1 -0
  1064. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.js +94 -0
  1065. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.js.map +1 -0
  1066. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.d.ts +117 -0
  1067. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.d.ts.map +1 -0
  1068. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.js +161 -0
  1069. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.js.map +1 -0
  1070. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.d.ts +57 -0
  1071. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.d.ts.map +1 -0
  1072. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.js +84 -0
  1073. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.js.map +1 -0
  1074. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.d.ts +236 -0
  1075. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.d.ts.map +1 -0
  1076. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.js +314 -0
  1077. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.js.map +1 -0
  1078. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.d.ts +63 -0
  1079. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.d.ts.map +1 -0
  1080. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.js +91 -0
  1081. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.js.map +1 -0
  1082. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.d.ts +6 -0
  1083. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.d.ts.map +1 -0
  1084. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.js +17 -0
  1085. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.js.map +1 -0
  1086. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.d.ts +53 -0
  1087. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.d.ts.map +1 -0
  1088. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.js +78 -0
  1089. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.js.map +1 -0
  1090. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.d.ts +71 -0
  1091. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.d.ts.map +1 -0
  1092. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.js +102 -0
  1093. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.js.map +1 -0
  1094. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.d.ts +57 -0
  1095. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.d.ts.map +1 -0
  1096. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.js +84 -0
  1097. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.js.map +1 -0
  1098. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.d.ts +222 -0
  1099. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.d.ts.map +1 -0
  1100. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.js +295 -0
  1101. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.js.map +1 -0
  1102. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.d.ts +5 -0
  1103. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.d.ts.map +1 -0
  1104. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.js +15 -0
  1105. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.js.map +1 -0
  1106. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.d.ts +61 -0
  1107. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.d.ts.map +1 -0
  1108. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.js +89 -0
  1109. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.js.map +1 -0
  1110. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.d.ts +105 -0
  1111. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.d.ts.map +1 -0
  1112. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.js +146 -0
  1113. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.js.map +1 -0
  1114. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.d.ts +57 -0
  1115. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.d.ts.map +1 -0
  1116. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.js +84 -0
  1117. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.js.map +1 -0
  1118. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.d.ts +236 -0
  1119. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.d.ts.map +1 -0
  1120. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.js +314 -0
  1121. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.js.map +1 -0
  1122. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.d.ts +67 -0
  1123. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.d.ts.map +1 -0
  1124. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.js +99 -0
  1125. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.js.map +1 -0
  1126. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.d.ts +6 -0
  1127. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.d.ts.map +1 -0
  1128. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.js +17 -0
  1129. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.js.map +1 -0
  1130. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.d.ts +61 -0
  1131. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.d.ts.map +1 -0
  1132. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.js +89 -0
  1133. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.js.map +1 -0
  1134. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.d.ts +103 -0
  1135. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.d.ts.map +1 -0
  1136. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.js +144 -0
  1137. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.js.map +1 -0
  1138. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.d.ts +57 -0
  1139. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.d.ts.map +1 -0
  1140. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.js +84 -0
  1141. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.js.map +1 -0
  1142. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.d.ts +236 -0
  1143. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.d.ts.map +1 -0
  1144. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.js +314 -0
  1145. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.js.map +1 -0
  1146. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.d.ts +104 -0
  1147. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.d.ts.map +1 -0
  1148. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.js +146 -0
  1149. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.js.map +1 -0
  1150. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.d.ts +6 -0
  1151. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.d.ts.map +1 -0
  1152. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.js +17 -0
  1153. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.js.map +1 -0
  1154. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.d.ts +10 -0
  1155. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.d.ts.map +1 -0
  1156. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.js +49 -0
  1157. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.js.map +1 -0
  1158. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.d.ts +57 -0
  1159. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.d.ts.map +1 -0
  1160. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.js +84 -0
  1161. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.js.map +1 -0
  1162. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.d.ts +89 -0
  1163. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.d.ts.map +1 -0
  1164. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.js +125 -0
  1165. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.js.map +1 -0
  1166. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.d.ts +57 -0
  1167. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.d.ts.map +1 -0
  1168. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.js +84 -0
  1169. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.js.map +1 -0
  1170. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.d.ts +236 -0
  1171. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.d.ts.map +1 -0
  1172. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.js +314 -0
  1173. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.js.map +1 -0
  1174. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.d.ts +5 -0
  1175. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.d.ts.map +1 -0
  1176. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.js +15 -0
  1177. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.js.map +1 -0
  1178. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.d.ts +51 -0
  1179. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.d.ts.map +1 -0
  1180. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.js +76 -0
  1181. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.js.map +1 -0
  1182. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.d.ts +61 -0
  1183. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.d.ts.map +1 -0
  1184. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.js +89 -0
  1185. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.js.map +1 -0
  1186. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.d.ts +103 -0
  1187. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.d.ts.map +1 -0
  1188. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.js +143 -0
  1189. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.js.map +1 -0
  1190. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.d.ts +57 -0
  1191. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.d.ts.map +1 -0
  1192. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.js +84 -0
  1193. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.js.map +1 -0
  1194. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.d.ts +236 -0
  1195. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.d.ts.map +1 -0
  1196. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.js +314 -0
  1197. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.js.map +1 -0
  1198. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.d.ts +6 -0
  1199. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.d.ts.map +1 -0
  1200. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.js +17 -0
  1201. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.js.map +1 -0
  1202. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.d.ts +57 -0
  1203. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.d.ts.map +1 -0
  1204. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.js +84 -0
  1205. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.js.map +1 -0
  1206. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.d.ts +85 -0
  1207. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.d.ts.map +1 -0
  1208. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.js +120 -0
  1209. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.js.map +1 -0
  1210. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.d.ts +57 -0
  1211. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.d.ts.map +1 -0
  1212. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.js +84 -0
  1213. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.js.map +1 -0
  1214. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.d.ts +236 -0
  1215. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.d.ts.map +1 -0
  1216. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.js +314 -0
  1217. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.js.map +1 -0
  1218. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.d.ts +5 -0
  1219. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.d.ts.map +1 -0
  1220. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.js +15 -0
  1221. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.js.map +1 -0
  1222. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.d.ts +69 -0
  1223. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.d.ts.map +1 -0
  1224. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.js +99 -0
  1225. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.js.map +1 -0
  1226. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.d.ts +127 -0
  1227. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.d.ts.map +1 -0
  1228. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.js +174 -0
  1229. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.js.map +1 -0
  1230. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.d.ts +49 -0
  1231. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.d.ts.map +1 -0
  1232. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.js +74 -0
  1233. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.js.map +1 -0
  1234. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.d.ts +57 -0
  1235. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.d.ts.map +1 -0
  1236. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.js +84 -0
  1237. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.js.map +1 -0
  1238. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.d.ts +236 -0
  1239. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.d.ts.map +1 -0
  1240. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.js +314 -0
  1241. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.js.map +1 -0
  1242. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.d.ts +6 -0
  1243. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.d.ts.map +1 -0
  1244. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.js +17 -0
  1245. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.js.map +1 -0
  1246. package/build/typechain-types/factories/@excubiae/contracts/contracts/index.d.ts +7 -0
  1247. package/build/typechain-types/factories/@excubiae/contracts/contracts/index.d.ts.map +1 -0
  1248. package/build/typechain-types/factories/@excubiae/contracts/contracts/index.js +46 -0
  1249. package/build/typechain-types/factories/@excubiae/contracts/contracts/index.js.map +1 -0
  1250. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.d.ts +26 -0
  1251. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.d.ts.map +1 -0
  1252. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.js +44 -0
  1253. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.js.map +1 -0
  1254. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.d.ts +96 -0
  1255. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.d.ts.map +1 -0
  1256. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.js +132 -0
  1257. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.js.map +1 -0
  1258. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.d.ts +28 -0
  1259. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.d.ts.map +1 -0
  1260. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.js +45 -0
  1261. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.js.map +1 -0
  1262. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.d.ts +18 -0
  1263. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.d.ts.map +1 -0
  1264. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.js +33 -0
  1265. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.js.map +1 -0
  1266. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.d.ts +62 -0
  1267. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.d.ts.map +1 -0
  1268. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.js +89 -0
  1269. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.js.map +1 -0
  1270. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.d.ts +6 -0
  1271. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.d.ts.map +1 -0
  1272. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.js +17 -0
  1273. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.js.map +1 -0
  1274. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.d.ts +203 -0
  1275. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.d.ts.map +1 -0
  1276. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.js +270 -0
  1277. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.js.map +1 -0
  1278. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.d.ts +159 -0
  1279. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.d.ts.map +1 -0
  1280. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.js +214 -0
  1281. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.js.map +1 -0
  1282. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.d.ts +3 -0
  1283. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.d.ts.map +1 -0
  1284. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.js +11 -0
  1285. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.js.map +1 -0
  1286. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.d.ts +38 -0
  1287. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.d.ts.map +1 -0
  1288. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.js +58 -0
  1289. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.js.map +1 -0
  1290. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.d.ts +28 -0
  1291. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.d.ts.map +1 -0
  1292. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.js +46 -0
  1293. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.js.map +1 -0
  1294. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.d.ts +3 -0
  1295. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.d.ts.map +1 -0
  1296. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.js +11 -0
  1297. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.js.map +1 -0
  1298. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.d.ts +2 -0
  1299. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.d.ts.map +1 -0
  1300. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.js +41 -0
  1301. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.js.map +1 -0
  1302. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.d.ts +73 -0
  1303. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.d.ts.map +1 -0
  1304. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.js +104 -0
  1305. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.js.map +1 -0
  1306. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.d.ts +124 -0
  1307. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.d.ts.map +1 -0
  1308. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.js +171 -0
  1309. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.js.map +1 -0
  1310. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.d.ts +57 -0
  1311. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.d.ts.map +1 -0
  1312. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.js +85 -0
  1313. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.js.map +1 -0
  1314. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.d.ts +41 -0
  1315. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.d.ts.map +1 -0
  1316. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.js +64 -0
  1317. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.js.map +1 -0
  1318. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.d.ts +428 -0
  1319. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.d.ts.map +1 -0
  1320. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.js +570 -0
  1321. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.js.map +1 -0
  1322. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.d.ts +6 -0
  1323. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.d.ts.map +1 -0
  1324. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.js +17 -0
  1325. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.js.map +1 -0
  1326. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.d.ts +2 -0
  1327. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.d.ts.map +1 -0
  1328. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.js +41 -0
  1329. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.js.map +1 -0
  1330. package/build/typechain-types/factories/@excubiae/contracts/index.d.ts +2 -0
  1331. package/build/typechain-types/factories/@excubiae/contracts/index.d.ts.map +1 -0
  1332. package/build/typechain-types/factories/@excubiae/contracts/index.js +41 -0
  1333. package/build/typechain-types/factories/@excubiae/contracts/index.js.map +1 -0
  1334. package/build/typechain-types/factories/@excubiae/index.d.ts +2 -0
  1335. package/build/typechain-types/factories/@excubiae/index.d.ts.map +1 -0
  1336. package/build/typechain-types/factories/@excubiae/index.js +41 -0
  1337. package/build/typechain-types/factories/@excubiae/index.js.map +1 -0
  1338. package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts +65 -0
  1339. package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts.map +1 -0
  1340. package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js +94 -0
  1341. package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js.map +1 -0
  1342. package/build/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts +2 -0
  1343. package/build/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts.map +1 -0
  1344. package/build/typechain-types/factories/@openzeppelin/contracts/access/index.js +9 -0
  1345. package/build/typechain-types/factories/@openzeppelin/contracts/access/index.js.map +1 -0
  1346. package/build/typechain-types/factories/@openzeppelin/contracts/index.d.ts +5 -0
  1347. package/build/typechain-types/factories/@openzeppelin/contracts/index.d.ts.map +1 -0
  1348. package/build/typechain-types/factories/@openzeppelin/contracts/index.js +44 -0
  1349. package/build/typechain-types/factories/@openzeppelin/contracts/index.js.map +1 -0
  1350. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.d.ts +84 -0
  1351. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.d.ts.map +1 -0
  1352. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.js +122 -0
  1353. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.js.map +1 -0
  1354. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.d.ts +72 -0
  1355. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.d.ts.map +1 -0
  1356. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.js +106 -0
  1357. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.js.map +1 -0
  1358. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.d.ts +84 -0
  1359. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.d.ts.map +1 -0
  1360. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.js +123 -0
  1361. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.js.map +1 -0
  1362. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +4 -0
  1363. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts.map +1 -0
  1364. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +13 -0
  1365. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js.map +1 -0
  1366. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +2 -0
  1367. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -0
  1368. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +41 -0
  1369. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js.map +1 -0
  1370. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts +242 -0
  1371. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts.map +1 -0
  1372. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js +328 -0
  1373. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js.map +1 -0
  1374. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts +148 -0
  1375. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts.map +1 -0
  1376. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js +203 -0
  1377. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js.map +1 -0
  1378. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts +178 -0
  1379. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts.map +1 -0
  1380. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js +242 -0
  1381. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js.map +1 -0
  1382. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +2 -0
  1383. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts.map +1 -0
  1384. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js +9 -0
  1385. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js.map +1 -0
  1386. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +4 -0
  1387. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -0
  1388. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js +45 -0
  1389. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js.map +1 -0
  1390. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.d.ts +338 -0
  1391. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.d.ts.map +1 -0
  1392. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.js +453 -0
  1393. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.js.map +1 -0
  1394. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.d.ts +34 -0
  1395. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.d.ts.map +1 -0
  1396. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.js +54 -0
  1397. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.js.map +1 -0
  1398. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.d.ts +228 -0
  1399. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.d.ts.map +1 -0
  1400. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.js +305 -0
  1401. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.js.map +1 -0
  1402. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.d.ts +262 -0
  1403. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.d.ts.map +1 -0
  1404. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.js +350 -0
  1405. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.js.map +1 -0
  1406. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts +2 -0
  1407. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts.map +1 -0
  1408. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.js +9 -0
  1409. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.js.map +1 -0
  1410. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.d.ts +5 -0
  1411. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.d.ts.map +1 -0
  1412. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.js +47 -0
  1413. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.js.map +1 -0
  1414. package/build/typechain-types/factories/@openzeppelin/contracts/token/index.d.ts +3 -0
  1415. package/build/typechain-types/factories/@openzeppelin/contracts/token/index.d.ts.map +1 -0
  1416. package/build/typechain-types/factories/@openzeppelin/contracts/token/index.js +42 -0
  1417. package/build/typechain-types/factories/@openzeppelin/contracts/token/index.js.map +1 -0
  1418. package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts +43 -0
  1419. package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts.map +1 -0
  1420. package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.js +66 -0
  1421. package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.js.map +1 -0
  1422. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.d.ts +27 -0
  1423. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.d.ts.map +1 -0
  1424. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.js +45 -0
  1425. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.js.map +1 -0
  1426. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.d.ts +2 -0
  1427. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.d.ts.map +1 -0
  1428. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.js +9 -0
  1429. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.js.map +1 -0
  1430. package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts +5 -0
  1431. package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts.map +1 -0
  1432. package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.js +45 -0
  1433. package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.js.map +1 -0
  1434. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.d.ts +22 -0
  1435. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.d.ts.map +1 -0
  1436. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.js +39 -0
  1437. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.js.map +1 -0
  1438. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts +22 -0
  1439. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts.map +1 -0
  1440. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js +39 -0
  1441. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js.map +1 -0
  1442. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts +3 -0
  1443. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts.map +1 -0
  1444. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js +11 -0
  1445. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js.map +1 -0
  1446. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts +63 -0
  1447. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts.map +1 -0
  1448. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js +94 -0
  1449. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js.map +1 -0
  1450. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.d.ts +2 -0
  1451. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.d.ts.map +1 -0
  1452. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.js +9 -0
  1453. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.js.map +1 -0
  1454. package/build/typechain-types/factories/@openzeppelin/index.d.ts +2 -0
  1455. package/build/typechain-types/factories/@openzeppelin/index.d.ts.map +1 -0
  1456. package/build/typechain-types/factories/@openzeppelin/index.js +41 -0
  1457. package/build/typechain-types/factories/@openzeppelin/index.js.map +1 -0
  1458. package/build/typechain-types/factories/contracts/MACI__factory.d.ts +580 -0
  1459. package/build/typechain-types/factories/contracts/MACI__factory.d.ts.map +1 -0
  1460. package/build/typechain-types/factories/contracts/MACI__factory.js +765 -0
  1461. package/build/typechain-types/factories/contracts/MACI__factory.js.map +1 -0
  1462. package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.d.ts +69 -0
  1463. package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.d.ts.map +1 -0
  1464. package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.js +108 -0
  1465. package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.js.map +1 -0
  1466. package/build/typechain-types/factories/contracts/MessageProcessor__factory.d.ts +288 -0
  1467. package/build/typechain-types/factories/contracts/MessageProcessor__factory.d.ts.map +1 -0
  1468. package/build/typechain-types/factories/contracts/MessageProcessor__factory.js +400 -0
  1469. package/build/typechain-types/factories/contracts/MessageProcessor__factory.js.map +1 -0
  1470. package/build/typechain-types/factories/contracts/PollFactory__factory.d.ts +138 -0
  1471. package/build/typechain-types/factories/contracts/PollFactory__factory.d.ts.map +1 -0
  1472. package/build/typechain-types/factories/contracts/PollFactory__factory.js +201 -0
  1473. package/build/typechain-types/factories/contracts/PollFactory__factory.js.map +1 -0
  1474. package/build/typechain-types/factories/contracts/Poll__factory.d.ts +1055 -0
  1475. package/build/typechain-types/factories/contracts/Poll__factory.d.ts.map +1 -0
  1476. package/build/typechain-types/factories/contracts/Poll__factory.js +1399 -0
  1477. package/build/typechain-types/factories/contracts/Poll__factory.js.map +1 -0
  1478. package/build/typechain-types/factories/contracts/TallyFactory__factory.d.ts +70 -0
  1479. package/build/typechain-types/factories/contracts/TallyFactory__factory.d.ts.map +1 -0
  1480. package/build/typechain-types/factories/contracts/TallyFactory__factory.js +113 -0
  1481. package/build/typechain-types/factories/contracts/TallyFactory__factory.js.map +1 -0
  1482. package/build/typechain-types/factories/contracts/Tally__factory.d.ts +525 -0
  1483. package/build/typechain-types/factories/contracts/Tally__factory.d.ts.map +1 -0
  1484. package/build/typechain-types/factories/contracts/Tally__factory.js +706 -0
  1485. package/build/typechain-types/factories/contracts/Tally__factory.js.map +1 -0
  1486. package/build/typechain-types/factories/contracts/VkRegistry__factory.d.ts +1832 -0
  1487. package/build/typechain-types/factories/contracts/VkRegistry__factory.d.ts.map +1 -0
  1488. package/build/typechain-types/factories/contracts/VkRegistry__factory.js +2417 -0
  1489. package/build/typechain-types/factories/contracts/VkRegistry__factory.js.map +1 -0
  1490. package/build/typechain-types/factories/contracts/benchmarks/HasherBenchmarks__factory.d.ts +150 -0
  1491. package/build/typechain-types/factories/contracts/benchmarks/HasherBenchmarks__factory.d.ts.map +1 -0
  1492. package/build/typechain-types/factories/contracts/benchmarks/HasherBenchmarks__factory.js +223 -0
  1493. package/build/typechain-types/factories/contracts/benchmarks/HasherBenchmarks__factory.js.map +1 -0
  1494. package/build/typechain-types/factories/contracts/benchmarks/index.d.ts +2 -0
  1495. package/build/typechain-types/factories/contracts/benchmarks/index.d.ts.map +1 -0
  1496. package/build/typechain-types/factories/contracts/benchmarks/index.js +9 -0
  1497. package/build/typechain-types/factories/contracts/benchmarks/index.js.map +1 -0
  1498. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.d.ts +53 -0
  1499. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.d.ts.map +1 -0
  1500. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.js +79 -0
  1501. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.js.map +1 -0
  1502. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.d.ts +2 -0
  1503. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.d.ts.map +1 -0
  1504. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.js +9 -0
  1505. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.js.map +1 -0
  1506. package/build/typechain-types/factories/contracts/crypto/Hasher__factory.d.ts +118 -0
  1507. package/build/typechain-types/factories/contracts/crypto/Hasher__factory.d.ts.map +1 -0
  1508. package/build/typechain-types/factories/contracts/crypto/Hasher__factory.js +180 -0
  1509. package/build/typechain-types/factories/contracts/crypto/Hasher__factory.js.map +1 -0
  1510. package/build/typechain-types/factories/contracts/crypto/Pairing__factory.d.ts +45 -0
  1511. package/build/typechain-types/factories/contracts/crypto/Pairing__factory.d.ts.map +1 -0
  1512. package/build/typechain-types/factories/contracts/crypto/Pairing__factory.js +68 -0
  1513. package/build/typechain-types/factories/contracts/crypto/Pairing__factory.js.map +1 -0
  1514. package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.d.ts +37 -0
  1515. package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.d.ts.map +1 -0
  1516. package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.js +59 -0
  1517. package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.js.map +1 -0
  1518. package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.d.ts +37 -0
  1519. package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.d.ts.map +1 -0
  1520. package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.js +59 -0
  1521. package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.js.map +1 -0
  1522. package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.d.ts +37 -0
  1523. package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.d.ts.map +1 -0
  1524. package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.js +59 -0
  1525. package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.js.map +1 -0
  1526. package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.d.ts +37 -0
  1527. package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.d.ts.map +1 -0
  1528. package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.js +59 -0
  1529. package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.js.map +1 -0
  1530. package/build/typechain-types/factories/contracts/crypto/Verifier__factory.d.ts +141 -0
  1531. package/build/typechain-types/factories/contracts/crypto/Verifier__factory.d.ts.map +1 -0
  1532. package/build/typechain-types/factories/contracts/crypto/Verifier__factory.js +194 -0
  1533. package/build/typechain-types/factories/contracts/crypto/Verifier__factory.js.map +1 -0
  1534. package/build/typechain-types/factories/contracts/crypto/index.d.ts +9 -0
  1535. package/build/typechain-types/factories/contracts/crypto/index.d.ts.map +1 -0
  1536. package/build/typechain-types/factories/contracts/crypto/index.js +55 -0
  1537. package/build/typechain-types/factories/contracts/crypto/index.js.map +1 -0
  1538. package/build/typechain-types/factories/contracts/index.d.ts +15 -0
  1539. package/build/typechain-types/factories/contracts/index.d.ts.map +1 -0
  1540. package/build/typechain-types/factories/contracts/index.js +62 -0
  1541. package/build/typechain-types/factories/contracts/index.js.map +1 -0
  1542. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.d.ts +57 -0
  1543. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.d.ts.map +1 -0
  1544. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.js +84 -0
  1545. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.js.map +1 -0
  1546. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.d.ts +71 -0
  1547. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.d.ts.map +1 -0
  1548. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.js +102 -0
  1549. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.js.map +1 -0
  1550. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.d.ts +3 -0
  1551. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.d.ts.map +1 -0
  1552. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.js +11 -0
  1553. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.js.map +1 -0
  1554. package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.d.ts +26 -0
  1555. package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.d.ts.map +1 -0
  1556. package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.js +44 -0
  1557. package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.js.map +1 -0
  1558. package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.d.ts +193 -0
  1559. package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.d.ts.map +1 -0
  1560. package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.js +262 -0
  1561. package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.js.map +1 -0
  1562. package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory__factory.d.ts +34 -0
  1563. package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory__factory.d.ts.map +1 -0
  1564. package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory__factory.js +54 -0
  1565. package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory__factory.js.map +1 -0
  1566. package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/index.d.ts +2 -0
  1567. package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/index.d.ts.map +1 -0
  1568. package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/index.js +9 -0
  1569. package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/index.js.map +1 -0
  1570. package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.d.ts +50 -0
  1571. package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.d.ts.map +1 -0
  1572. package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.js +75 -0
  1573. package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.js.map +1 -0
  1574. package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.d.ts +102 -0
  1575. package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.d.ts.map +1 -0
  1576. package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.js +142 -0
  1577. package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.js.map +1 -0
  1578. package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.d.ts +285 -0
  1579. package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.d.ts.map +1 -0
  1580. package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.js +379 -0
  1581. package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.js.map +1 -0
  1582. package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.d.ts +51 -0
  1583. package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.d.ts.map +1 -0
  1584. package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.js +76 -0
  1585. package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.js.map +1 -0
  1586. package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.d.ts +38 -0
  1587. package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.d.ts.map +1 -0
  1588. package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.js +59 -0
  1589. package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.js.map +1 -0
  1590. package/build/typechain-types/factories/contracts/interfaces/ITally__factory.d.ts +72 -0
  1591. package/build/typechain-types/factories/contracts/interfaces/ITally__factory.d.ts.map +1 -0
  1592. package/build/typechain-types/factories/contracts/interfaces/ITally__factory.js +103 -0
  1593. package/build/typechain-types/factories/contracts/interfaces/ITally__factory.js.map +1 -0
  1594. package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.d.ts +96 -0
  1595. package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.d.ts.map +1 -0
  1596. package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.js +136 -0
  1597. package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.js.map +1 -0
  1598. package/build/typechain-types/factories/contracts/interfaces/IVkRegistry__factory.d.ts +352 -0
  1599. package/build/typechain-types/factories/contracts/interfaces/IVkRegistry__factory.d.ts.map +1 -0
  1600. package/build/typechain-types/factories/contracts/interfaces/IVkRegistry__factory.js +474 -0
  1601. package/build/typechain-types/factories/contracts/interfaces/IVkRegistry__factory.js.map +1 -0
  1602. package/build/typechain-types/factories/contracts/interfaces/index.d.ts +12 -0
  1603. package/build/typechain-types/factories/contracts/interfaces/index.d.ts.map +1 -0
  1604. package/build/typechain-types/factories/contracts/interfaces/index.js +61 -0
  1605. package/build/typechain-types/factories/contracts/interfaces/index.js.map +1 -0
  1606. package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.d.ts +269 -0
  1607. package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.d.ts.map +1 -0
  1608. package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.js +364 -0
  1609. package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.js.map +1 -0
  1610. package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.d.ts +100 -0
  1611. package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.d.ts.map +1 -0
  1612. package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.js +140 -0
  1613. package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.js.map +1 -0
  1614. package/build/typechain-types/factories/contracts/mocks/MockTally__factory.d.ts +103 -0
  1615. package/build/typechain-types/factories/contracts/mocks/MockTally__factory.d.ts.map +1 -0
  1616. package/build/typechain-types/factories/contracts/mocks/MockTally__factory.js +143 -0
  1617. package/build/typechain-types/factories/contracts/mocks/MockTally__factory.js.map +1 -0
  1618. package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.d.ts +111 -0
  1619. package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.d.ts.map +1 -0
  1620. package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.js +156 -0
  1621. package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.js.map +1 -0
  1622. package/build/typechain-types/factories/contracts/mocks/index.d.ts +5 -0
  1623. package/build/typechain-types/factories/contracts/mocks/index.d.ts.map +1 -0
  1624. package/build/typechain-types/factories/contracts/mocks/index.js +15 -0
  1625. package/build/typechain-types/factories/contracts/mocks/index.js.map +1 -0
  1626. package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.d.ts +33 -0
  1627. package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.d.ts.map +1 -0
  1628. package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.js +53 -0
  1629. package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.js.map +1 -0
  1630. package/build/typechain-types/factories/contracts/utilities/Utilities__factory.d.ts +236 -0
  1631. package/build/typechain-types/factories/contracts/utilities/Utilities__factory.d.ts.map +1 -0
  1632. package/build/typechain-types/factories/contracts/utilities/Utilities__factory.js +337 -0
  1633. package/build/typechain-types/factories/contracts/utilities/Utilities__factory.js.map +1 -0
  1634. package/build/typechain-types/factories/contracts/utilities/index.d.ts +3 -0
  1635. package/build/typechain-types/factories/contracts/utilities/index.d.ts.map +1 -0
  1636. package/build/typechain-types/factories/contracts/utilities/index.js +11 -0
  1637. package/build/typechain-types/factories/contracts/utilities/index.js.map +1 -0
  1638. package/build/typechain-types/factories/index.d.ts +5 -0
  1639. package/build/typechain-types/factories/index.d.ts.map +1 -0
  1640. package/build/typechain-types/factories/index.js +44 -0
  1641. package/build/typechain-types/factories/index.js.map +1 -0
  1642. package/build/typechain-types/factories/solady/index.d.ts +2 -0
  1643. package/build/typechain-types/factories/solady/index.d.ts.map +1 -0
  1644. package/build/typechain-types/factories/solady/index.js +41 -0
  1645. package/build/typechain-types/factories/solady/index.js.map +1 -0
  1646. package/build/typechain-types/factories/solady/src/index.d.ts +2 -0
  1647. package/build/typechain-types/factories/solady/src/index.d.ts.map +1 -0
  1648. package/build/typechain-types/factories/solady/src/index.js +41 -0
  1649. package/build/typechain-types/factories/solady/src/index.js.map +1 -0
  1650. package/build/typechain-types/factories/solady/src/utils/LibClone__factory.d.ts +35 -0
  1651. package/build/typechain-types/factories/solady/src/utils/LibClone__factory.d.ts.map +1 -0
  1652. package/build/typechain-types/factories/solady/src/utils/LibClone__factory.js +55 -0
  1653. package/build/typechain-types/factories/solady/src/utils/LibClone__factory.js.map +1 -0
  1654. package/build/typechain-types/factories/solady/src/utils/index.d.ts +2 -0
  1655. package/build/typechain-types/factories/solady/src/utils/index.d.ts.map +1 -0
  1656. package/build/typechain-types/factories/solady/src/utils/index.js +9 -0
  1657. package/build/typechain-types/factories/solady/src/utils/index.js.map +1 -0
  1658. package/build/typechain-types/index.d.ts +228 -0
  1659. package/build/typechain-types/index.d.ts.map +1 -0
  1660. package/build/typechain-types/index.js +258 -0
  1661. package/build/typechain-types/index.js.map +1 -0
  1662. package/build/typechain-types/solady/index.d.ts +3 -0
  1663. package/build/typechain-types/solady/index.d.ts.map +1 -0
  1664. package/build/typechain-types/solady/index.js +3 -0
  1665. package/build/typechain-types/solady/index.js.map +1 -0
  1666. package/build/typechain-types/solady/src/index.d.ts +3 -0
  1667. package/build/typechain-types/solady/src/index.d.ts.map +1 -0
  1668. package/build/typechain-types/solady/src/index.js +3 -0
  1669. package/build/typechain-types/solady/src/index.js.map +1 -0
  1670. package/build/typechain-types/solady/src/utils/LibClone.d.ts +21 -0
  1671. package/build/typechain-types/solady/src/utils/LibClone.d.ts.map +1 -0
  1672. package/build/typechain-types/solady/src/utils/LibClone.js +3 -0
  1673. package/build/typechain-types/solady/src/utils/LibClone.js.map +1 -0
  1674. package/build/typechain-types/solady/src/utils/index.d.ts +2 -0
  1675. package/build/typechain-types/solady/src/utils/index.d.ts.map +1 -0
  1676. package/build/typechain-types/solady/src/utils/index.js +3 -0
  1677. package/build/typechain-types/solady/src/utils/index.js.map +1 -0
  1678. package/contracts/.solhint.json +19 -0
  1679. package/contracts/MACI.sol +220 -0
  1680. package/contracts/MessageProcessor.sol +182 -0
  1681. package/contracts/MessageProcessorFactory.sol +23 -0
  1682. package/contracts/Poll.sol +518 -0
  1683. package/contracts/PollFactory.sol +35 -0
  1684. package/contracts/Tally.sol +440 -0
  1685. package/contracts/TallyFactory.sol +23 -0
  1686. package/contracts/VkRegistry.sol +413 -0
  1687. package/contracts/benchmarks/HasherBenchmarks.sol +23 -0
  1688. package/contracts/crypto/BabyJubJub.sol +138 -0
  1689. package/contracts/crypto/Hasher.sol +58 -0
  1690. package/contracts/crypto/Pairing.sol +164 -0
  1691. package/contracts/crypto/PoseidonT3.sol +8 -0
  1692. package/contracts/crypto/PoseidonT4.sol +8 -0
  1693. package/contracts/crypto/PoseidonT5.sol +8 -0
  1694. package/contracts/crypto/PoseidonT6.sol +8 -0
  1695. package/contracts/crypto/SnarkCommon.sol +17 -0
  1696. package/contracts/crypto/SnarkConstants.sol +26 -0
  1697. package/contracts/crypto/Verifier.sol +93 -0
  1698. package/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.sol +30 -0
  1699. package/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.sol +23 -0
  1700. package/contracts/interfaces/IInitialVoiceCreditProxy.sol +11 -0
  1701. package/contracts/interfaces/IMACI.sol +83 -0
  1702. package/contracts/interfaces/IMPFactory.sol +21 -0
  1703. package/contracts/interfaces/IMessageProcessor.sol +26 -0
  1704. package/contracts/interfaces/IPoll.sol +121 -0
  1705. package/contracts/interfaces/IPollFactory.sol +38 -0
  1706. package/contracts/interfaces/ISemaphore.sol +20 -0
  1707. package/contracts/interfaces/ITally.sol +61 -0
  1708. package/contracts/interfaces/ITallyFactory.sol +23 -0
  1709. package/contracts/interfaces/IVerifier.sol +22 -0
  1710. package/contracts/interfaces/IVkRegistry.sol +45 -0
  1711. package/contracts/mocks/MockERC20.sol +12 -0
  1712. package/contracts/mocks/MockSemaphore.sol +29 -0
  1713. package/contracts/mocks/MockTally.sol +37 -0
  1714. package/contracts/mocks/MockVerifier.sol +16 -0
  1715. package/contracts/mocks/Mocker.sol +30 -0
  1716. package/contracts/trees/LazyIMT.sol +228 -0
  1717. package/contracts/trees/LeanIMT.sol +348 -0
  1718. package/contracts/utilities/DomainObjs.sol +40 -0
  1719. package/contracts/utilities/Params.sol +33 -0
  1720. package/contracts/utilities/Utilities.sol +76 -0
  1721. package/package.json +207 -0
@@ -0,0 +1,2417 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VkRegistry__factory = void 0;
4
+ /* Autogenerated file. Do not edit manually. */
5
+ /* tslint:disable */
6
+ /* eslint-disable */
7
+ const ethers_1 = require("ethers");
8
+ const _abi = [
9
+ {
10
+ inputs: [],
11
+ stateMutability: "payable",
12
+ type: "constructor",
13
+ },
14
+ {
15
+ inputs: [],
16
+ name: "InvalidKeysParams",
17
+ type: "error",
18
+ },
19
+ {
20
+ inputs: [
21
+ {
22
+ internalType: "address",
23
+ name: "owner",
24
+ type: "address",
25
+ },
26
+ ],
27
+ name: "OwnableInvalidOwner",
28
+ type: "error",
29
+ },
30
+ {
31
+ inputs: [
32
+ {
33
+ internalType: "address",
34
+ name: "account",
35
+ type: "address",
36
+ },
37
+ ],
38
+ name: "OwnableUnauthorizedAccount",
39
+ type: "error",
40
+ },
41
+ {
42
+ inputs: [],
43
+ name: "VkAlreadySet",
44
+ type: "error",
45
+ },
46
+ {
47
+ inputs: [],
48
+ name: "VkNotSet",
49
+ type: "error",
50
+ },
51
+ {
52
+ anonymous: false,
53
+ inputs: [
54
+ {
55
+ indexed: true,
56
+ internalType: "address",
57
+ name: "previousOwner",
58
+ type: "address",
59
+ },
60
+ {
61
+ indexed: true,
62
+ internalType: "address",
63
+ name: "newOwner",
64
+ type: "address",
65
+ },
66
+ ],
67
+ name: "OwnershipTransferred",
68
+ type: "event",
69
+ },
70
+ {
71
+ anonymous: false,
72
+ inputs: [
73
+ {
74
+ indexed: false,
75
+ internalType: "uint256",
76
+ name: "_sig",
77
+ type: "uint256",
78
+ },
79
+ ],
80
+ name: "PollJoinedVkSet",
81
+ type: "event",
82
+ },
83
+ {
84
+ anonymous: false,
85
+ inputs: [
86
+ {
87
+ indexed: false,
88
+ internalType: "uint256",
89
+ name: "_sig",
90
+ type: "uint256",
91
+ },
92
+ ],
93
+ name: "PollJoiningVkSet",
94
+ type: "event",
95
+ },
96
+ {
97
+ anonymous: false,
98
+ inputs: [
99
+ {
100
+ indexed: false,
101
+ internalType: "uint256",
102
+ name: "_sig",
103
+ type: "uint256",
104
+ },
105
+ {
106
+ indexed: false,
107
+ internalType: "enum DomainObjs.Mode",
108
+ name: "_mode",
109
+ type: "uint8",
110
+ },
111
+ ],
112
+ name: "ProcessVkSet",
113
+ type: "event",
114
+ },
115
+ {
116
+ anonymous: false,
117
+ inputs: [
118
+ {
119
+ indexed: false,
120
+ internalType: "uint256",
121
+ name: "_sig",
122
+ type: "uint256",
123
+ },
124
+ {
125
+ indexed: false,
126
+ internalType: "enum DomainObjs.Mode",
127
+ name: "_mode",
128
+ type: "uint8",
129
+ },
130
+ ],
131
+ name: "TallyVkSet",
132
+ type: "event",
133
+ },
134
+ {
135
+ inputs: [],
136
+ name: "MESSAGE_DATA_LENGTH",
137
+ outputs: [
138
+ {
139
+ internalType: "uint8",
140
+ name: "",
141
+ type: "uint8",
142
+ },
143
+ ],
144
+ stateMutability: "view",
145
+ type: "function",
146
+ },
147
+ {
148
+ inputs: [
149
+ {
150
+ internalType: "uint256",
151
+ name: "_stateTreeDepth",
152
+ type: "uint256",
153
+ },
154
+ ],
155
+ name: "genPollJoinedVkSig",
156
+ outputs: [
157
+ {
158
+ internalType: "uint256",
159
+ name: "sig",
160
+ type: "uint256",
161
+ },
162
+ ],
163
+ stateMutability: "pure",
164
+ type: "function",
165
+ },
166
+ {
167
+ inputs: [
168
+ {
169
+ internalType: "uint256",
170
+ name: "_stateTreeDepth",
171
+ type: "uint256",
172
+ },
173
+ ],
174
+ name: "genPollJoiningVkSig",
175
+ outputs: [
176
+ {
177
+ internalType: "uint256",
178
+ name: "sig",
179
+ type: "uint256",
180
+ },
181
+ ],
182
+ stateMutability: "pure",
183
+ type: "function",
184
+ },
185
+ {
186
+ inputs: [
187
+ {
188
+ internalType: "uint256",
189
+ name: "_stateTreeDepth",
190
+ type: "uint256",
191
+ },
192
+ {
193
+ internalType: "uint256",
194
+ name: "_voteOptionTreeDepth",
195
+ type: "uint256",
196
+ },
197
+ {
198
+ internalType: "uint8",
199
+ name: "_messageBatchSize",
200
+ type: "uint8",
201
+ },
202
+ ],
203
+ name: "genProcessVkSig",
204
+ outputs: [
205
+ {
206
+ internalType: "uint256",
207
+ name: "sig",
208
+ type: "uint256",
209
+ },
210
+ ],
211
+ stateMutability: "pure",
212
+ type: "function",
213
+ },
214
+ {
215
+ inputs: [
216
+ {
217
+ internalType: "uint256",
218
+ name: "_stateTreeDepth",
219
+ type: "uint256",
220
+ },
221
+ {
222
+ internalType: "uint256",
223
+ name: "_intStateTreeDepth",
224
+ type: "uint256",
225
+ },
226
+ {
227
+ internalType: "uint256",
228
+ name: "_voteOptionTreeDepth",
229
+ type: "uint256",
230
+ },
231
+ ],
232
+ name: "genTallyVkSig",
233
+ outputs: [
234
+ {
235
+ internalType: "uint256",
236
+ name: "sig",
237
+ type: "uint256",
238
+ },
239
+ ],
240
+ stateMutability: "pure",
241
+ type: "function",
242
+ },
243
+ {
244
+ inputs: [
245
+ {
246
+ internalType: "uint256",
247
+ name: "_stateTreeDepth",
248
+ type: "uint256",
249
+ },
250
+ ],
251
+ name: "getPollJoinedVk",
252
+ outputs: [
253
+ {
254
+ components: [
255
+ {
256
+ components: [
257
+ {
258
+ internalType: "uint256",
259
+ name: "x",
260
+ type: "uint256",
261
+ },
262
+ {
263
+ internalType: "uint256",
264
+ name: "y",
265
+ type: "uint256",
266
+ },
267
+ ],
268
+ internalType: "struct Pairing.G1Point",
269
+ name: "alpha1",
270
+ type: "tuple",
271
+ },
272
+ {
273
+ components: [
274
+ {
275
+ internalType: "uint256[2]",
276
+ name: "x",
277
+ type: "uint256[2]",
278
+ },
279
+ {
280
+ internalType: "uint256[2]",
281
+ name: "y",
282
+ type: "uint256[2]",
283
+ },
284
+ ],
285
+ internalType: "struct Pairing.G2Point",
286
+ name: "beta2",
287
+ type: "tuple",
288
+ },
289
+ {
290
+ components: [
291
+ {
292
+ internalType: "uint256[2]",
293
+ name: "x",
294
+ type: "uint256[2]",
295
+ },
296
+ {
297
+ internalType: "uint256[2]",
298
+ name: "y",
299
+ type: "uint256[2]",
300
+ },
301
+ ],
302
+ internalType: "struct Pairing.G2Point",
303
+ name: "gamma2",
304
+ type: "tuple",
305
+ },
306
+ {
307
+ components: [
308
+ {
309
+ internalType: "uint256[2]",
310
+ name: "x",
311
+ type: "uint256[2]",
312
+ },
313
+ {
314
+ internalType: "uint256[2]",
315
+ name: "y",
316
+ type: "uint256[2]",
317
+ },
318
+ ],
319
+ internalType: "struct Pairing.G2Point",
320
+ name: "delta2",
321
+ type: "tuple",
322
+ },
323
+ {
324
+ components: [
325
+ {
326
+ internalType: "uint256",
327
+ name: "x",
328
+ type: "uint256",
329
+ },
330
+ {
331
+ internalType: "uint256",
332
+ name: "y",
333
+ type: "uint256",
334
+ },
335
+ ],
336
+ internalType: "struct Pairing.G1Point[]",
337
+ name: "ic",
338
+ type: "tuple[]",
339
+ },
340
+ ],
341
+ internalType: "struct SnarkCommon.VerifyingKey",
342
+ name: "vk",
343
+ type: "tuple",
344
+ },
345
+ ],
346
+ stateMutability: "view",
347
+ type: "function",
348
+ },
349
+ {
350
+ inputs: [
351
+ {
352
+ internalType: "uint256",
353
+ name: "_sig",
354
+ type: "uint256",
355
+ },
356
+ ],
357
+ name: "getPollJoinedVkBySig",
358
+ outputs: [
359
+ {
360
+ components: [
361
+ {
362
+ components: [
363
+ {
364
+ internalType: "uint256",
365
+ name: "x",
366
+ type: "uint256",
367
+ },
368
+ {
369
+ internalType: "uint256",
370
+ name: "y",
371
+ type: "uint256",
372
+ },
373
+ ],
374
+ internalType: "struct Pairing.G1Point",
375
+ name: "alpha1",
376
+ type: "tuple",
377
+ },
378
+ {
379
+ components: [
380
+ {
381
+ internalType: "uint256[2]",
382
+ name: "x",
383
+ type: "uint256[2]",
384
+ },
385
+ {
386
+ internalType: "uint256[2]",
387
+ name: "y",
388
+ type: "uint256[2]",
389
+ },
390
+ ],
391
+ internalType: "struct Pairing.G2Point",
392
+ name: "beta2",
393
+ type: "tuple",
394
+ },
395
+ {
396
+ components: [
397
+ {
398
+ internalType: "uint256[2]",
399
+ name: "x",
400
+ type: "uint256[2]",
401
+ },
402
+ {
403
+ internalType: "uint256[2]",
404
+ name: "y",
405
+ type: "uint256[2]",
406
+ },
407
+ ],
408
+ internalType: "struct Pairing.G2Point",
409
+ name: "gamma2",
410
+ type: "tuple",
411
+ },
412
+ {
413
+ components: [
414
+ {
415
+ internalType: "uint256[2]",
416
+ name: "x",
417
+ type: "uint256[2]",
418
+ },
419
+ {
420
+ internalType: "uint256[2]",
421
+ name: "y",
422
+ type: "uint256[2]",
423
+ },
424
+ ],
425
+ internalType: "struct Pairing.G2Point",
426
+ name: "delta2",
427
+ type: "tuple",
428
+ },
429
+ {
430
+ components: [
431
+ {
432
+ internalType: "uint256",
433
+ name: "x",
434
+ type: "uint256",
435
+ },
436
+ {
437
+ internalType: "uint256",
438
+ name: "y",
439
+ type: "uint256",
440
+ },
441
+ ],
442
+ internalType: "struct Pairing.G1Point[]",
443
+ name: "ic",
444
+ type: "tuple[]",
445
+ },
446
+ ],
447
+ internalType: "struct SnarkCommon.VerifyingKey",
448
+ name: "vk",
449
+ type: "tuple",
450
+ },
451
+ ],
452
+ stateMutability: "view",
453
+ type: "function",
454
+ },
455
+ {
456
+ inputs: [
457
+ {
458
+ internalType: "uint256",
459
+ name: "_stateTreeDepth",
460
+ type: "uint256",
461
+ },
462
+ ],
463
+ name: "getPollJoiningVk",
464
+ outputs: [
465
+ {
466
+ components: [
467
+ {
468
+ components: [
469
+ {
470
+ internalType: "uint256",
471
+ name: "x",
472
+ type: "uint256",
473
+ },
474
+ {
475
+ internalType: "uint256",
476
+ name: "y",
477
+ type: "uint256",
478
+ },
479
+ ],
480
+ internalType: "struct Pairing.G1Point",
481
+ name: "alpha1",
482
+ type: "tuple",
483
+ },
484
+ {
485
+ components: [
486
+ {
487
+ internalType: "uint256[2]",
488
+ name: "x",
489
+ type: "uint256[2]",
490
+ },
491
+ {
492
+ internalType: "uint256[2]",
493
+ name: "y",
494
+ type: "uint256[2]",
495
+ },
496
+ ],
497
+ internalType: "struct Pairing.G2Point",
498
+ name: "beta2",
499
+ type: "tuple",
500
+ },
501
+ {
502
+ components: [
503
+ {
504
+ internalType: "uint256[2]",
505
+ name: "x",
506
+ type: "uint256[2]",
507
+ },
508
+ {
509
+ internalType: "uint256[2]",
510
+ name: "y",
511
+ type: "uint256[2]",
512
+ },
513
+ ],
514
+ internalType: "struct Pairing.G2Point",
515
+ name: "gamma2",
516
+ type: "tuple",
517
+ },
518
+ {
519
+ components: [
520
+ {
521
+ internalType: "uint256[2]",
522
+ name: "x",
523
+ type: "uint256[2]",
524
+ },
525
+ {
526
+ internalType: "uint256[2]",
527
+ name: "y",
528
+ type: "uint256[2]",
529
+ },
530
+ ],
531
+ internalType: "struct Pairing.G2Point",
532
+ name: "delta2",
533
+ type: "tuple",
534
+ },
535
+ {
536
+ components: [
537
+ {
538
+ internalType: "uint256",
539
+ name: "x",
540
+ type: "uint256",
541
+ },
542
+ {
543
+ internalType: "uint256",
544
+ name: "y",
545
+ type: "uint256",
546
+ },
547
+ ],
548
+ internalType: "struct Pairing.G1Point[]",
549
+ name: "ic",
550
+ type: "tuple[]",
551
+ },
552
+ ],
553
+ internalType: "struct SnarkCommon.VerifyingKey",
554
+ name: "vk",
555
+ type: "tuple",
556
+ },
557
+ ],
558
+ stateMutability: "view",
559
+ type: "function",
560
+ },
561
+ {
562
+ inputs: [
563
+ {
564
+ internalType: "uint256",
565
+ name: "_sig",
566
+ type: "uint256",
567
+ },
568
+ ],
569
+ name: "getPollJoiningVkBySig",
570
+ outputs: [
571
+ {
572
+ components: [
573
+ {
574
+ components: [
575
+ {
576
+ internalType: "uint256",
577
+ name: "x",
578
+ type: "uint256",
579
+ },
580
+ {
581
+ internalType: "uint256",
582
+ name: "y",
583
+ type: "uint256",
584
+ },
585
+ ],
586
+ internalType: "struct Pairing.G1Point",
587
+ name: "alpha1",
588
+ type: "tuple",
589
+ },
590
+ {
591
+ components: [
592
+ {
593
+ internalType: "uint256[2]",
594
+ name: "x",
595
+ type: "uint256[2]",
596
+ },
597
+ {
598
+ internalType: "uint256[2]",
599
+ name: "y",
600
+ type: "uint256[2]",
601
+ },
602
+ ],
603
+ internalType: "struct Pairing.G2Point",
604
+ name: "beta2",
605
+ type: "tuple",
606
+ },
607
+ {
608
+ components: [
609
+ {
610
+ internalType: "uint256[2]",
611
+ name: "x",
612
+ type: "uint256[2]",
613
+ },
614
+ {
615
+ internalType: "uint256[2]",
616
+ name: "y",
617
+ type: "uint256[2]",
618
+ },
619
+ ],
620
+ internalType: "struct Pairing.G2Point",
621
+ name: "gamma2",
622
+ type: "tuple",
623
+ },
624
+ {
625
+ components: [
626
+ {
627
+ internalType: "uint256[2]",
628
+ name: "x",
629
+ type: "uint256[2]",
630
+ },
631
+ {
632
+ internalType: "uint256[2]",
633
+ name: "y",
634
+ type: "uint256[2]",
635
+ },
636
+ ],
637
+ internalType: "struct Pairing.G2Point",
638
+ name: "delta2",
639
+ type: "tuple",
640
+ },
641
+ {
642
+ components: [
643
+ {
644
+ internalType: "uint256",
645
+ name: "x",
646
+ type: "uint256",
647
+ },
648
+ {
649
+ internalType: "uint256",
650
+ name: "y",
651
+ type: "uint256",
652
+ },
653
+ ],
654
+ internalType: "struct Pairing.G1Point[]",
655
+ name: "ic",
656
+ type: "tuple[]",
657
+ },
658
+ ],
659
+ internalType: "struct SnarkCommon.VerifyingKey",
660
+ name: "vk",
661
+ type: "tuple",
662
+ },
663
+ ],
664
+ stateMutability: "view",
665
+ type: "function",
666
+ },
667
+ {
668
+ inputs: [
669
+ {
670
+ internalType: "uint256",
671
+ name: "_stateTreeDepth",
672
+ type: "uint256",
673
+ },
674
+ {
675
+ internalType: "uint256",
676
+ name: "_voteOptionTreeDepth",
677
+ type: "uint256",
678
+ },
679
+ {
680
+ internalType: "uint8",
681
+ name: "_messageBatchSize",
682
+ type: "uint8",
683
+ },
684
+ {
685
+ internalType: "enum DomainObjs.Mode",
686
+ name: "_mode",
687
+ type: "uint8",
688
+ },
689
+ ],
690
+ name: "getProcessVk",
691
+ outputs: [
692
+ {
693
+ components: [
694
+ {
695
+ components: [
696
+ {
697
+ internalType: "uint256",
698
+ name: "x",
699
+ type: "uint256",
700
+ },
701
+ {
702
+ internalType: "uint256",
703
+ name: "y",
704
+ type: "uint256",
705
+ },
706
+ ],
707
+ internalType: "struct Pairing.G1Point",
708
+ name: "alpha1",
709
+ type: "tuple",
710
+ },
711
+ {
712
+ components: [
713
+ {
714
+ internalType: "uint256[2]",
715
+ name: "x",
716
+ type: "uint256[2]",
717
+ },
718
+ {
719
+ internalType: "uint256[2]",
720
+ name: "y",
721
+ type: "uint256[2]",
722
+ },
723
+ ],
724
+ internalType: "struct Pairing.G2Point",
725
+ name: "beta2",
726
+ type: "tuple",
727
+ },
728
+ {
729
+ components: [
730
+ {
731
+ internalType: "uint256[2]",
732
+ name: "x",
733
+ type: "uint256[2]",
734
+ },
735
+ {
736
+ internalType: "uint256[2]",
737
+ name: "y",
738
+ type: "uint256[2]",
739
+ },
740
+ ],
741
+ internalType: "struct Pairing.G2Point",
742
+ name: "gamma2",
743
+ type: "tuple",
744
+ },
745
+ {
746
+ components: [
747
+ {
748
+ internalType: "uint256[2]",
749
+ name: "x",
750
+ type: "uint256[2]",
751
+ },
752
+ {
753
+ internalType: "uint256[2]",
754
+ name: "y",
755
+ type: "uint256[2]",
756
+ },
757
+ ],
758
+ internalType: "struct Pairing.G2Point",
759
+ name: "delta2",
760
+ type: "tuple",
761
+ },
762
+ {
763
+ components: [
764
+ {
765
+ internalType: "uint256",
766
+ name: "x",
767
+ type: "uint256",
768
+ },
769
+ {
770
+ internalType: "uint256",
771
+ name: "y",
772
+ type: "uint256",
773
+ },
774
+ ],
775
+ internalType: "struct Pairing.G1Point[]",
776
+ name: "ic",
777
+ type: "tuple[]",
778
+ },
779
+ ],
780
+ internalType: "struct SnarkCommon.VerifyingKey",
781
+ name: "vk",
782
+ type: "tuple",
783
+ },
784
+ ],
785
+ stateMutability: "view",
786
+ type: "function",
787
+ },
788
+ {
789
+ inputs: [
790
+ {
791
+ internalType: "uint256",
792
+ name: "_sig",
793
+ type: "uint256",
794
+ },
795
+ {
796
+ internalType: "enum DomainObjs.Mode",
797
+ name: "_mode",
798
+ type: "uint8",
799
+ },
800
+ ],
801
+ name: "getProcessVkBySig",
802
+ outputs: [
803
+ {
804
+ components: [
805
+ {
806
+ components: [
807
+ {
808
+ internalType: "uint256",
809
+ name: "x",
810
+ type: "uint256",
811
+ },
812
+ {
813
+ internalType: "uint256",
814
+ name: "y",
815
+ type: "uint256",
816
+ },
817
+ ],
818
+ internalType: "struct Pairing.G1Point",
819
+ name: "alpha1",
820
+ type: "tuple",
821
+ },
822
+ {
823
+ components: [
824
+ {
825
+ internalType: "uint256[2]",
826
+ name: "x",
827
+ type: "uint256[2]",
828
+ },
829
+ {
830
+ internalType: "uint256[2]",
831
+ name: "y",
832
+ type: "uint256[2]",
833
+ },
834
+ ],
835
+ internalType: "struct Pairing.G2Point",
836
+ name: "beta2",
837
+ type: "tuple",
838
+ },
839
+ {
840
+ components: [
841
+ {
842
+ internalType: "uint256[2]",
843
+ name: "x",
844
+ type: "uint256[2]",
845
+ },
846
+ {
847
+ internalType: "uint256[2]",
848
+ name: "y",
849
+ type: "uint256[2]",
850
+ },
851
+ ],
852
+ internalType: "struct Pairing.G2Point",
853
+ name: "gamma2",
854
+ type: "tuple",
855
+ },
856
+ {
857
+ components: [
858
+ {
859
+ internalType: "uint256[2]",
860
+ name: "x",
861
+ type: "uint256[2]",
862
+ },
863
+ {
864
+ internalType: "uint256[2]",
865
+ name: "y",
866
+ type: "uint256[2]",
867
+ },
868
+ ],
869
+ internalType: "struct Pairing.G2Point",
870
+ name: "delta2",
871
+ type: "tuple",
872
+ },
873
+ {
874
+ components: [
875
+ {
876
+ internalType: "uint256",
877
+ name: "x",
878
+ type: "uint256",
879
+ },
880
+ {
881
+ internalType: "uint256",
882
+ name: "y",
883
+ type: "uint256",
884
+ },
885
+ ],
886
+ internalType: "struct Pairing.G1Point[]",
887
+ name: "ic",
888
+ type: "tuple[]",
889
+ },
890
+ ],
891
+ internalType: "struct SnarkCommon.VerifyingKey",
892
+ name: "vk",
893
+ type: "tuple",
894
+ },
895
+ ],
896
+ stateMutability: "view",
897
+ type: "function",
898
+ },
899
+ {
900
+ inputs: [
901
+ {
902
+ internalType: "uint256",
903
+ name: "_stateTreeDepth",
904
+ type: "uint256",
905
+ },
906
+ {
907
+ internalType: "uint256",
908
+ name: "_intStateTreeDepth",
909
+ type: "uint256",
910
+ },
911
+ {
912
+ internalType: "uint256",
913
+ name: "_voteOptionTreeDepth",
914
+ type: "uint256",
915
+ },
916
+ {
917
+ internalType: "enum DomainObjs.Mode",
918
+ name: "_mode",
919
+ type: "uint8",
920
+ },
921
+ ],
922
+ name: "getTallyVk",
923
+ outputs: [
924
+ {
925
+ components: [
926
+ {
927
+ components: [
928
+ {
929
+ internalType: "uint256",
930
+ name: "x",
931
+ type: "uint256",
932
+ },
933
+ {
934
+ internalType: "uint256",
935
+ name: "y",
936
+ type: "uint256",
937
+ },
938
+ ],
939
+ internalType: "struct Pairing.G1Point",
940
+ name: "alpha1",
941
+ type: "tuple",
942
+ },
943
+ {
944
+ components: [
945
+ {
946
+ internalType: "uint256[2]",
947
+ name: "x",
948
+ type: "uint256[2]",
949
+ },
950
+ {
951
+ internalType: "uint256[2]",
952
+ name: "y",
953
+ type: "uint256[2]",
954
+ },
955
+ ],
956
+ internalType: "struct Pairing.G2Point",
957
+ name: "beta2",
958
+ type: "tuple",
959
+ },
960
+ {
961
+ components: [
962
+ {
963
+ internalType: "uint256[2]",
964
+ name: "x",
965
+ type: "uint256[2]",
966
+ },
967
+ {
968
+ internalType: "uint256[2]",
969
+ name: "y",
970
+ type: "uint256[2]",
971
+ },
972
+ ],
973
+ internalType: "struct Pairing.G2Point",
974
+ name: "gamma2",
975
+ type: "tuple",
976
+ },
977
+ {
978
+ components: [
979
+ {
980
+ internalType: "uint256[2]",
981
+ name: "x",
982
+ type: "uint256[2]",
983
+ },
984
+ {
985
+ internalType: "uint256[2]",
986
+ name: "y",
987
+ type: "uint256[2]",
988
+ },
989
+ ],
990
+ internalType: "struct Pairing.G2Point",
991
+ name: "delta2",
992
+ type: "tuple",
993
+ },
994
+ {
995
+ components: [
996
+ {
997
+ internalType: "uint256",
998
+ name: "x",
999
+ type: "uint256",
1000
+ },
1001
+ {
1002
+ internalType: "uint256",
1003
+ name: "y",
1004
+ type: "uint256",
1005
+ },
1006
+ ],
1007
+ internalType: "struct Pairing.G1Point[]",
1008
+ name: "ic",
1009
+ type: "tuple[]",
1010
+ },
1011
+ ],
1012
+ internalType: "struct SnarkCommon.VerifyingKey",
1013
+ name: "vk",
1014
+ type: "tuple",
1015
+ },
1016
+ ],
1017
+ stateMutability: "view",
1018
+ type: "function",
1019
+ },
1020
+ {
1021
+ inputs: [
1022
+ {
1023
+ internalType: "uint256",
1024
+ name: "_sig",
1025
+ type: "uint256",
1026
+ },
1027
+ {
1028
+ internalType: "enum DomainObjs.Mode",
1029
+ name: "_mode",
1030
+ type: "uint8",
1031
+ },
1032
+ ],
1033
+ name: "getTallyVkBySig",
1034
+ outputs: [
1035
+ {
1036
+ components: [
1037
+ {
1038
+ components: [
1039
+ {
1040
+ internalType: "uint256",
1041
+ name: "x",
1042
+ type: "uint256",
1043
+ },
1044
+ {
1045
+ internalType: "uint256",
1046
+ name: "y",
1047
+ type: "uint256",
1048
+ },
1049
+ ],
1050
+ internalType: "struct Pairing.G1Point",
1051
+ name: "alpha1",
1052
+ type: "tuple",
1053
+ },
1054
+ {
1055
+ components: [
1056
+ {
1057
+ internalType: "uint256[2]",
1058
+ name: "x",
1059
+ type: "uint256[2]",
1060
+ },
1061
+ {
1062
+ internalType: "uint256[2]",
1063
+ name: "y",
1064
+ type: "uint256[2]",
1065
+ },
1066
+ ],
1067
+ internalType: "struct Pairing.G2Point",
1068
+ name: "beta2",
1069
+ type: "tuple",
1070
+ },
1071
+ {
1072
+ components: [
1073
+ {
1074
+ internalType: "uint256[2]",
1075
+ name: "x",
1076
+ type: "uint256[2]",
1077
+ },
1078
+ {
1079
+ internalType: "uint256[2]",
1080
+ name: "y",
1081
+ type: "uint256[2]",
1082
+ },
1083
+ ],
1084
+ internalType: "struct Pairing.G2Point",
1085
+ name: "gamma2",
1086
+ type: "tuple",
1087
+ },
1088
+ {
1089
+ components: [
1090
+ {
1091
+ internalType: "uint256[2]",
1092
+ name: "x",
1093
+ type: "uint256[2]",
1094
+ },
1095
+ {
1096
+ internalType: "uint256[2]",
1097
+ name: "y",
1098
+ type: "uint256[2]",
1099
+ },
1100
+ ],
1101
+ internalType: "struct Pairing.G2Point",
1102
+ name: "delta2",
1103
+ type: "tuple",
1104
+ },
1105
+ {
1106
+ components: [
1107
+ {
1108
+ internalType: "uint256",
1109
+ name: "x",
1110
+ type: "uint256",
1111
+ },
1112
+ {
1113
+ internalType: "uint256",
1114
+ name: "y",
1115
+ type: "uint256",
1116
+ },
1117
+ ],
1118
+ internalType: "struct Pairing.G1Point[]",
1119
+ name: "ic",
1120
+ type: "tuple[]",
1121
+ },
1122
+ ],
1123
+ internalType: "struct SnarkCommon.VerifyingKey",
1124
+ name: "vk",
1125
+ type: "tuple",
1126
+ },
1127
+ ],
1128
+ stateMutability: "view",
1129
+ type: "function",
1130
+ },
1131
+ {
1132
+ inputs: [
1133
+ {
1134
+ internalType: "uint256",
1135
+ name: "_stateTreeDepth",
1136
+ type: "uint256",
1137
+ },
1138
+ {
1139
+ internalType: "uint256",
1140
+ name: "_voteOptionTreeDepth",
1141
+ type: "uint256",
1142
+ },
1143
+ {
1144
+ internalType: "uint8",
1145
+ name: "_messageBatchSize",
1146
+ type: "uint8",
1147
+ },
1148
+ {
1149
+ internalType: "enum DomainObjs.Mode",
1150
+ name: "_mode",
1151
+ type: "uint8",
1152
+ },
1153
+ ],
1154
+ name: "hasProcessVk",
1155
+ outputs: [
1156
+ {
1157
+ internalType: "bool",
1158
+ name: "isSet",
1159
+ type: "bool",
1160
+ },
1161
+ ],
1162
+ stateMutability: "view",
1163
+ type: "function",
1164
+ },
1165
+ {
1166
+ inputs: [
1167
+ {
1168
+ internalType: "uint256",
1169
+ name: "_stateTreeDepth",
1170
+ type: "uint256",
1171
+ },
1172
+ {
1173
+ internalType: "uint256",
1174
+ name: "_intStateTreeDepth",
1175
+ type: "uint256",
1176
+ },
1177
+ {
1178
+ internalType: "uint256",
1179
+ name: "_voteOptionTreeDepth",
1180
+ type: "uint256",
1181
+ },
1182
+ {
1183
+ internalType: "enum DomainObjs.Mode",
1184
+ name: "_mode",
1185
+ type: "uint8",
1186
+ },
1187
+ ],
1188
+ name: "hasTallyVk",
1189
+ outputs: [
1190
+ {
1191
+ internalType: "bool",
1192
+ name: "isSet",
1193
+ type: "bool",
1194
+ },
1195
+ ],
1196
+ stateMutability: "view",
1197
+ type: "function",
1198
+ },
1199
+ {
1200
+ inputs: [
1201
+ {
1202
+ internalType: "uint256",
1203
+ name: "_sig",
1204
+ type: "uint256",
1205
+ },
1206
+ ],
1207
+ name: "isPollJoinedVkSet",
1208
+ outputs: [
1209
+ {
1210
+ internalType: "bool",
1211
+ name: "isSet",
1212
+ type: "bool",
1213
+ },
1214
+ ],
1215
+ stateMutability: "view",
1216
+ type: "function",
1217
+ },
1218
+ {
1219
+ inputs: [
1220
+ {
1221
+ internalType: "uint256",
1222
+ name: "_sig",
1223
+ type: "uint256",
1224
+ },
1225
+ ],
1226
+ name: "isPollJoiningVkSet",
1227
+ outputs: [
1228
+ {
1229
+ internalType: "bool",
1230
+ name: "isSet",
1231
+ type: "bool",
1232
+ },
1233
+ ],
1234
+ stateMutability: "view",
1235
+ type: "function",
1236
+ },
1237
+ {
1238
+ inputs: [
1239
+ {
1240
+ internalType: "uint256",
1241
+ name: "_sig",
1242
+ type: "uint256",
1243
+ },
1244
+ {
1245
+ internalType: "enum DomainObjs.Mode",
1246
+ name: "_mode",
1247
+ type: "uint8",
1248
+ },
1249
+ ],
1250
+ name: "isProcessVkSet",
1251
+ outputs: [
1252
+ {
1253
+ internalType: "bool",
1254
+ name: "isSet",
1255
+ type: "bool",
1256
+ },
1257
+ ],
1258
+ stateMutability: "view",
1259
+ type: "function",
1260
+ },
1261
+ {
1262
+ inputs: [
1263
+ {
1264
+ internalType: "uint256",
1265
+ name: "_sig",
1266
+ type: "uint256",
1267
+ },
1268
+ {
1269
+ internalType: "enum DomainObjs.Mode",
1270
+ name: "_mode",
1271
+ type: "uint8",
1272
+ },
1273
+ ],
1274
+ name: "isTallyVkSet",
1275
+ outputs: [
1276
+ {
1277
+ internalType: "bool",
1278
+ name: "isSet",
1279
+ type: "bool",
1280
+ },
1281
+ ],
1282
+ stateMutability: "view",
1283
+ type: "function",
1284
+ },
1285
+ {
1286
+ inputs: [],
1287
+ name: "owner",
1288
+ outputs: [
1289
+ {
1290
+ internalType: "address",
1291
+ name: "",
1292
+ type: "address",
1293
+ },
1294
+ ],
1295
+ stateMutability: "view",
1296
+ type: "function",
1297
+ },
1298
+ {
1299
+ inputs: [],
1300
+ name: "renounceOwnership",
1301
+ outputs: [],
1302
+ stateMutability: "nonpayable",
1303
+ type: "function",
1304
+ },
1305
+ {
1306
+ inputs: [
1307
+ {
1308
+ internalType: "uint256",
1309
+ name: "_stateTreeDepth",
1310
+ type: "uint256",
1311
+ },
1312
+ {
1313
+ components: [
1314
+ {
1315
+ components: [
1316
+ {
1317
+ internalType: "uint256",
1318
+ name: "x",
1319
+ type: "uint256",
1320
+ },
1321
+ {
1322
+ internalType: "uint256",
1323
+ name: "y",
1324
+ type: "uint256",
1325
+ },
1326
+ ],
1327
+ internalType: "struct Pairing.G1Point",
1328
+ name: "alpha1",
1329
+ type: "tuple",
1330
+ },
1331
+ {
1332
+ components: [
1333
+ {
1334
+ internalType: "uint256[2]",
1335
+ name: "x",
1336
+ type: "uint256[2]",
1337
+ },
1338
+ {
1339
+ internalType: "uint256[2]",
1340
+ name: "y",
1341
+ type: "uint256[2]",
1342
+ },
1343
+ ],
1344
+ internalType: "struct Pairing.G2Point",
1345
+ name: "beta2",
1346
+ type: "tuple",
1347
+ },
1348
+ {
1349
+ components: [
1350
+ {
1351
+ internalType: "uint256[2]",
1352
+ name: "x",
1353
+ type: "uint256[2]",
1354
+ },
1355
+ {
1356
+ internalType: "uint256[2]",
1357
+ name: "y",
1358
+ type: "uint256[2]",
1359
+ },
1360
+ ],
1361
+ internalType: "struct Pairing.G2Point",
1362
+ name: "gamma2",
1363
+ type: "tuple",
1364
+ },
1365
+ {
1366
+ components: [
1367
+ {
1368
+ internalType: "uint256[2]",
1369
+ name: "x",
1370
+ type: "uint256[2]",
1371
+ },
1372
+ {
1373
+ internalType: "uint256[2]",
1374
+ name: "y",
1375
+ type: "uint256[2]",
1376
+ },
1377
+ ],
1378
+ internalType: "struct Pairing.G2Point",
1379
+ name: "delta2",
1380
+ type: "tuple",
1381
+ },
1382
+ {
1383
+ components: [
1384
+ {
1385
+ internalType: "uint256",
1386
+ name: "x",
1387
+ type: "uint256",
1388
+ },
1389
+ {
1390
+ internalType: "uint256",
1391
+ name: "y",
1392
+ type: "uint256",
1393
+ },
1394
+ ],
1395
+ internalType: "struct Pairing.G1Point[]",
1396
+ name: "ic",
1397
+ type: "tuple[]",
1398
+ },
1399
+ ],
1400
+ internalType: "struct SnarkCommon.VerifyingKey",
1401
+ name: "_pollJoinedVk",
1402
+ type: "tuple",
1403
+ },
1404
+ ],
1405
+ name: "setPollJoinedVkKey",
1406
+ outputs: [],
1407
+ stateMutability: "nonpayable",
1408
+ type: "function",
1409
+ },
1410
+ {
1411
+ inputs: [
1412
+ {
1413
+ internalType: "uint256",
1414
+ name: "_stateTreeDepth",
1415
+ type: "uint256",
1416
+ },
1417
+ {
1418
+ components: [
1419
+ {
1420
+ components: [
1421
+ {
1422
+ internalType: "uint256",
1423
+ name: "x",
1424
+ type: "uint256",
1425
+ },
1426
+ {
1427
+ internalType: "uint256",
1428
+ name: "y",
1429
+ type: "uint256",
1430
+ },
1431
+ ],
1432
+ internalType: "struct Pairing.G1Point",
1433
+ name: "alpha1",
1434
+ type: "tuple",
1435
+ },
1436
+ {
1437
+ components: [
1438
+ {
1439
+ internalType: "uint256[2]",
1440
+ name: "x",
1441
+ type: "uint256[2]",
1442
+ },
1443
+ {
1444
+ internalType: "uint256[2]",
1445
+ name: "y",
1446
+ type: "uint256[2]",
1447
+ },
1448
+ ],
1449
+ internalType: "struct Pairing.G2Point",
1450
+ name: "beta2",
1451
+ type: "tuple",
1452
+ },
1453
+ {
1454
+ components: [
1455
+ {
1456
+ internalType: "uint256[2]",
1457
+ name: "x",
1458
+ type: "uint256[2]",
1459
+ },
1460
+ {
1461
+ internalType: "uint256[2]",
1462
+ name: "y",
1463
+ type: "uint256[2]",
1464
+ },
1465
+ ],
1466
+ internalType: "struct Pairing.G2Point",
1467
+ name: "gamma2",
1468
+ type: "tuple",
1469
+ },
1470
+ {
1471
+ components: [
1472
+ {
1473
+ internalType: "uint256[2]",
1474
+ name: "x",
1475
+ type: "uint256[2]",
1476
+ },
1477
+ {
1478
+ internalType: "uint256[2]",
1479
+ name: "y",
1480
+ type: "uint256[2]",
1481
+ },
1482
+ ],
1483
+ internalType: "struct Pairing.G2Point",
1484
+ name: "delta2",
1485
+ type: "tuple",
1486
+ },
1487
+ {
1488
+ components: [
1489
+ {
1490
+ internalType: "uint256",
1491
+ name: "x",
1492
+ type: "uint256",
1493
+ },
1494
+ {
1495
+ internalType: "uint256",
1496
+ name: "y",
1497
+ type: "uint256",
1498
+ },
1499
+ ],
1500
+ internalType: "struct Pairing.G1Point[]",
1501
+ name: "ic",
1502
+ type: "tuple[]",
1503
+ },
1504
+ ],
1505
+ internalType: "struct SnarkCommon.VerifyingKey",
1506
+ name: "_pollJoiningVk",
1507
+ type: "tuple",
1508
+ },
1509
+ ],
1510
+ name: "setPollJoiningVkKey",
1511
+ outputs: [],
1512
+ stateMutability: "nonpayable",
1513
+ type: "function",
1514
+ },
1515
+ {
1516
+ inputs: [
1517
+ {
1518
+ internalType: "uint256",
1519
+ name: "_stateTreeDepth",
1520
+ type: "uint256",
1521
+ },
1522
+ {
1523
+ internalType: "uint256",
1524
+ name: "_voteOptionTreeDepth",
1525
+ type: "uint256",
1526
+ },
1527
+ {
1528
+ internalType: "uint8",
1529
+ name: "_messageBatchSize",
1530
+ type: "uint8",
1531
+ },
1532
+ {
1533
+ internalType: "enum DomainObjs.Mode",
1534
+ name: "_mode",
1535
+ type: "uint8",
1536
+ },
1537
+ {
1538
+ components: [
1539
+ {
1540
+ components: [
1541
+ {
1542
+ internalType: "uint256",
1543
+ name: "x",
1544
+ type: "uint256",
1545
+ },
1546
+ {
1547
+ internalType: "uint256",
1548
+ name: "y",
1549
+ type: "uint256",
1550
+ },
1551
+ ],
1552
+ internalType: "struct Pairing.G1Point",
1553
+ name: "alpha1",
1554
+ type: "tuple",
1555
+ },
1556
+ {
1557
+ components: [
1558
+ {
1559
+ internalType: "uint256[2]",
1560
+ name: "x",
1561
+ type: "uint256[2]",
1562
+ },
1563
+ {
1564
+ internalType: "uint256[2]",
1565
+ name: "y",
1566
+ type: "uint256[2]",
1567
+ },
1568
+ ],
1569
+ internalType: "struct Pairing.G2Point",
1570
+ name: "beta2",
1571
+ type: "tuple",
1572
+ },
1573
+ {
1574
+ components: [
1575
+ {
1576
+ internalType: "uint256[2]",
1577
+ name: "x",
1578
+ type: "uint256[2]",
1579
+ },
1580
+ {
1581
+ internalType: "uint256[2]",
1582
+ name: "y",
1583
+ type: "uint256[2]",
1584
+ },
1585
+ ],
1586
+ internalType: "struct Pairing.G2Point",
1587
+ name: "gamma2",
1588
+ type: "tuple",
1589
+ },
1590
+ {
1591
+ components: [
1592
+ {
1593
+ internalType: "uint256[2]",
1594
+ name: "x",
1595
+ type: "uint256[2]",
1596
+ },
1597
+ {
1598
+ internalType: "uint256[2]",
1599
+ name: "y",
1600
+ type: "uint256[2]",
1601
+ },
1602
+ ],
1603
+ internalType: "struct Pairing.G2Point",
1604
+ name: "delta2",
1605
+ type: "tuple",
1606
+ },
1607
+ {
1608
+ components: [
1609
+ {
1610
+ internalType: "uint256",
1611
+ name: "x",
1612
+ type: "uint256",
1613
+ },
1614
+ {
1615
+ internalType: "uint256",
1616
+ name: "y",
1617
+ type: "uint256",
1618
+ },
1619
+ ],
1620
+ internalType: "struct Pairing.G1Point[]",
1621
+ name: "ic",
1622
+ type: "tuple[]",
1623
+ },
1624
+ ],
1625
+ internalType: "struct SnarkCommon.VerifyingKey",
1626
+ name: "_processVk",
1627
+ type: "tuple",
1628
+ },
1629
+ ],
1630
+ name: "setProcessVkKey",
1631
+ outputs: [],
1632
+ stateMutability: "nonpayable",
1633
+ type: "function",
1634
+ },
1635
+ {
1636
+ inputs: [
1637
+ {
1638
+ internalType: "uint256",
1639
+ name: "_stateTreeDepth",
1640
+ type: "uint256",
1641
+ },
1642
+ {
1643
+ internalType: "uint256",
1644
+ name: "_intStateTreeDepth",
1645
+ type: "uint256",
1646
+ },
1647
+ {
1648
+ internalType: "uint256",
1649
+ name: "_voteOptionTreeDepth",
1650
+ type: "uint256",
1651
+ },
1652
+ {
1653
+ internalType: "enum DomainObjs.Mode",
1654
+ name: "_mode",
1655
+ type: "uint8",
1656
+ },
1657
+ {
1658
+ components: [
1659
+ {
1660
+ components: [
1661
+ {
1662
+ internalType: "uint256",
1663
+ name: "x",
1664
+ type: "uint256",
1665
+ },
1666
+ {
1667
+ internalType: "uint256",
1668
+ name: "y",
1669
+ type: "uint256",
1670
+ },
1671
+ ],
1672
+ internalType: "struct Pairing.G1Point",
1673
+ name: "alpha1",
1674
+ type: "tuple",
1675
+ },
1676
+ {
1677
+ components: [
1678
+ {
1679
+ internalType: "uint256[2]",
1680
+ name: "x",
1681
+ type: "uint256[2]",
1682
+ },
1683
+ {
1684
+ internalType: "uint256[2]",
1685
+ name: "y",
1686
+ type: "uint256[2]",
1687
+ },
1688
+ ],
1689
+ internalType: "struct Pairing.G2Point",
1690
+ name: "beta2",
1691
+ type: "tuple",
1692
+ },
1693
+ {
1694
+ components: [
1695
+ {
1696
+ internalType: "uint256[2]",
1697
+ name: "x",
1698
+ type: "uint256[2]",
1699
+ },
1700
+ {
1701
+ internalType: "uint256[2]",
1702
+ name: "y",
1703
+ type: "uint256[2]",
1704
+ },
1705
+ ],
1706
+ internalType: "struct Pairing.G2Point",
1707
+ name: "gamma2",
1708
+ type: "tuple",
1709
+ },
1710
+ {
1711
+ components: [
1712
+ {
1713
+ internalType: "uint256[2]",
1714
+ name: "x",
1715
+ type: "uint256[2]",
1716
+ },
1717
+ {
1718
+ internalType: "uint256[2]",
1719
+ name: "y",
1720
+ type: "uint256[2]",
1721
+ },
1722
+ ],
1723
+ internalType: "struct Pairing.G2Point",
1724
+ name: "delta2",
1725
+ type: "tuple",
1726
+ },
1727
+ {
1728
+ components: [
1729
+ {
1730
+ internalType: "uint256",
1731
+ name: "x",
1732
+ type: "uint256",
1733
+ },
1734
+ {
1735
+ internalType: "uint256",
1736
+ name: "y",
1737
+ type: "uint256",
1738
+ },
1739
+ ],
1740
+ internalType: "struct Pairing.G1Point[]",
1741
+ name: "ic",
1742
+ type: "tuple[]",
1743
+ },
1744
+ ],
1745
+ internalType: "struct SnarkCommon.VerifyingKey",
1746
+ name: "_tallyVk",
1747
+ type: "tuple",
1748
+ },
1749
+ ],
1750
+ name: "setTallyVkKey",
1751
+ outputs: [],
1752
+ stateMutability: "nonpayable",
1753
+ type: "function",
1754
+ },
1755
+ {
1756
+ inputs: [
1757
+ {
1758
+ internalType: "uint256",
1759
+ name: "_stateTreeDepth",
1760
+ type: "uint256",
1761
+ },
1762
+ {
1763
+ internalType: "uint256",
1764
+ name: "_intStateTreeDepth",
1765
+ type: "uint256",
1766
+ },
1767
+ {
1768
+ internalType: "uint256",
1769
+ name: "_voteOptionTreeDepth",
1770
+ type: "uint256",
1771
+ },
1772
+ {
1773
+ internalType: "uint8",
1774
+ name: "_messageBatchSize",
1775
+ type: "uint8",
1776
+ },
1777
+ {
1778
+ internalType: "enum DomainObjs.Mode",
1779
+ name: "_mode",
1780
+ type: "uint8",
1781
+ },
1782
+ {
1783
+ components: [
1784
+ {
1785
+ components: [
1786
+ {
1787
+ internalType: "uint256",
1788
+ name: "x",
1789
+ type: "uint256",
1790
+ },
1791
+ {
1792
+ internalType: "uint256",
1793
+ name: "y",
1794
+ type: "uint256",
1795
+ },
1796
+ ],
1797
+ internalType: "struct Pairing.G1Point",
1798
+ name: "alpha1",
1799
+ type: "tuple",
1800
+ },
1801
+ {
1802
+ components: [
1803
+ {
1804
+ internalType: "uint256[2]",
1805
+ name: "x",
1806
+ type: "uint256[2]",
1807
+ },
1808
+ {
1809
+ internalType: "uint256[2]",
1810
+ name: "y",
1811
+ type: "uint256[2]",
1812
+ },
1813
+ ],
1814
+ internalType: "struct Pairing.G2Point",
1815
+ name: "beta2",
1816
+ type: "tuple",
1817
+ },
1818
+ {
1819
+ components: [
1820
+ {
1821
+ internalType: "uint256[2]",
1822
+ name: "x",
1823
+ type: "uint256[2]",
1824
+ },
1825
+ {
1826
+ internalType: "uint256[2]",
1827
+ name: "y",
1828
+ type: "uint256[2]",
1829
+ },
1830
+ ],
1831
+ internalType: "struct Pairing.G2Point",
1832
+ name: "gamma2",
1833
+ type: "tuple",
1834
+ },
1835
+ {
1836
+ components: [
1837
+ {
1838
+ internalType: "uint256[2]",
1839
+ name: "x",
1840
+ type: "uint256[2]",
1841
+ },
1842
+ {
1843
+ internalType: "uint256[2]",
1844
+ name: "y",
1845
+ type: "uint256[2]",
1846
+ },
1847
+ ],
1848
+ internalType: "struct Pairing.G2Point",
1849
+ name: "delta2",
1850
+ type: "tuple",
1851
+ },
1852
+ {
1853
+ components: [
1854
+ {
1855
+ internalType: "uint256",
1856
+ name: "x",
1857
+ type: "uint256",
1858
+ },
1859
+ {
1860
+ internalType: "uint256",
1861
+ name: "y",
1862
+ type: "uint256",
1863
+ },
1864
+ ],
1865
+ internalType: "struct Pairing.G1Point[]",
1866
+ name: "ic",
1867
+ type: "tuple[]",
1868
+ },
1869
+ ],
1870
+ internalType: "struct SnarkCommon.VerifyingKey",
1871
+ name: "_processVk",
1872
+ type: "tuple",
1873
+ },
1874
+ {
1875
+ components: [
1876
+ {
1877
+ components: [
1878
+ {
1879
+ internalType: "uint256",
1880
+ name: "x",
1881
+ type: "uint256",
1882
+ },
1883
+ {
1884
+ internalType: "uint256",
1885
+ name: "y",
1886
+ type: "uint256",
1887
+ },
1888
+ ],
1889
+ internalType: "struct Pairing.G1Point",
1890
+ name: "alpha1",
1891
+ type: "tuple",
1892
+ },
1893
+ {
1894
+ components: [
1895
+ {
1896
+ internalType: "uint256[2]",
1897
+ name: "x",
1898
+ type: "uint256[2]",
1899
+ },
1900
+ {
1901
+ internalType: "uint256[2]",
1902
+ name: "y",
1903
+ type: "uint256[2]",
1904
+ },
1905
+ ],
1906
+ internalType: "struct Pairing.G2Point",
1907
+ name: "beta2",
1908
+ type: "tuple",
1909
+ },
1910
+ {
1911
+ components: [
1912
+ {
1913
+ internalType: "uint256[2]",
1914
+ name: "x",
1915
+ type: "uint256[2]",
1916
+ },
1917
+ {
1918
+ internalType: "uint256[2]",
1919
+ name: "y",
1920
+ type: "uint256[2]",
1921
+ },
1922
+ ],
1923
+ internalType: "struct Pairing.G2Point",
1924
+ name: "gamma2",
1925
+ type: "tuple",
1926
+ },
1927
+ {
1928
+ components: [
1929
+ {
1930
+ internalType: "uint256[2]",
1931
+ name: "x",
1932
+ type: "uint256[2]",
1933
+ },
1934
+ {
1935
+ internalType: "uint256[2]",
1936
+ name: "y",
1937
+ type: "uint256[2]",
1938
+ },
1939
+ ],
1940
+ internalType: "struct Pairing.G2Point",
1941
+ name: "delta2",
1942
+ type: "tuple",
1943
+ },
1944
+ {
1945
+ components: [
1946
+ {
1947
+ internalType: "uint256",
1948
+ name: "x",
1949
+ type: "uint256",
1950
+ },
1951
+ {
1952
+ internalType: "uint256",
1953
+ name: "y",
1954
+ type: "uint256",
1955
+ },
1956
+ ],
1957
+ internalType: "struct Pairing.G1Point[]",
1958
+ name: "ic",
1959
+ type: "tuple[]",
1960
+ },
1961
+ ],
1962
+ internalType: "struct SnarkCommon.VerifyingKey",
1963
+ name: "_tallyVk",
1964
+ type: "tuple",
1965
+ },
1966
+ ],
1967
+ name: "setVerifyingKeys",
1968
+ outputs: [],
1969
+ stateMutability: "nonpayable",
1970
+ type: "function",
1971
+ },
1972
+ {
1973
+ inputs: [
1974
+ {
1975
+ internalType: "uint256",
1976
+ name: "_stateTreeDepth",
1977
+ type: "uint256",
1978
+ },
1979
+ {
1980
+ internalType: "uint256",
1981
+ name: "_intStateTreeDepth",
1982
+ type: "uint256",
1983
+ },
1984
+ {
1985
+ internalType: "uint256",
1986
+ name: "_voteOptionTreeDepth",
1987
+ type: "uint256",
1988
+ },
1989
+ {
1990
+ internalType: "uint8",
1991
+ name: "_messageBatchSize",
1992
+ type: "uint8",
1993
+ },
1994
+ {
1995
+ internalType: "enum DomainObjs.Mode[]",
1996
+ name: "_modes",
1997
+ type: "uint8[]",
1998
+ },
1999
+ {
2000
+ components: [
2001
+ {
2002
+ components: [
2003
+ {
2004
+ internalType: "uint256",
2005
+ name: "x",
2006
+ type: "uint256",
2007
+ },
2008
+ {
2009
+ internalType: "uint256",
2010
+ name: "y",
2011
+ type: "uint256",
2012
+ },
2013
+ ],
2014
+ internalType: "struct Pairing.G1Point",
2015
+ name: "alpha1",
2016
+ type: "tuple",
2017
+ },
2018
+ {
2019
+ components: [
2020
+ {
2021
+ internalType: "uint256[2]",
2022
+ name: "x",
2023
+ type: "uint256[2]",
2024
+ },
2025
+ {
2026
+ internalType: "uint256[2]",
2027
+ name: "y",
2028
+ type: "uint256[2]",
2029
+ },
2030
+ ],
2031
+ internalType: "struct Pairing.G2Point",
2032
+ name: "beta2",
2033
+ type: "tuple",
2034
+ },
2035
+ {
2036
+ components: [
2037
+ {
2038
+ internalType: "uint256[2]",
2039
+ name: "x",
2040
+ type: "uint256[2]",
2041
+ },
2042
+ {
2043
+ internalType: "uint256[2]",
2044
+ name: "y",
2045
+ type: "uint256[2]",
2046
+ },
2047
+ ],
2048
+ internalType: "struct Pairing.G2Point",
2049
+ name: "gamma2",
2050
+ type: "tuple",
2051
+ },
2052
+ {
2053
+ components: [
2054
+ {
2055
+ internalType: "uint256[2]",
2056
+ name: "x",
2057
+ type: "uint256[2]",
2058
+ },
2059
+ {
2060
+ internalType: "uint256[2]",
2061
+ name: "y",
2062
+ type: "uint256[2]",
2063
+ },
2064
+ ],
2065
+ internalType: "struct Pairing.G2Point",
2066
+ name: "delta2",
2067
+ type: "tuple",
2068
+ },
2069
+ {
2070
+ components: [
2071
+ {
2072
+ internalType: "uint256",
2073
+ name: "x",
2074
+ type: "uint256",
2075
+ },
2076
+ {
2077
+ internalType: "uint256",
2078
+ name: "y",
2079
+ type: "uint256",
2080
+ },
2081
+ ],
2082
+ internalType: "struct Pairing.G1Point[]",
2083
+ name: "ic",
2084
+ type: "tuple[]",
2085
+ },
2086
+ ],
2087
+ internalType: "struct SnarkCommon.VerifyingKey",
2088
+ name: "_pollJoiningVk",
2089
+ type: "tuple",
2090
+ },
2091
+ {
2092
+ components: [
2093
+ {
2094
+ components: [
2095
+ {
2096
+ internalType: "uint256",
2097
+ name: "x",
2098
+ type: "uint256",
2099
+ },
2100
+ {
2101
+ internalType: "uint256",
2102
+ name: "y",
2103
+ type: "uint256",
2104
+ },
2105
+ ],
2106
+ internalType: "struct Pairing.G1Point",
2107
+ name: "alpha1",
2108
+ type: "tuple",
2109
+ },
2110
+ {
2111
+ components: [
2112
+ {
2113
+ internalType: "uint256[2]",
2114
+ name: "x",
2115
+ type: "uint256[2]",
2116
+ },
2117
+ {
2118
+ internalType: "uint256[2]",
2119
+ name: "y",
2120
+ type: "uint256[2]",
2121
+ },
2122
+ ],
2123
+ internalType: "struct Pairing.G2Point",
2124
+ name: "beta2",
2125
+ type: "tuple",
2126
+ },
2127
+ {
2128
+ components: [
2129
+ {
2130
+ internalType: "uint256[2]",
2131
+ name: "x",
2132
+ type: "uint256[2]",
2133
+ },
2134
+ {
2135
+ internalType: "uint256[2]",
2136
+ name: "y",
2137
+ type: "uint256[2]",
2138
+ },
2139
+ ],
2140
+ internalType: "struct Pairing.G2Point",
2141
+ name: "gamma2",
2142
+ type: "tuple",
2143
+ },
2144
+ {
2145
+ components: [
2146
+ {
2147
+ internalType: "uint256[2]",
2148
+ name: "x",
2149
+ type: "uint256[2]",
2150
+ },
2151
+ {
2152
+ internalType: "uint256[2]",
2153
+ name: "y",
2154
+ type: "uint256[2]",
2155
+ },
2156
+ ],
2157
+ internalType: "struct Pairing.G2Point",
2158
+ name: "delta2",
2159
+ type: "tuple",
2160
+ },
2161
+ {
2162
+ components: [
2163
+ {
2164
+ internalType: "uint256",
2165
+ name: "x",
2166
+ type: "uint256",
2167
+ },
2168
+ {
2169
+ internalType: "uint256",
2170
+ name: "y",
2171
+ type: "uint256",
2172
+ },
2173
+ ],
2174
+ internalType: "struct Pairing.G1Point[]",
2175
+ name: "ic",
2176
+ type: "tuple[]",
2177
+ },
2178
+ ],
2179
+ internalType: "struct SnarkCommon.VerifyingKey",
2180
+ name: "_pollJoinedVk",
2181
+ type: "tuple",
2182
+ },
2183
+ {
2184
+ components: [
2185
+ {
2186
+ components: [
2187
+ {
2188
+ internalType: "uint256",
2189
+ name: "x",
2190
+ type: "uint256",
2191
+ },
2192
+ {
2193
+ internalType: "uint256",
2194
+ name: "y",
2195
+ type: "uint256",
2196
+ },
2197
+ ],
2198
+ internalType: "struct Pairing.G1Point",
2199
+ name: "alpha1",
2200
+ type: "tuple",
2201
+ },
2202
+ {
2203
+ components: [
2204
+ {
2205
+ internalType: "uint256[2]",
2206
+ name: "x",
2207
+ type: "uint256[2]",
2208
+ },
2209
+ {
2210
+ internalType: "uint256[2]",
2211
+ name: "y",
2212
+ type: "uint256[2]",
2213
+ },
2214
+ ],
2215
+ internalType: "struct Pairing.G2Point",
2216
+ name: "beta2",
2217
+ type: "tuple",
2218
+ },
2219
+ {
2220
+ components: [
2221
+ {
2222
+ internalType: "uint256[2]",
2223
+ name: "x",
2224
+ type: "uint256[2]",
2225
+ },
2226
+ {
2227
+ internalType: "uint256[2]",
2228
+ name: "y",
2229
+ type: "uint256[2]",
2230
+ },
2231
+ ],
2232
+ internalType: "struct Pairing.G2Point",
2233
+ name: "gamma2",
2234
+ type: "tuple",
2235
+ },
2236
+ {
2237
+ components: [
2238
+ {
2239
+ internalType: "uint256[2]",
2240
+ name: "x",
2241
+ type: "uint256[2]",
2242
+ },
2243
+ {
2244
+ internalType: "uint256[2]",
2245
+ name: "y",
2246
+ type: "uint256[2]",
2247
+ },
2248
+ ],
2249
+ internalType: "struct Pairing.G2Point",
2250
+ name: "delta2",
2251
+ type: "tuple",
2252
+ },
2253
+ {
2254
+ components: [
2255
+ {
2256
+ internalType: "uint256",
2257
+ name: "x",
2258
+ type: "uint256",
2259
+ },
2260
+ {
2261
+ internalType: "uint256",
2262
+ name: "y",
2263
+ type: "uint256",
2264
+ },
2265
+ ],
2266
+ internalType: "struct Pairing.G1Point[]",
2267
+ name: "ic",
2268
+ type: "tuple[]",
2269
+ },
2270
+ ],
2271
+ internalType: "struct SnarkCommon.VerifyingKey[]",
2272
+ name: "_processVks",
2273
+ type: "tuple[]",
2274
+ },
2275
+ {
2276
+ components: [
2277
+ {
2278
+ components: [
2279
+ {
2280
+ internalType: "uint256",
2281
+ name: "x",
2282
+ type: "uint256",
2283
+ },
2284
+ {
2285
+ internalType: "uint256",
2286
+ name: "y",
2287
+ type: "uint256",
2288
+ },
2289
+ ],
2290
+ internalType: "struct Pairing.G1Point",
2291
+ name: "alpha1",
2292
+ type: "tuple",
2293
+ },
2294
+ {
2295
+ components: [
2296
+ {
2297
+ internalType: "uint256[2]",
2298
+ name: "x",
2299
+ type: "uint256[2]",
2300
+ },
2301
+ {
2302
+ internalType: "uint256[2]",
2303
+ name: "y",
2304
+ type: "uint256[2]",
2305
+ },
2306
+ ],
2307
+ internalType: "struct Pairing.G2Point",
2308
+ name: "beta2",
2309
+ type: "tuple",
2310
+ },
2311
+ {
2312
+ components: [
2313
+ {
2314
+ internalType: "uint256[2]",
2315
+ name: "x",
2316
+ type: "uint256[2]",
2317
+ },
2318
+ {
2319
+ internalType: "uint256[2]",
2320
+ name: "y",
2321
+ type: "uint256[2]",
2322
+ },
2323
+ ],
2324
+ internalType: "struct Pairing.G2Point",
2325
+ name: "gamma2",
2326
+ type: "tuple",
2327
+ },
2328
+ {
2329
+ components: [
2330
+ {
2331
+ internalType: "uint256[2]",
2332
+ name: "x",
2333
+ type: "uint256[2]",
2334
+ },
2335
+ {
2336
+ internalType: "uint256[2]",
2337
+ name: "y",
2338
+ type: "uint256[2]",
2339
+ },
2340
+ ],
2341
+ internalType: "struct Pairing.G2Point",
2342
+ name: "delta2",
2343
+ type: "tuple",
2344
+ },
2345
+ {
2346
+ components: [
2347
+ {
2348
+ internalType: "uint256",
2349
+ name: "x",
2350
+ type: "uint256",
2351
+ },
2352
+ {
2353
+ internalType: "uint256",
2354
+ name: "y",
2355
+ type: "uint256",
2356
+ },
2357
+ ],
2358
+ internalType: "struct Pairing.G1Point[]",
2359
+ name: "ic",
2360
+ type: "tuple[]",
2361
+ },
2362
+ ],
2363
+ internalType: "struct SnarkCommon.VerifyingKey[]",
2364
+ name: "_tallyVks",
2365
+ type: "tuple[]",
2366
+ },
2367
+ ],
2368
+ name: "setVerifyingKeysBatch",
2369
+ outputs: [],
2370
+ stateMutability: "nonpayable",
2371
+ type: "function",
2372
+ },
2373
+ {
2374
+ inputs: [
2375
+ {
2376
+ internalType: "address",
2377
+ name: "newOwner",
2378
+ type: "address",
2379
+ },
2380
+ ],
2381
+ name: "transferOwnership",
2382
+ outputs: [],
2383
+ stateMutability: "nonpayable",
2384
+ type: "function",
2385
+ },
2386
+ ];
2387
+ const _bytecode = "0x60806040523380602957604051631e4fbdf760e01b81526000600482015260240160405180910390fd5b6030816035565b506085565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b611e9a806100946000396000f3fe608060405234801561001057600080fd5b50600436106101c45760003560e01c8063927b5901116100f9578063c498fa5a11610097578063d8042cf711610071578063d8042cf7146103e9578063dabac6fd146103fc578063f2fde38b1461040f578063f8e254dd1461042257600080fd5b8063c498fa5a146103a0578063c7bf99be146103b3578063d3b2c1a2146103d657600080fd5b8063b2af7a94116100d3578063b2af7a9414610353578063b4da51fc14610367578063b5b0a4971461037a578063c42569b21461038d57600080fd5b8063927b59011461030a578063b1cff21f1461031d578063b22a92791461033057600080fd5b80635070e5da116101665780635ed4c23b116101405780635ed4c23b146102b9578063683f3dc3146102cd578063715018a6146102e75780638da5cb5b146102ef57600080fd5b80635070e5da14610280578063558521411461029357806357623ad0146102a657600080fd5b80632360a419116101a25780632360a41914610232578063279c4e84146102455780633141a13c1461025a5780634b976f7b1461026d57600080fd5b80630dd13b0f146101c957806310b37e4d146101f15780631afe11ef14610211575b600080fd5b6101dc6101d7366004611795565b610435565b60405190151581526020015b60405180910390f35b6102046101ff3660046117db565b610497565b6040516101e8919061185a565b61022461021f36600461190d565b6104c2565b6040519081526020016101e8565b6101dc610240366004611939565b6104e9565b61025861025336600461197e565b61053b565b005b6101dc6102683660046117db565b6106bf565b61022461027b3660046119c5565b6106e5565b61020461028e366004611795565b6106f6565b6102046102a13660046119fa565b610717565b6102586102b4366004611a13565b61073d565b6102246102c73660046119fa565b60801b90565b6102d5600a81565b60405160ff90911681526020016101e8565b610258610974565b6000546040516001600160a01b0390911681526020016101e8565b6102046103183660046119fa565b610988565b61025861032b36600461197e565b610bd4565b6101dc61033e3660046119fa565b60009081526008602052604090205460ff1690565b6102246103613660046119fa565b60401b90565b610204610375366004611939565b610d49565b610258610388366004611a7e565b610fff565b6101dc61039b366004611939565b611224565b6102586103ae366004611b07565b61123c565b6101dc6103c13660046119fa565b60009081526006602052604090205460ff1690565b6102046103e43660046119fa565b61131f565b6102586103f7366004611c3f565b61133e565b61020461040a3660046119fa565b611369565b61025861041d366004611ce6565b611599565b610204610430366004611939565b6115dc565b6000806104438686866106e5565b90506002600084600181111561045b5761045b611d0f565b600181111561046c5761046c611d0f565b8152602080820192909252604090810160009081209381529290915290205460ff1695945050505050565b61049f6116dc565b60006104ac8686866104c2565b90506104b881846115dc565b9695505050505050565b6000816104d7604085901b608087901b611d25565b6104e19190611d25565b949350505050565b60006002600083600181111561050157610501611d0f565b600181111561051257610512611d0f565b815260208082019290925260409081016000908120958152949091529092205460ff1692915050565b61054361165f565b600061054f8360401b90565b60008181526006602052604090205490915060ff161561058257604051630b51dd3d60e31b815260040160405180910390fd5b60008181526005602090815260409091208335815590830135600182015560408301600282016105b28282611d4c565b505060c08301600682016105c68282611d4c565b50506101408301600a82016105db8282611d4c565b50600090506105ee6101c0850185611d96565b9050905060005b8181101561066457600e830161060f6101c0870187611d96565b8381811061061f5761061f611de0565b83546001810185556000948552602090942060409091029290920192600202909101905061065a828281358155602090910135600190910155565b50506001016105f5565b5060008381526006602052604090819020805460ff19166001179055517f74cba66851603df6c6f3a147c7f965e5646aad65f62bd1a1891517c12f8e9c43906106b09085815260200190565b60405180910390a15050505050565b6000806106cd8686866104c2565b90506004600084600181111561045b5761045b611d0f565b6000826104d7604086901b83611d25565b6106fe6116dc565b600061070b8686866106e5565b90506104b88184610d49565b61071f6116dc565b600061072b8360401b90565b905061073681611369565b9392505050565b61074561165f565b60006107528686866104c2565b90506004600084600181111561076a5761076a611d0f565b600181111561077b5761077b611d0f565b81526020808201929092526040908101600090812084825290925290205460ff16156107ba57604051630b51dd3d60e31b815260040160405180910390fd5b6000600360008560018111156107d2576107d2611d0f565b60018111156107e3576107e3611d0f565b815260208082019290925260409081016000908120858252835220843581559084013560018201559050604083016002820161081f8282611d4c565b505060c08301600682016108338282611d4c565b50506101408301600a82016108488282611d4c565b506000905061085b6101c0850185611d96565b9050905060005b818110156108d157600e830161087c6101c0870187611d96565b8381811061088c5761088c611de0565b8354600181018555600094855260209094206040909102929092019260020290910190506108c7828281358155602090910135600190910155565b5050600101610862565b506001600460008760018111156108ea576108ea611d0f565b60018111156108fb576108fb611d0f565b8152602001908152602001600020600085815260200190815260200160002060006101000a81548160ff0219169083151502179055507fb5eb693cc6c3cf0ba2a0f9d96dc6ed50059fc43caa9253d6202f2d48c15d13778386604051610962929190611df6565b60405180910390a15050505050505050565b61097c61165f565b610986600061168c565b565b6109906116dc565b60008281526008602052604090205460ff166109bf5760405163028cbaa760e61b815260040160405180910390fd5b600082815260076020908152604091829020825160e081018452815460a08201908152600183015460c08301528152835160808101808652919492938501929091600280860192849290830191849182845b815481526020019060010190808311610a1157505050918352505060408051808201918290526020909201919060028481019182845b815481526020019060010190808311610a47575050509190925250505081526040805160808101808352602090930192909160068501918391820190839060029082845b815481526020019060010190808311610a8b57505050918352505060408051808201918290526020909201919060028481019182845b815481526020019060010190808311610ac15750505091909252505050815260408051608081018083526020909301929091600a8501918391820190839060029082845b815481526020019060010190808311610b0557505050918352505060408051808201918290526020909201919060028481019182845b815481526020019060010190808311610b3b575050505050815250508152602001600e8201805480602002602001604051908101604052809291908181526020016000905b82821015610bc657838290600052602060002090600202016040518060400160405290816000820154815260200160018201548152505081526020019060010190610b80565b505050915250909392505050565b610bdc61165f565b6000610be88360801b90565b60008181526008602052604090205490915060ff1615610c1b57604051630b51dd3d60e31b815260040160405180910390fd5b6000818152600760209081526040909120833581559083013560018201556040830160028201610c4b8282611d4c565b505060c0830160068201610c5f8282611d4c565b50506101408301600a8201610c748282611d4c565b5060009050610c876101c0850185611d96565b9050905060005b81811015610cfd57600e8301610ca86101c0870187611d96565b83818110610cb857610cb8611de0565b835460018101855560009485526020909420604090910292909201926002029091019050610cf3828281358155602090910135600190910155565b5050600101610c8e565b5060008381526008602052604090819020805460ff19166001179055517f42d6779b3b7e26976afb1244b1e6841194ffddd23e3203f95c57a91b460e31c9906106b09085815260200190565b610d516116dc565b60026000836001811115610d6757610d67611d0f565b6001811115610d7857610d78611d0f565b81526020808201929092526040908101600090812086825290925290205460ff16610db65760405163028cbaa760e61b815260040160405180910390fd5b60016000836001811115610dcc57610dcc611d0f565b6001811115610ddd57610ddd611d0f565b8152602080820192909252604090810160009081208682528352819020815160e081018352815460a08201908152600183015460c0830152815282516080810180855291949293928501929091600280860192849290830191849182845b815481526020019060010190808311610e3b57505050918352505060408051808201918290526020909201919060028481019182845b815481526020019060010190808311610e71575050509190925250505081526040805160808101808352602090930192909160068501918391820190839060029082845b815481526020019060010190808311610eb557505050918352505060408051808201918290526020909201919060028481019182845b815481526020019060010190808311610eeb5750505091909252505050815260408051608081018083526020909301929091600a8501918391820190839060029082845b815481526020019060010190808311610f2f57505050918352505060408051808201918290526020909201919060028481019182845b815481526020019060010190808311610f65575050505050815250508152602001600e8201805480602002602001604051908101604052809291908181526020016000905b82821015610ff057838290600052602060002090600202016040518060400160405290816000820154815260200160018201548152505081526020019060010190610faa565b50505091525090949350505050565b61100761165f565b60006110148686866106e5565b90506002600084600181111561102c5761102c611d0f565b600181111561103d5761103d611d0f565b81526020808201929092526040908101600090812084825290925290205460ff161561107c57604051630b51dd3d60e31b815260040160405180910390fd5b60006001600085600181111561109457611094611d0f565b60018111156110a5576110a5611d0f565b81526020808201929092526040908101600090812085825283522084358155908401356001820155905060408301600282016110e18282611d4c565b505060c08301600682016110f58282611d4c565b50506101408301600a820161110a8282611d4c565b506000905061111d6101c0850185611d96565b9050905060005b8181101561119357600e830161113e6101c0870187611d96565b8381811061114e5761114e611de0565b835460018101855560009485526020909420604090910292909201926002029091019050611189828281358155602090910135600190910155565b5050600101611124565b506001600260008760018111156111ac576111ac611d0f565b60018111156111bd576111bd611d0f565b8152602001908152602001600020600085815260200190815260200160002060006101000a81548160ff0219169083151502179055507f298d1d2d7c689e7717ba543af4cc2524314974d1522a4240b2cda0f362496e1f8386604051610962929190611df6565b60006004600083600181111561050157610501611d0f565b61124461165f565b86831415806112535750868114155b15611271576040516335c0365760e11b815260040160405180910390fd5b8661127c8d8861053b565b6112868d87610bd4565b60005b8181101561130f576113078e8e8e8e8e8e878181106112aa576112aa611de0565b90506020020160208101906112bf9190611e28565b8b8b888181106112d1576112d1611de0565b90506020028101906112e39190611e43565b8a8a898181106112f5576112f5611de0565b90506020028101906103f79190611e43565b600101611289565b5050505050505050505050505050565b6113276116dc565b60006113338360801b90565b905061073681610988565b61134661165f565b6113538786868686610fff565b611360878787868561073d565b50505050505050565b6113716116dc565b60008281526006602052604090205460ff166113a05760405163028cbaa760e61b815260040160405180910390fd5b600082815260056020908152604091829020825160e081018452815460a08201908152600183015460c0830152815283516080810180865260028085018054978401978852939694958701949293928492909184916003890160608601808311610a1157505050918352505060408051808201918290526002848101805483526020948501949293909260038701908501808311610a475750505091909252505050815260408051608081018083526006850180549383019384526020909401939192839183906002906007890160608601808311610a8b57505050918352505060408051808201918290526002848101805483526020948501949293909260038701908501808311610ac1575050509190925250505081526040805160808101808352600a85018054938301938452602090940193919283918390600290600b890160608601808311610b0557505050918352505060408051808201918290526002848101805483526020948501949293909260038701908501808311610b3b575050505050815250508152602001600e82018054806020026020016040519081016040528092919081815260200160009082821015610bc657838290600052602060002090600202016040518060400160405290816000820154815260200160018201548152505081526020019060010190610b80565b6115a161165f565b6001600160a01b0381166115d057604051631e4fbdf760e01b8152600060048201526024015b60405180910390fd5b6115d98161168c565b50565b6115e46116dc565b600460008360018111156115fa576115fa611d0f565b600181111561160b5761160b611d0f565b81526020808201929092526040908101600090812086825290925290205460ff166116495760405163028cbaa760e61b815260040160405180910390fd5b60036000836001811115610dcc57610dcc611d0f565b6000546001600160a01b031633146109865760405163118cdaa760e01b81523360048201526024016115c7565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6040805160e08101909152600060a0820181815260c083019190915281526020810161170661172d565b815260200161171361172d565b815260200161172061172d565b8152602001606081525090565b6040518060400160405280611740611752565b815260200161174d611752565b905290565b60405180604001604052806002906020820280368337509192915050565b803560ff8116811461178157600080fd5b919050565b80356002811061178157600080fd5b600080600080608085870312156117ab57600080fd5b84359350602085013592506117c260408601611770565b91506117d060608601611786565b905092959194509250565b600080600080608085870312156117f157600080fd5b8435935060208501359250604085013591506117d060608601611786565b8060005b6002811015611832578151845260209384019390910190600101611813565b50505050565b61184382825161180f565b6020810151611855604084018261180f565b505050565b60208082528251805183830152015160408201526000610200820160208401516118876060850182611838565b50604084015161189a60e0850182611838565b5060608401516118ae610160850182611838565b5060808401516101e084810152805191829052602001906000906102208501905b80831015611903576118ec82855180518252602090810151910152565b6040820191506020840193506001830192506118cf565b5095945050505050565b60008060006060848603121561192257600080fd5b505081359360208301359350604090920135919050565b6000806040838503121561194c57600080fd5b8235915061195c60208401611786565b90509250929050565b60006101e0828403121561197857600080fd5b50919050565b6000806040838503121561199157600080fd5b82359150602083013567ffffffffffffffff8111156119af57600080fd5b6119bb85828601611965565b9150509250929050565b6000806000606084860312156119da57600080fd5b83359250602084013591506119f160408501611770565b90509250925092565b600060208284031215611a0c57600080fd5b5035919050565b600080600080600060a08688031215611a2b57600080fd5b853594506020860135935060408601359250611a4960608701611786565b9150608086013567ffffffffffffffff811115611a6557600080fd5b611a7188828901611965565b9150509295509295909350565b600080600080600060a08688031215611a9657600080fd5b8535945060208601359350611aad60408701611770565b9250611a4960608701611786565b60008083601f840112611acd57600080fd5b50813567ffffffffffffffff811115611ae557600080fd5b6020830191508360208260051b8501011115611b0057600080fd5b9250929050565b6000806000806000806000806000806000806101208d8f031215611b2a57600080fd5b8c359b5060208d01359a5060408d01359950611b4860608e01611770565b985067ffffffffffffffff60808e01351115611b6357600080fd5b611b738e60808f01358f01611abb565b909850965067ffffffffffffffff60a08e01351115611b9157600080fd5b611ba18e60a08f01358f01611965565b955067ffffffffffffffff60c08e01351115611bbc57600080fd5b611bcc8e60c08f01358f01611965565b945067ffffffffffffffff60e08e01351115611be757600080fd5b611bf78e60e08f01358f01611abb565b909450925067ffffffffffffffff6101008e01351115611c1657600080fd5b611c278e6101008f01358f01611abb565b81935080925050509295989b509295989b509295989b565b600080600080600080600060e0888a031215611c5a57600080fd5b873596506020880135955060408801359450611c7860608901611770565b9350611c8660808901611786565b925060a088013567ffffffffffffffff811115611ca257600080fd5b611cae8a828b01611965565b92505060c088013567ffffffffffffffff811115611ccb57600080fd5b611cd78a828b01611965565b91505092959891949750929550565b600060208284031215611cf857600080fd5b81356001600160a01b038116811461073657600080fd5b634e487b7160e01b600052602160045260246000fd5b80820180821115611d4657634e487b7160e01b600052601160045260246000fd5b92915050565b8160005b6002811015611d6d57813583820155602090910190600101611d50565b50506040820160005b600281101561183257813583820160020155602090910190600101611d76565b6000808335601e19843603018112611dad57600080fd5b83018035915067ffffffffffffffff821115611dc857600080fd5b6020019150600681901b3603821315611b0057600080fd5b634e487b7160e01b600052603260045260246000fd5b8281526040810160028310611e1b57634e487b7160e01b600052602160045260246000fd5b8260208301529392505050565b600060208284031215611e3a57600080fd5b61073682611786565b600082356101de19833603018112611e5a57600080fd5b919091019291505056fea26469706673582212200f7468c8f1a86aff541ff60d28bcd4b123fabb93994835e6279d2a70f875a29364736f6c634300081c0033";
2388
+ const isSuperArgs = (xs) => xs.length > 1;
2389
+ class VkRegistry__factory extends ethers_1.ContractFactory {
2390
+ constructor(...args) {
2391
+ if (isSuperArgs(args)) {
2392
+ super(...args);
2393
+ }
2394
+ else {
2395
+ super(_abi, _bytecode, args[0]);
2396
+ }
2397
+ }
2398
+ getDeployTransaction(overrides) {
2399
+ return super.getDeployTransaction(overrides || {});
2400
+ }
2401
+ deploy(overrides) {
2402
+ return super.deploy(overrides || {});
2403
+ }
2404
+ connect(runner) {
2405
+ return super.connect(runner);
2406
+ }
2407
+ static createInterface() {
2408
+ return new ethers_1.Interface(_abi);
2409
+ }
2410
+ static connect(address, runner) {
2411
+ return new ethers_1.Contract(address, _abi, runner);
2412
+ }
2413
+ }
2414
+ exports.VkRegistry__factory = VkRegistry__factory;
2415
+ VkRegistry__factory.bytecode = _bytecode;
2416
+ VkRegistry__factory.abi = _abi;
2417
+ //# sourceMappingURL=VkRegistry__factory.js.map