@maci-protocol/contracts 0.0.0-ci.01622be

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