@maci-protocol/contracts 0.0.0-ci.185b643

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 (1857) hide show
  1. package/CHANGELOG.md +902 -0
  2. package/LICENSE +22 -0
  3. package/README.md +13 -0
  4. package/build/artifacts/@excubiae/contracts/contracts/checker/BaseChecker.sol/BaseChecker.dbg.json +4 -0
  5. package/build/artifacts/@excubiae/contracts/contracts/checker/BaseChecker.sol/BaseChecker.json +73 -0
  6. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.sol/AnonAadhaarChecker.dbg.json +4 -0
  7. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.sol/AnonAadhaarChecker.json +114 -0
  8. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.sol/AnonAadhaarCheckerFactory.dbg.json +4 -0
  9. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.sol/AnonAadhaarCheckerFactory.json +60 -0
  10. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.sol/AnonAadhaarPolicy.dbg.json +4 -0
  11. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.sol/AnonAadhaarPolicy.json +285 -0
  12. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.sol/AnonAadhaarPolicyFactory.dbg.json +4 -0
  13. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.sol/AnonAadhaarPolicyFactory.json +55 -0
  14. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.sol/IAnonAadhaar.dbg.json +4 -0
  15. package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.sol/IAnonAadhaar.json +55 -0
  16. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASChecker.sol/EASChecker.dbg.json +4 -0
  17. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASChecker.sol/EASChecker.json +132 -0
  18. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.sol/EASCheckerFactory.dbg.json +4 -0
  19. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.sol/EASCheckerFactory.json +65 -0
  20. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicy.sol/EASPolicy.dbg.json +4 -0
  21. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicy.sol/EASPolicy.json +285 -0
  22. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.sol/EASPolicyFactory.dbg.json +4 -0
  23. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.sol/EASPolicyFactory.json +55 -0
  24. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/IEAS.sol/IEAS.dbg.json +4 -0
  25. package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/IEAS.sol/IEAS.json +82 -0
  26. package/build/artifacts/@excubiae/contracts/contracts/extensions/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 +60 -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 +55 -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 +65 -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 +55 -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 +49 -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 +55 -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 +60 -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 +55 -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 +60 -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 +55 -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 +55 -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 +55 -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 +60 -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 +55 -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 +55 -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 +55 -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 +70 -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 +55 -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/651a12ba363437a30e3bb89000a91e33.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/VkRegistry.sol/VkRegistry.dbg.json +4 -0
  196. package/build/artifacts/contracts/VkRegistry.sol/VkRegistry.json +2400 -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/IMPFactory.sol/IMessageProcessorFactory.dbg.json +4 -0
  230. package/build/artifacts/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.json +45 -0
  231. package/build/artifacts/contracts/interfaces/IMessageProcessor.sol/IMessageProcessor.dbg.json +4 -0
  232. package/build/artifacts/contracts/interfaces/IMessageProcessor.sol/IMessageProcessor.json +66 -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/IVkRegistry.sol/IVkRegistry.dbg.json +4 -0
  246. package/build/artifacts/contracts/interfaces/IVkRegistry.sol/IVkRegistry.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 +17 -0
  272. package/build/hardhat.config.d.ts.map +1 -0
  273. package/build/hardhat.config.js +240 -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-vkRegistry.d.ts +2 -0
  312. package/build/tasks/deploy/maci/08-vkRegistry.d.ts.map +1 -0
  313. package/build/tasks/deploy/maci/08-vkRegistry.js +88 -0
  314. package/build/tasks/deploy/maci/08-vkRegistry.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 +173 -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 +371 -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 +305 -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/merge.d.ts +2 -0
  380. package/build/tasks/runner/merge.d.ts.map +1 -0
  381. package/build/tasks/runner/merge.js +45 -0
  382. package/build/tasks/runner/merge.js.map +1 -0
  383. package/build/tasks/runner/prove.d.ts +2 -0
  384. package/build/tasks/runner/prove.d.ts.map +1 -0
  385. package/build/tasks/runner/prove.js +127 -0
  386. package/build/tasks/runner/prove.js.map +1 -0
  387. package/build/tasks/runner/submitOnChain.d.ts +2 -0
  388. package/build/tasks/runner/submitOnChain.d.ts.map +1 -0
  389. package/build/tasks/runner/submitOnChain.js +97 -0
  390. package/build/tasks/runner/submitOnChain.js.map +1 -0
  391. package/build/tasks/runner/verifyFull.d.ts +2 -0
  392. package/build/tasks/runner/verifyFull.d.ts.map +1 -0
  393. package/build/tasks/runner/verifyFull.js +77 -0
  394. package/build/tasks/runner/verifyFull.js.map +1 -0
  395. package/build/ts/constants.d.ts +8 -0
  396. package/build/ts/constants.d.ts.map +1 -0
  397. package/build/ts/constants.js +12 -0
  398. package/build/ts/constants.js.map +1 -0
  399. package/build/ts/deploy.d.ts +247 -0
  400. package/build/ts/deploy.d.ts.map +1 -0
  401. package/build/ts/deploy.js +574 -0
  402. package/build/ts/deploy.js.map +1 -0
  403. package/build/ts/genEmptyBallotRoots.d.ts +7 -0
  404. package/build/ts/genEmptyBallotRoots.d.ts.map +1 -0
  405. package/build/ts/genEmptyBallotRoots.js +23 -0
  406. package/build/ts/genEmptyBallotRoots.js.map +1 -0
  407. package/build/ts/genMaciState.d.ts +18 -0
  408. package/build/ts/genMaciState.d.ts.map +1 -0
  409. package/build/ts/genMaciState.js +275 -0
  410. package/build/ts/genMaciState.js.map +1 -0
  411. package/build/ts/genZerosContract.d.ts +12 -0
  412. package/build/ts/genZerosContract.d.ts.map +1 -0
  413. package/build/ts/genZerosContract.js +40 -0
  414. package/build/ts/genZerosContract.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 +97 -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 +361 -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 +85 -0
  436. package/build/ts/utils.d.ts.map +1 -0
  437. package/build/ts/utils.js +202 -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 +50 -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 +50 -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 +50 -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 +50 -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/VkRegistry.d.ts +561 -0
  953. package/build/typechain-types/contracts/VkRegistry.d.ts.map +1 -0
  954. package/build/typechain-types/contracts/VkRegistry.js +3 -0
  955. package/build/typechain-types/contracts/VkRegistry.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/IMPFactory.sol/IMessageProcessorFactory.d.ts +40 -0
  1029. package/build/typechain-types/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.d.ts.map +1 -0
  1030. package/build/typechain-types/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.js +3 -0
  1031. package/build/typechain-types/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.js.map +1 -0
  1032. package/build/typechain-types/contracts/interfaces/IMPFactory.sol/index.d.ts +2 -0
  1033. package/build/typechain-types/contracts/interfaces/IMPFactory.sol/index.d.ts.map +1 -0
  1034. package/build/typechain-types/contracts/interfaces/IMPFactory.sol/index.js +3 -0
  1035. package/build/typechain-types/contracts/interfaces/IMPFactory.sol/index.js.map +1 -0
  1036. package/build/typechain-types/contracts/interfaces/IMessageProcessor.d.ts +46 -0
  1037. package/build/typechain-types/contracts/interfaces/IMessageProcessor.d.ts.map +1 -0
  1038. package/build/typechain-types/contracts/interfaces/IMessageProcessor.js +3 -0
  1039. package/build/typechain-types/contracts/interfaces/IMessageProcessor.js.map +1 -0
  1040. package/build/typechain-types/contracts/interfaces/IPoll.d.ts +219 -0
  1041. package/build/typechain-types/contracts/interfaces/IPoll.d.ts.map +1 -0
  1042. package/build/typechain-types/contracts/interfaces/IPoll.js +3 -0
  1043. package/build/typechain-types/contracts/interfaces/IPoll.js.map +1 -0
  1044. package/build/typechain-types/contracts/interfaces/IPollFactory.d.ts +117 -0
  1045. package/build/typechain-types/contracts/interfaces/IPollFactory.d.ts.map +1 -0
  1046. package/build/typechain-types/contracts/interfaces/IPollFactory.js +3 -0
  1047. package/build/typechain-types/contracts/interfaces/IPollFactory.js.map +1 -0
  1048. package/build/typechain-types/contracts/interfaces/ISemaphore.d.ts +61 -0
  1049. package/build/typechain-types/contracts/interfaces/ISemaphore.d.ts.map +1 -0
  1050. package/build/typechain-types/contracts/interfaces/ISemaphore.js +3 -0
  1051. package/build/typechain-types/contracts/interfaces/ISemaphore.js.map +1 -0
  1052. package/build/typechain-types/contracts/interfaces/ITally.d.ts +72 -0
  1053. package/build/typechain-types/contracts/interfaces/ITally.d.ts.map +1 -0
  1054. package/build/typechain-types/contracts/interfaces/ITally.js +3 -0
  1055. package/build/typechain-types/contracts/interfaces/ITally.js.map +1 -0
  1056. package/build/typechain-types/contracts/interfaces/ITallyFactory.d.ts +42 -0
  1057. package/build/typechain-types/contracts/interfaces/ITallyFactory.d.ts.map +1 -0
  1058. package/build/typechain-types/contracts/interfaces/ITallyFactory.js +3 -0
  1059. package/build/typechain-types/contracts/interfaces/ITallyFactory.js.map +1 -0
  1060. package/build/typechain-types/contracts/interfaces/IVerifier.d.ts +81 -0
  1061. package/build/typechain-types/contracts/interfaces/IVerifier.d.ts.map +1 -0
  1062. package/build/typechain-types/contracts/interfaces/IVerifier.js +3 -0
  1063. package/build/typechain-types/contracts/interfaces/IVerifier.js.map +1 -0
  1064. package/build/typechain-types/contracts/interfaces/IVkRegistry.d.ts +125 -0
  1065. package/build/typechain-types/contracts/interfaces/IVkRegistry.d.ts.map +1 -0
  1066. package/build/typechain-types/contracts/interfaces/IVkRegistry.js +3 -0
  1067. package/build/typechain-types/contracts/interfaces/IVkRegistry.js.map +1 -0
  1068. package/build/typechain-types/contracts/interfaces/index.d.ts +13 -0
  1069. package/build/typechain-types/contracts/interfaces/index.d.ts.map +1 -0
  1070. package/build/typechain-types/contracts/interfaces/index.js +3 -0
  1071. package/build/typechain-types/contracts/interfaces/index.js.map +1 -0
  1072. package/build/typechain-types/contracts/mocks/MockERC20.d.ts +142 -0
  1073. package/build/typechain-types/contracts/mocks/MockERC20.d.ts.map +1 -0
  1074. package/build/typechain-types/contracts/mocks/MockERC20.js +3 -0
  1075. package/build/typechain-types/contracts/mocks/MockERC20.js.map +1 -0
  1076. package/build/typechain-types/contracts/mocks/MockERC20Votes.d.ts +168 -0
  1077. package/build/typechain-types/contracts/mocks/MockERC20Votes.d.ts.map +1 -0
  1078. package/build/typechain-types/contracts/mocks/MockERC20Votes.js +3 -0
  1079. package/build/typechain-types/contracts/mocks/MockERC20Votes.js.map +1 -0
  1080. package/build/typechain-types/contracts/mocks/MockSemaphore.d.ts +73 -0
  1081. package/build/typechain-types/contracts/mocks/MockSemaphore.d.ts.map +1 -0
  1082. package/build/typechain-types/contracts/mocks/MockSemaphore.js +3 -0
  1083. package/build/typechain-types/contracts/mocks/MockSemaphore.js.map +1 -0
  1084. package/build/typechain-types/contracts/mocks/MockTally.d.ts +80 -0
  1085. package/build/typechain-types/contracts/mocks/MockTally.d.ts.map +1 -0
  1086. package/build/typechain-types/contracts/mocks/MockTally.js +3 -0
  1087. package/build/typechain-types/contracts/mocks/MockTally.js.map +1 -0
  1088. package/build/typechain-types/contracts/mocks/MockVerifier.d.ts +81 -0
  1089. package/build/typechain-types/contracts/mocks/MockVerifier.d.ts.map +1 -0
  1090. package/build/typechain-types/contracts/mocks/MockVerifier.js +3 -0
  1091. package/build/typechain-types/contracts/mocks/MockVerifier.js.map +1 -0
  1092. package/build/typechain-types/contracts/mocks/index.d.ts +6 -0
  1093. package/build/typechain-types/contracts/mocks/index.d.ts.map +1 -0
  1094. package/build/typechain-types/contracts/mocks/index.js +3 -0
  1095. package/build/typechain-types/contracts/mocks/index.js.map +1 -0
  1096. package/build/typechain-types/contracts/utilities/DomainObjs.d.ts +26 -0
  1097. package/build/typechain-types/contracts/utilities/DomainObjs.d.ts.map +1 -0
  1098. package/build/typechain-types/contracts/utilities/DomainObjs.js +3 -0
  1099. package/build/typechain-types/contracts/utilities/DomainObjs.js.map +1 -0
  1100. package/build/typechain-types/contracts/utilities/Utilities.d.ts +193 -0
  1101. package/build/typechain-types/contracts/utilities/Utilities.d.ts.map +1 -0
  1102. package/build/typechain-types/contracts/utilities/Utilities.js +3 -0
  1103. package/build/typechain-types/contracts/utilities/Utilities.js.map +1 -0
  1104. package/build/typechain-types/contracts/utilities/index.d.ts +3 -0
  1105. package/build/typechain-types/contracts/utilities/index.d.ts.map +1 -0
  1106. package/build/typechain-types/contracts/utilities/index.js +3 -0
  1107. package/build/typechain-types/contracts/utilities/index.js.map +1 -0
  1108. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.d.ts +56 -0
  1109. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.d.ts.map +1 -0
  1110. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.js +82 -0
  1111. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.js.map +1 -0
  1112. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.d.ts +2 -0
  1113. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.d.ts.map +1 -0
  1114. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.js +9 -0
  1115. package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.js.map +1 -0
  1116. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.d.ts +61 -0
  1117. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.d.ts.map +1 -0
  1118. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.js +89 -0
  1119. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.js.map +1 -0
  1120. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.d.ts +103 -0
  1121. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.d.ts.map +1 -0
  1122. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.js +143 -0
  1123. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.js.map +1 -0
  1124. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.d.ts +57 -0
  1125. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.d.ts.map +1 -0
  1126. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.js +84 -0
  1127. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.js.map +1 -0
  1128. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.d.ts +236 -0
  1129. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.d.ts.map +1 -0
  1130. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.js +314 -0
  1131. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.js.map +1 -0
  1132. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.d.ts +42 -0
  1133. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.d.ts.map +1 -0
  1134. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.js +64 -0
  1135. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.js.map +1 -0
  1136. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.d.ts +6 -0
  1137. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.d.ts.map +1 -0
  1138. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.js +17 -0
  1139. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.js.map +1 -0
  1140. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.d.ts +65 -0
  1141. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.d.ts.map +1 -0
  1142. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.js +94 -0
  1143. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.js.map +1 -0
  1144. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.d.ts +117 -0
  1145. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.d.ts.map +1 -0
  1146. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.js +161 -0
  1147. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.js.map +1 -0
  1148. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.d.ts +57 -0
  1149. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.d.ts.map +1 -0
  1150. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.js +84 -0
  1151. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.js.map +1 -0
  1152. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.d.ts +236 -0
  1153. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.d.ts.map +1 -0
  1154. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.js +314 -0
  1155. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.js.map +1 -0
  1156. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.d.ts +63 -0
  1157. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.d.ts.map +1 -0
  1158. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.js +91 -0
  1159. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.js.map +1 -0
  1160. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.d.ts +6 -0
  1161. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.d.ts.map +1 -0
  1162. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.js +17 -0
  1163. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.js.map +1 -0
  1164. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory__factory.d.ts +61 -0
  1165. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory__factory.d.ts.map +1 -0
  1166. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory__factory.js +89 -0
  1167. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory__factory.js.map +1 -0
  1168. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker__factory.d.ts +95 -0
  1169. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker__factory.d.ts.map +1 -0
  1170. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker__factory.js +133 -0
  1171. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker__factory.js.map +1 -0
  1172. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory__factory.d.ts +57 -0
  1173. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory__factory.d.ts.map +1 -0
  1174. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory__factory.js +84 -0
  1175. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory__factory.js.map +1 -0
  1176. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy__factory.d.ts +236 -0
  1177. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy__factory.d.ts.map +1 -0
  1178. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy__factory.js +314 -0
  1179. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy__factory.js.map +1 -0
  1180. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/index.d.ts +5 -0
  1181. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/index.d.ts.map +1 -0
  1182. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/index.js +15 -0
  1183. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/index.js.map +1 -0
  1184. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory__factory.d.ts +65 -0
  1185. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory__factory.d.ts.map +1 -0
  1186. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory__factory.js +94 -0
  1187. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory__factory.js.map +1 -0
  1188. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker__factory.d.ts +105 -0
  1189. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker__factory.d.ts.map +1 -0
  1190. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker__factory.js +146 -0
  1191. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker__factory.js.map +1 -0
  1192. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory__factory.d.ts +57 -0
  1193. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory__factory.d.ts.map +1 -0
  1194. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory__factory.js +84 -0
  1195. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory__factory.js.map +1 -0
  1196. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy__factory.d.ts +236 -0
  1197. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy__factory.d.ts.map +1 -0
  1198. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy__factory.js +314 -0
  1199. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy__factory.js.map +1 -0
  1200. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/index.d.ts +5 -0
  1201. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/index.d.ts.map +1 -0
  1202. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/index.js +15 -0
  1203. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/index.js.map +1 -0
  1204. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.d.ts +53 -0
  1205. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.d.ts.map +1 -0
  1206. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.js +78 -0
  1207. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.js.map +1 -0
  1208. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.d.ts +71 -0
  1209. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.d.ts.map +1 -0
  1210. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.js +102 -0
  1211. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.js.map +1 -0
  1212. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.d.ts +57 -0
  1213. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.d.ts.map +1 -0
  1214. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.js +84 -0
  1215. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.js.map +1 -0
  1216. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.d.ts +222 -0
  1217. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.d.ts.map +1 -0
  1218. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.js +295 -0
  1219. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.js.map +1 -0
  1220. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.d.ts +5 -0
  1221. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.d.ts.map +1 -0
  1222. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.js +15 -0
  1223. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.js.map +1 -0
  1224. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.d.ts +61 -0
  1225. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.d.ts.map +1 -0
  1226. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.js +89 -0
  1227. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.js.map +1 -0
  1228. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.d.ts +105 -0
  1229. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.d.ts.map +1 -0
  1230. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.js +146 -0
  1231. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.js.map +1 -0
  1232. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.d.ts +57 -0
  1233. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.d.ts.map +1 -0
  1234. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.js +84 -0
  1235. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.js.map +1 -0
  1236. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.d.ts +236 -0
  1237. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.d.ts.map +1 -0
  1238. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.js +314 -0
  1239. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.js.map +1 -0
  1240. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.d.ts +67 -0
  1241. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.d.ts.map +1 -0
  1242. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.js +99 -0
  1243. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.js.map +1 -0
  1244. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.d.ts +6 -0
  1245. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.d.ts.map +1 -0
  1246. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.js +17 -0
  1247. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.js.map +1 -0
  1248. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.d.ts +61 -0
  1249. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.d.ts.map +1 -0
  1250. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.js +89 -0
  1251. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.js.map +1 -0
  1252. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.d.ts +103 -0
  1253. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.d.ts.map +1 -0
  1254. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.js +144 -0
  1255. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.js.map +1 -0
  1256. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.d.ts +57 -0
  1257. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.d.ts.map +1 -0
  1258. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.js +84 -0
  1259. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.js.map +1 -0
  1260. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.d.ts +236 -0
  1261. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.d.ts.map +1 -0
  1262. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.js +314 -0
  1263. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.js.map +1 -0
  1264. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.d.ts +104 -0
  1265. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.d.ts.map +1 -0
  1266. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.js +146 -0
  1267. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.js.map +1 -0
  1268. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.d.ts +6 -0
  1269. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.d.ts.map +1 -0
  1270. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.js +17 -0
  1271. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.js.map +1 -0
  1272. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.d.ts +12 -0
  1273. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.d.ts.map +1 -0
  1274. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.js +51 -0
  1275. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.js.map +1 -0
  1276. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.d.ts +57 -0
  1277. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.d.ts.map +1 -0
  1278. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.js +84 -0
  1279. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.js.map +1 -0
  1280. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.d.ts +89 -0
  1281. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.d.ts.map +1 -0
  1282. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.js +125 -0
  1283. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.js.map +1 -0
  1284. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.d.ts +57 -0
  1285. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.d.ts.map +1 -0
  1286. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.js +84 -0
  1287. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.js.map +1 -0
  1288. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.d.ts +236 -0
  1289. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.d.ts.map +1 -0
  1290. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.js +314 -0
  1291. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.js.map +1 -0
  1292. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.d.ts +5 -0
  1293. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.d.ts.map +1 -0
  1294. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.js +15 -0
  1295. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.js.map +1 -0
  1296. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.d.ts +51 -0
  1297. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.d.ts.map +1 -0
  1298. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.js +76 -0
  1299. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.js.map +1 -0
  1300. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.d.ts +61 -0
  1301. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.d.ts.map +1 -0
  1302. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.js +89 -0
  1303. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.js.map +1 -0
  1304. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.d.ts +103 -0
  1305. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.d.ts.map +1 -0
  1306. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.js +143 -0
  1307. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.js.map +1 -0
  1308. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.d.ts +57 -0
  1309. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.d.ts.map +1 -0
  1310. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.js +84 -0
  1311. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.js.map +1 -0
  1312. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.d.ts +236 -0
  1313. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.d.ts.map +1 -0
  1314. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.js +314 -0
  1315. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.js.map +1 -0
  1316. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.d.ts +6 -0
  1317. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.d.ts.map +1 -0
  1318. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.js +17 -0
  1319. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.js.map +1 -0
  1320. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.d.ts +57 -0
  1321. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.d.ts.map +1 -0
  1322. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.js +84 -0
  1323. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.js.map +1 -0
  1324. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.d.ts +85 -0
  1325. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.d.ts.map +1 -0
  1326. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.js +120 -0
  1327. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.js.map +1 -0
  1328. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.d.ts +57 -0
  1329. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.d.ts.map +1 -0
  1330. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.js +84 -0
  1331. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.js.map +1 -0
  1332. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.d.ts +236 -0
  1333. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.d.ts.map +1 -0
  1334. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.js +314 -0
  1335. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.js.map +1 -0
  1336. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.d.ts +5 -0
  1337. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.d.ts.map +1 -0
  1338. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.js +15 -0
  1339. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.js.map +1 -0
  1340. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.d.ts +69 -0
  1341. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.d.ts.map +1 -0
  1342. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.js +99 -0
  1343. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.js.map +1 -0
  1344. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.d.ts +127 -0
  1345. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.d.ts.map +1 -0
  1346. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.js +174 -0
  1347. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.js.map +1 -0
  1348. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.d.ts +49 -0
  1349. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.d.ts.map +1 -0
  1350. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.js +74 -0
  1351. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.js.map +1 -0
  1352. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.d.ts +57 -0
  1353. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.d.ts.map +1 -0
  1354. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.js +84 -0
  1355. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.js.map +1 -0
  1356. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.d.ts +236 -0
  1357. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.d.ts.map +1 -0
  1358. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.js +314 -0
  1359. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.js.map +1 -0
  1360. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.d.ts +6 -0
  1361. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.d.ts.map +1 -0
  1362. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.js +17 -0
  1363. package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.js.map +1 -0
  1364. package/build/typechain-types/factories/@excubiae/contracts/contracts/index.d.ts +7 -0
  1365. package/build/typechain-types/factories/@excubiae/contracts/contracts/index.d.ts.map +1 -0
  1366. package/build/typechain-types/factories/@excubiae/contracts/contracts/index.js +46 -0
  1367. package/build/typechain-types/factories/@excubiae/contracts/contracts/index.js.map +1 -0
  1368. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.d.ts +26 -0
  1369. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.d.ts.map +1 -0
  1370. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.js +44 -0
  1371. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.js.map +1 -0
  1372. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.d.ts +96 -0
  1373. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.d.ts.map +1 -0
  1374. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.js +132 -0
  1375. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.js.map +1 -0
  1376. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.d.ts +28 -0
  1377. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.d.ts.map +1 -0
  1378. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.js +45 -0
  1379. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.js.map +1 -0
  1380. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.d.ts +18 -0
  1381. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.d.ts.map +1 -0
  1382. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.js +33 -0
  1383. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.js.map +1 -0
  1384. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.d.ts +62 -0
  1385. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.d.ts.map +1 -0
  1386. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.js +89 -0
  1387. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.js.map +1 -0
  1388. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.d.ts +6 -0
  1389. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.d.ts.map +1 -0
  1390. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.js +17 -0
  1391. package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.js.map +1 -0
  1392. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.d.ts +203 -0
  1393. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.d.ts.map +1 -0
  1394. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.js +270 -0
  1395. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.js.map +1 -0
  1396. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.d.ts +159 -0
  1397. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.d.ts.map +1 -0
  1398. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.js +214 -0
  1399. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.js.map +1 -0
  1400. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.d.ts +3 -0
  1401. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.d.ts.map +1 -0
  1402. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.js +11 -0
  1403. package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.js.map +1 -0
  1404. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.d.ts +38 -0
  1405. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.d.ts.map +1 -0
  1406. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.js +58 -0
  1407. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.js.map +1 -0
  1408. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.d.ts +28 -0
  1409. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.d.ts.map +1 -0
  1410. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.js +46 -0
  1411. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.js.map +1 -0
  1412. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.d.ts +3 -0
  1413. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.d.ts.map +1 -0
  1414. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.js +11 -0
  1415. package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.js.map +1 -0
  1416. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.d.ts +2 -0
  1417. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.d.ts.map +1 -0
  1418. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.js +41 -0
  1419. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.js.map +1 -0
  1420. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.d.ts +73 -0
  1421. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.d.ts.map +1 -0
  1422. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.js +104 -0
  1423. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.js.map +1 -0
  1424. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.d.ts +124 -0
  1425. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.d.ts.map +1 -0
  1426. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.js +171 -0
  1427. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.js.map +1 -0
  1428. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.d.ts +57 -0
  1429. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.d.ts.map +1 -0
  1430. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.js +85 -0
  1431. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.js.map +1 -0
  1432. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.d.ts +41 -0
  1433. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.d.ts.map +1 -0
  1434. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.js +64 -0
  1435. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.js.map +1 -0
  1436. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.d.ts +428 -0
  1437. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.d.ts.map +1 -0
  1438. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.js +570 -0
  1439. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.js.map +1 -0
  1440. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.d.ts +6 -0
  1441. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.d.ts.map +1 -0
  1442. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.js +17 -0
  1443. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.js.map +1 -0
  1444. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.d.ts +2 -0
  1445. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.d.ts.map +1 -0
  1446. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.js +41 -0
  1447. package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.js.map +1 -0
  1448. package/build/typechain-types/factories/@excubiae/contracts/index.d.ts +2 -0
  1449. package/build/typechain-types/factories/@excubiae/contracts/index.d.ts.map +1 -0
  1450. package/build/typechain-types/factories/@excubiae/contracts/index.js +41 -0
  1451. package/build/typechain-types/factories/@excubiae/contracts/index.js.map +1 -0
  1452. package/build/typechain-types/factories/@excubiae/index.d.ts +2 -0
  1453. package/build/typechain-types/factories/@excubiae/index.d.ts.map +1 -0
  1454. package/build/typechain-types/factories/@excubiae/index.js +41 -0
  1455. package/build/typechain-types/factories/@excubiae/index.js.map +1 -0
  1456. package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts +65 -0
  1457. package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts.map +1 -0
  1458. package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js +94 -0
  1459. package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js.map +1 -0
  1460. package/build/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts +2 -0
  1461. package/build/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts.map +1 -0
  1462. package/build/typechain-types/factories/@openzeppelin/contracts/access/index.js +9 -0
  1463. package/build/typechain-types/factories/@openzeppelin/contracts/access/index.js.map +1 -0
  1464. package/build/typechain-types/factories/@openzeppelin/contracts/governance/index.d.ts +2 -0
  1465. package/build/typechain-types/factories/@openzeppelin/contracts/governance/index.d.ts.map +1 -0
  1466. package/build/typechain-types/factories/@openzeppelin/contracts/governance/index.js +41 -0
  1467. package/build/typechain-types/factories/@openzeppelin/contracts/governance/index.js.map +1 -0
  1468. package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/IVotes__factory.d.ts +156 -0
  1469. package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/IVotes__factory.d.ts.map +1 -0
  1470. package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/IVotes__factory.js +213 -0
  1471. package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/IVotes__factory.js.map +1 -0
  1472. package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/index.d.ts +2 -0
  1473. package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/index.d.ts.map +1 -0
  1474. package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/index.js +9 -0
  1475. package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/index.js.map +1 -0
  1476. package/build/typechain-types/factories/@openzeppelin/contracts/index.d.ts +6 -0
  1477. package/build/typechain-types/factories/@openzeppelin/contracts/index.d.ts.map +1 -0
  1478. package/build/typechain-types/factories/@openzeppelin/contracts/index.js +45 -0
  1479. package/build/typechain-types/factories/@openzeppelin/contracts/index.js.map +1 -0
  1480. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.d.ts +84 -0
  1481. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.d.ts.map +1 -0
  1482. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.js +122 -0
  1483. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.js.map +1 -0
  1484. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.d.ts +72 -0
  1485. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.d.ts.map +1 -0
  1486. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.js +106 -0
  1487. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.js.map +1 -0
  1488. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.d.ts +84 -0
  1489. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.d.ts.map +1 -0
  1490. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.js +123 -0
  1491. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.js.map +1 -0
  1492. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +4 -0
  1493. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts.map +1 -0
  1494. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +13 -0
  1495. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js.map +1 -0
  1496. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +2 -0
  1497. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -0
  1498. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +41 -0
  1499. package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js.map +1 -0
  1500. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts +242 -0
  1501. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts.map +1 -0
  1502. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js +328 -0
  1503. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js.map +1 -0
  1504. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts +148 -0
  1505. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts.map +1 -0
  1506. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js +203 -0
  1507. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js.map +1 -0
  1508. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts +178 -0
  1509. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts.map +1 -0
  1510. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js +242 -0
  1511. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js.map +1 -0
  1512. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +2 -0
  1513. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts.map +1 -0
  1514. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js +9 -0
  1515. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js.map +1 -0
  1516. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +4 -0
  1517. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -0
  1518. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js +45 -0
  1519. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js.map +1 -0
  1520. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.d.ts +338 -0
  1521. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.d.ts.map +1 -0
  1522. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.js +453 -0
  1523. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.js.map +1 -0
  1524. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.d.ts +34 -0
  1525. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.d.ts.map +1 -0
  1526. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.js +54 -0
  1527. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.js.map +1 -0
  1528. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.d.ts +228 -0
  1529. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.d.ts.map +1 -0
  1530. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.js +305 -0
  1531. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.js.map +1 -0
  1532. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.d.ts +262 -0
  1533. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.d.ts.map +1 -0
  1534. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.js +350 -0
  1535. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.js.map +1 -0
  1536. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts +2 -0
  1537. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts.map +1 -0
  1538. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.js +9 -0
  1539. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.js.map +1 -0
  1540. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.d.ts +5 -0
  1541. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.d.ts.map +1 -0
  1542. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.js +47 -0
  1543. package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.js.map +1 -0
  1544. package/build/typechain-types/factories/@openzeppelin/contracts/token/index.d.ts +3 -0
  1545. package/build/typechain-types/factories/@openzeppelin/contracts/token/index.d.ts.map +1 -0
  1546. package/build/typechain-types/factories/@openzeppelin/contracts/token/index.js +42 -0
  1547. package/build/typechain-types/factories/@openzeppelin/contracts/token/index.js.map +1 -0
  1548. package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts +43 -0
  1549. package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts.map +1 -0
  1550. package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.js +66 -0
  1551. package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.js.map +1 -0
  1552. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.d.ts +27 -0
  1553. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.d.ts.map +1 -0
  1554. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.js +45 -0
  1555. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.js.map +1 -0
  1556. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.d.ts +2 -0
  1557. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.d.ts.map +1 -0
  1558. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.js +9 -0
  1559. package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.js.map +1 -0
  1560. package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts +5 -0
  1561. package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts.map +1 -0
  1562. package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.js +45 -0
  1563. package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.js.map +1 -0
  1564. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.d.ts +22 -0
  1565. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.d.ts.map +1 -0
  1566. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.js +39 -0
  1567. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.js.map +1 -0
  1568. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts +22 -0
  1569. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts.map +1 -0
  1570. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js +39 -0
  1571. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js.map +1 -0
  1572. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts +3 -0
  1573. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts.map +1 -0
  1574. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js +11 -0
  1575. package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js.map +1 -0
  1576. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts +63 -0
  1577. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts.map +1 -0
  1578. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js +94 -0
  1579. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js.map +1 -0
  1580. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.d.ts +2 -0
  1581. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.d.ts.map +1 -0
  1582. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.js +9 -0
  1583. package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.js.map +1 -0
  1584. package/build/typechain-types/factories/@openzeppelin/index.d.ts +2 -0
  1585. package/build/typechain-types/factories/@openzeppelin/index.d.ts.map +1 -0
  1586. package/build/typechain-types/factories/@openzeppelin/index.js +41 -0
  1587. package/build/typechain-types/factories/@openzeppelin/index.js.map +1 -0
  1588. package/build/typechain-types/factories/contracts/MACI__factory.d.ts +584 -0
  1589. package/build/typechain-types/factories/contracts/MACI__factory.d.ts.map +1 -0
  1590. package/build/typechain-types/factories/contracts/MACI__factory.js +770 -0
  1591. package/build/typechain-types/factories/contracts/MACI__factory.js.map +1 -0
  1592. package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.d.ts +93 -0
  1593. package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.d.ts.map +1 -0
  1594. package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.js +139 -0
  1595. package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.js.map +1 -0
  1596. package/build/typechain-types/factories/contracts/MessageProcessor__factory.d.ts +298 -0
  1597. package/build/typechain-types/factories/contracts/MessageProcessor__factory.d.ts.map +1 -0
  1598. package/build/typechain-types/factories/contracts/MessageProcessor__factory.js +412 -0
  1599. package/build/typechain-types/factories/contracts/MessageProcessor__factory.js.map +1 -0
  1600. package/build/typechain-types/factories/contracts/PollFactory__factory.d.ts +162 -0
  1601. package/build/typechain-types/factories/contracts/PollFactory__factory.d.ts.map +1 -0
  1602. package/build/typechain-types/factories/contracts/PollFactory__factory.js +232 -0
  1603. package/build/typechain-types/factories/contracts/PollFactory__factory.js.map +1 -0
  1604. package/build/typechain-types/factories/contracts/Poll__factory.d.ts +1011 -0
  1605. package/build/typechain-types/factories/contracts/Poll__factory.d.ts.map +1 -0
  1606. package/build/typechain-types/factories/contracts/Poll__factory.js +1342 -0
  1607. package/build/typechain-types/factories/contracts/Poll__factory.js.map +1 -0
  1608. package/build/typechain-types/factories/contracts/TallyFactory__factory.d.ts +94 -0
  1609. package/build/typechain-types/factories/contracts/TallyFactory__factory.d.ts.map +1 -0
  1610. package/build/typechain-types/factories/contracts/TallyFactory__factory.js +144 -0
  1611. package/build/typechain-types/factories/contracts/TallyFactory__factory.js.map +1 -0
  1612. package/build/typechain-types/factories/contracts/Tally__factory.d.ts +531 -0
  1613. package/build/typechain-types/factories/contracts/Tally__factory.d.ts.map +1 -0
  1614. package/build/typechain-types/factories/contracts/Tally__factory.js +713 -0
  1615. package/build/typechain-types/factories/contracts/Tally__factory.js.map +1 -0
  1616. package/build/typechain-types/factories/contracts/VkRegistry__factory.d.ts +1841 -0
  1617. package/build/typechain-types/factories/contracts/VkRegistry__factory.d.ts.map +1 -0
  1618. package/build/typechain-types/factories/contracts/VkRegistry__factory.js +2429 -0
  1619. package/build/typechain-types/factories/contracts/VkRegistry__factory.js.map +1 -0
  1620. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.d.ts +53 -0
  1621. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.d.ts.map +1 -0
  1622. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.js +79 -0
  1623. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.js.map +1 -0
  1624. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.d.ts +2 -0
  1625. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.d.ts.map +1 -0
  1626. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.js +9 -0
  1627. package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.js.map +1 -0
  1628. package/build/typechain-types/factories/contracts/crypto/Hasher__factory.d.ts +118 -0
  1629. package/build/typechain-types/factories/contracts/crypto/Hasher__factory.d.ts.map +1 -0
  1630. package/build/typechain-types/factories/contracts/crypto/Hasher__factory.js +180 -0
  1631. package/build/typechain-types/factories/contracts/crypto/Hasher__factory.js.map +1 -0
  1632. package/build/typechain-types/factories/contracts/crypto/Pairing__factory.d.ts +45 -0
  1633. package/build/typechain-types/factories/contracts/crypto/Pairing__factory.d.ts.map +1 -0
  1634. package/build/typechain-types/factories/contracts/crypto/Pairing__factory.js +68 -0
  1635. package/build/typechain-types/factories/contracts/crypto/Pairing__factory.js.map +1 -0
  1636. package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.d.ts +37 -0
  1637. package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.d.ts.map +1 -0
  1638. package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.js +59 -0
  1639. package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.js.map +1 -0
  1640. package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.d.ts +37 -0
  1641. package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.d.ts.map +1 -0
  1642. package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.js +59 -0
  1643. package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.js.map +1 -0
  1644. package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.d.ts +37 -0
  1645. package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.d.ts.map +1 -0
  1646. package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.js +59 -0
  1647. package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.js.map +1 -0
  1648. package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.d.ts +37 -0
  1649. package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.d.ts.map +1 -0
  1650. package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.js +59 -0
  1651. package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.js.map +1 -0
  1652. package/build/typechain-types/factories/contracts/crypto/Verifier__factory.d.ts +141 -0
  1653. package/build/typechain-types/factories/contracts/crypto/Verifier__factory.d.ts.map +1 -0
  1654. package/build/typechain-types/factories/contracts/crypto/Verifier__factory.js +194 -0
  1655. package/build/typechain-types/factories/contracts/crypto/Verifier__factory.js.map +1 -0
  1656. package/build/typechain-types/factories/contracts/crypto/index.d.ts +9 -0
  1657. package/build/typechain-types/factories/contracts/crypto/index.d.ts.map +1 -0
  1658. package/build/typechain-types/factories/contracts/crypto/index.js +55 -0
  1659. package/build/typechain-types/factories/contracts/crypto/index.js.map +1 -0
  1660. package/build/typechain-types/factories/contracts/index.d.ts +14 -0
  1661. package/build/typechain-types/factories/contracts/index.d.ts.map +1 -0
  1662. package/build/typechain-types/factories/contracts/index.js +61 -0
  1663. package/build/typechain-types/factories/contracts/index.js.map +1 -0
  1664. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.d.ts +61 -0
  1665. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.d.ts.map +1 -0
  1666. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.js +90 -0
  1667. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.js.map +1 -0
  1668. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.d.ts +71 -0
  1669. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.d.ts.map +1 -0
  1670. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.js +102 -0
  1671. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.js.map +1 -0
  1672. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory__factory.d.ts +69 -0
  1673. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory__factory.d.ts.map +1 -0
  1674. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory__factory.js +100 -0
  1675. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory__factory.js.map +1 -0
  1676. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy__factory.d.ts +101 -0
  1677. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy__factory.d.ts.map +1 -0
  1678. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy__factory.js +141 -0
  1679. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy__factory.js.map +1 -0
  1680. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.d.ts +5 -0
  1681. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.d.ts.map +1 -0
  1682. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.js +15 -0
  1683. package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.js.map +1 -0
  1684. package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.d.ts +26 -0
  1685. package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.d.ts.map +1 -0
  1686. package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.js +44 -0
  1687. package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.js.map +1 -0
  1688. package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.d.ts +197 -0
  1689. package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.d.ts.map +1 -0
  1690. package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.js +267 -0
  1691. package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.js.map +1 -0
  1692. package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory__factory.d.ts +34 -0
  1693. package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory__factory.d.ts.map +1 -0
  1694. package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory__factory.js +54 -0
  1695. package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory__factory.js.map +1 -0
  1696. package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/index.d.ts +2 -0
  1697. package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/index.d.ts.map +1 -0
  1698. package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/index.js +9 -0
  1699. package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/index.js.map +1 -0
  1700. package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.d.ts +50 -0
  1701. package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.d.ts.map +1 -0
  1702. package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.js +75 -0
  1703. package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.js.map +1 -0
  1704. package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.d.ts +106 -0
  1705. package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.d.ts.map +1 -0
  1706. package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.js +147 -0
  1707. package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.js.map +1 -0
  1708. package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.d.ts +289 -0
  1709. package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.d.ts.map +1 -0
  1710. package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.js +384 -0
  1711. package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.js.map +1 -0
  1712. package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.d.ts +51 -0
  1713. package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.d.ts.map +1 -0
  1714. package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.js +76 -0
  1715. package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.js.map +1 -0
  1716. package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.d.ts +38 -0
  1717. package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.d.ts.map +1 -0
  1718. package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.js +59 -0
  1719. package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.js.map +1 -0
  1720. package/build/typechain-types/factories/contracts/interfaces/ITally__factory.d.ts +72 -0
  1721. package/build/typechain-types/factories/contracts/interfaces/ITally__factory.d.ts.map +1 -0
  1722. package/build/typechain-types/factories/contracts/interfaces/ITally__factory.js +103 -0
  1723. package/build/typechain-types/factories/contracts/interfaces/ITally__factory.js.map +1 -0
  1724. package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.d.ts +96 -0
  1725. package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.d.ts.map +1 -0
  1726. package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.js +136 -0
  1727. package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.js.map +1 -0
  1728. package/build/typechain-types/factories/contracts/interfaces/IVkRegistry__factory.d.ts +352 -0
  1729. package/build/typechain-types/factories/contracts/interfaces/IVkRegistry__factory.d.ts.map +1 -0
  1730. package/build/typechain-types/factories/contracts/interfaces/IVkRegistry__factory.js +474 -0
  1731. package/build/typechain-types/factories/contracts/interfaces/IVkRegistry__factory.js.map +1 -0
  1732. package/build/typechain-types/factories/contracts/interfaces/index.d.ts +12 -0
  1733. package/build/typechain-types/factories/contracts/interfaces/index.d.ts.map +1 -0
  1734. package/build/typechain-types/factories/contracts/interfaces/index.js +61 -0
  1735. package/build/typechain-types/factories/contracts/interfaces/index.js.map +1 -0
  1736. package/build/typechain-types/factories/contracts/mocks/MockERC20Votes__factory.d.ts +307 -0
  1737. package/build/typechain-types/factories/contracts/mocks/MockERC20Votes__factory.d.ts.map +1 -0
  1738. package/build/typechain-types/factories/contracts/mocks/MockERC20Votes__factory.js +414 -0
  1739. package/build/typechain-types/factories/contracts/mocks/MockERC20Votes__factory.js.map +1 -0
  1740. package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.d.ts +269 -0
  1741. package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.d.ts.map +1 -0
  1742. package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.js +364 -0
  1743. package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.js.map +1 -0
  1744. package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.d.ts +100 -0
  1745. package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.d.ts.map +1 -0
  1746. package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.js +140 -0
  1747. package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.js.map +1 -0
  1748. package/build/typechain-types/factories/contracts/mocks/MockTally__factory.d.ts +103 -0
  1749. package/build/typechain-types/factories/contracts/mocks/MockTally__factory.d.ts.map +1 -0
  1750. package/build/typechain-types/factories/contracts/mocks/MockTally__factory.js +143 -0
  1751. package/build/typechain-types/factories/contracts/mocks/MockTally__factory.js.map +1 -0
  1752. package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.d.ts +111 -0
  1753. package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.d.ts.map +1 -0
  1754. package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.js +156 -0
  1755. package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.js.map +1 -0
  1756. package/build/typechain-types/factories/contracts/mocks/index.d.ts +6 -0
  1757. package/build/typechain-types/factories/contracts/mocks/index.d.ts.map +1 -0
  1758. package/build/typechain-types/factories/contracts/mocks/index.js +17 -0
  1759. package/build/typechain-types/factories/contracts/mocks/index.js.map +1 -0
  1760. package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.d.ts +33 -0
  1761. package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.d.ts.map +1 -0
  1762. package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.js +53 -0
  1763. package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.js.map +1 -0
  1764. package/build/typechain-types/factories/contracts/utilities/Utilities__factory.d.ts +232 -0
  1765. package/build/typechain-types/factories/contracts/utilities/Utilities__factory.d.ts.map +1 -0
  1766. package/build/typechain-types/factories/contracts/utilities/Utilities__factory.js +332 -0
  1767. package/build/typechain-types/factories/contracts/utilities/Utilities__factory.js.map +1 -0
  1768. package/build/typechain-types/factories/contracts/utilities/index.d.ts +3 -0
  1769. package/build/typechain-types/factories/contracts/utilities/index.d.ts.map +1 -0
  1770. package/build/typechain-types/factories/contracts/utilities/index.js +11 -0
  1771. package/build/typechain-types/factories/contracts/utilities/index.js.map +1 -0
  1772. package/build/typechain-types/factories/index.d.ts +5 -0
  1773. package/build/typechain-types/factories/index.d.ts.map +1 -0
  1774. package/build/typechain-types/factories/index.js +44 -0
  1775. package/build/typechain-types/factories/index.js.map +1 -0
  1776. package/build/typechain-types/factories/solady/index.d.ts +2 -0
  1777. package/build/typechain-types/factories/solady/index.d.ts.map +1 -0
  1778. package/build/typechain-types/factories/solady/index.js +41 -0
  1779. package/build/typechain-types/factories/solady/index.js.map +1 -0
  1780. package/build/typechain-types/factories/solady/src/index.d.ts +2 -0
  1781. package/build/typechain-types/factories/solady/src/index.d.ts.map +1 -0
  1782. package/build/typechain-types/factories/solady/src/index.js +41 -0
  1783. package/build/typechain-types/factories/solady/src/index.js.map +1 -0
  1784. package/build/typechain-types/factories/solady/src/utils/LibClone__factory.d.ts +35 -0
  1785. package/build/typechain-types/factories/solady/src/utils/LibClone__factory.d.ts.map +1 -0
  1786. package/build/typechain-types/factories/solady/src/utils/LibClone__factory.js +55 -0
  1787. package/build/typechain-types/factories/solady/src/utils/LibClone__factory.js.map +1 -0
  1788. package/build/typechain-types/factories/solady/src/utils/index.d.ts +2 -0
  1789. package/build/typechain-types/factories/solady/src/utils/index.d.ts.map +1 -0
  1790. package/build/typechain-types/factories/solady/src/utils/index.js +9 -0
  1791. package/build/typechain-types/factories/solady/src/utils/index.js.map +1 -0
  1792. package/build/typechain-types/index.d.ts +250 -0
  1793. package/build/typechain-types/index.d.ts.map +1 -0
  1794. package/build/typechain-types/index.js +280 -0
  1795. package/build/typechain-types/index.js.map +1 -0
  1796. package/build/typechain-types/solady/index.d.ts +3 -0
  1797. package/build/typechain-types/solady/index.d.ts.map +1 -0
  1798. package/build/typechain-types/solady/index.js +3 -0
  1799. package/build/typechain-types/solady/index.js.map +1 -0
  1800. package/build/typechain-types/solady/src/index.d.ts +3 -0
  1801. package/build/typechain-types/solady/src/index.d.ts.map +1 -0
  1802. package/build/typechain-types/solady/src/index.js +3 -0
  1803. package/build/typechain-types/solady/src/index.js.map +1 -0
  1804. package/build/typechain-types/solady/src/utils/LibClone.d.ts +21 -0
  1805. package/build/typechain-types/solady/src/utils/LibClone.d.ts.map +1 -0
  1806. package/build/typechain-types/solady/src/utils/LibClone.js +3 -0
  1807. package/build/typechain-types/solady/src/utils/LibClone.js.map +1 -0
  1808. package/build/typechain-types/solady/src/utils/index.d.ts +2 -0
  1809. package/build/typechain-types/solady/src/utils/index.d.ts.map +1 -0
  1810. package/build/typechain-types/solady/src/utils/index.js +3 -0
  1811. package/build/typechain-types/solady/src/utils/index.js.map +1 -0
  1812. package/contracts/.solhint.json +19 -0
  1813. package/contracts/MACI.sol +220 -0
  1814. package/contracts/MessageProcessor.sol +188 -0
  1815. package/contracts/MessageProcessorFactory.sol +32 -0
  1816. package/contracts/Poll.sol +533 -0
  1817. package/contracts/PollFactory.sol +38 -0
  1818. package/contracts/Tally.sol +445 -0
  1819. package/contracts/TallyFactory.sol +32 -0
  1820. package/contracts/VkRegistry.sol +395 -0
  1821. package/contracts/crypto/BabyJubJub.sol +138 -0
  1822. package/contracts/crypto/Hasher.sol +58 -0
  1823. package/contracts/crypto/Pairing.sol +164 -0
  1824. package/contracts/crypto/PoseidonT3.sol +8 -0
  1825. package/contracts/crypto/PoseidonT4.sol +8 -0
  1826. package/contracts/crypto/PoseidonT5.sol +8 -0
  1827. package/contracts/crypto/PoseidonT6.sol +8 -0
  1828. package/contracts/crypto/SnarkCommon.sol +17 -0
  1829. package/contracts/crypto/SnarkConstants.sol +26 -0
  1830. package/contracts/crypto/Verifier.sol +93 -0
  1831. package/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.sol +30 -0
  1832. package/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.sol +24 -0
  1833. package/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy.sol +37 -0
  1834. package/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory.sol +26 -0
  1835. package/contracts/interfaces/IInitialVoiceCreditProxy.sol +11 -0
  1836. package/contracts/interfaces/IMACI.sol +83 -0
  1837. package/contracts/interfaces/IMPFactory.sol +21 -0
  1838. package/contracts/interfaces/IMessageProcessor.sol +26 -0
  1839. package/contracts/interfaces/IPoll.sol +125 -0
  1840. package/contracts/interfaces/IPollFactory.sol +38 -0
  1841. package/contracts/interfaces/ISemaphore.sol +20 -0
  1842. package/contracts/interfaces/ITally.sol +61 -0
  1843. package/contracts/interfaces/ITallyFactory.sol +23 -0
  1844. package/contracts/interfaces/IVerifier.sol +22 -0
  1845. package/contracts/interfaces/IVkRegistry.sol +68 -0
  1846. package/contracts/mocks/MockERC20.sol +12 -0
  1847. package/contracts/mocks/MockERC20Votes.sol +27 -0
  1848. package/contracts/mocks/MockSemaphore.sol +29 -0
  1849. package/contracts/mocks/MockTally.sol +37 -0
  1850. package/contracts/mocks/MockVerifier.sol +16 -0
  1851. package/contracts/mocks/Mocker.sol +38 -0
  1852. package/contracts/trees/LazyIMT.sol +228 -0
  1853. package/contracts/trees/LeanIMT.sol +348 -0
  1854. package/contracts/utilities/DomainObjs.sol +39 -0
  1855. package/contracts/utilities/Params.sol +34 -0
  1856. package/contracts/utilities/Utilities.sol +75 -0
  1857. package/package.json +212 -0
@@ -0,0 +1,1011 @@
1
+ import { ContractFactory, ContractTransactionResponse } from "ethers";
2
+ import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers";
3
+ import type { NonPayableOverrides } from "../../common";
4
+ import type { Poll, PollInterface } from "../../contracts/Poll";
5
+ type PollConstructorParams = [linkLibraryAddresses: PollLibraryAddresses, signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
6
+ export declare class Poll__factory extends ContractFactory {
7
+ constructor(...args: PollConstructorParams);
8
+ static linkBytecode(linkLibraryAddresses: PollLibraryAddresses): string;
9
+ getDeployTransaction(overrides?: NonPayableOverrides & {
10
+ from?: string;
11
+ }): Promise<ContractDeployTransaction>;
12
+ deploy(overrides?: NonPayableOverrides & {
13
+ from?: string;
14
+ }): Promise<Poll & {
15
+ deploymentTransaction(): ContractTransactionResponse;
16
+ }>;
17
+ connect(runner: ContractRunner | null): Poll__factory;
18
+ static readonly bytecode = "0x6080604052348015600f57600080fd5b50613c948061001f6000396000f3fe608060405234801561001057600080fd5b50600436106103275760003560e01c80637028bb0e116101b8578063ad731cad11610104578063d2b5751d116100a2578063e33b13a01161007c578063e33b13a01461073d578063edbfe83f1461074a578063ef9a5f0a1461076c578063fba630f21461077f57600080fd5b8063d2b5751d14610718578063d986652714610721578063df82635a1461073457600080fd5b8063bea140b3116100de578063bea140b3146106e0578063c17268d9146106f3578063c24a0f8b146106fc578063c4e959581461070557600080fd5b8063ad731cad14610642578063b41a4b1914610665578063bc14ee2b1461067a57600080fd5b80638aa0ba9211610171578063925526671161014b57806392552667146105d05780639cfced97146105d8578063a4de2f5c146105eb578063ac98e5df146105fe57600080fd5b80638aa0ba92146105995780638b6e7463146105a25780638c2c887c146105bd57600080fd5b80637028bb0e1461053e578063719b9bd81461054b5780637739919514610558578063793c56321461056b5780638129fc1c1461057e5780638a2a3dfb1461058657600080fd5b80633dfb88b2116102775780635bb939951161023057806362a361bb1161020a57806362a361bb146104ff578063683f3dc3146105125780636d582d341461052c5780636f13ab001461053557600080fd5b80635bb93995146104d05780635d5909dd146104e3578063623f54ac146104ec57600080fd5b80633dfb88b21461044a57806341495d1c1461045d57806349716ebf146104665780634f367f0f1461048f5780635300f8411461049a57806358bfc379146104bd57600080fd5b806314417e8c116102e457806331e766a5116102be57806331e766a514610403578063340a01c11461041157806337a90cae146104245780633b2ab96f1461043757600080fd5b806314417e8c146103ce578063158ef93e146103e357806327bea0da146103f057600080fd5b806309feaf2a1461032c5780630b97bc86146103365780630c4eb5c2146103525780630d4e6e6a1461038c5780630e1b48ea146103a95780630f4cf692146103c5575b600080fd5b610334610788565b005b61033f60065481565b6040519081526020015b60405180910390f35b60195461036e9064ffffffffff80821691600160281b90041682565b6040805164ffffffffff938416815292909116602083015201610349565b6018546103999060ff1681565b6040519015158152602001610349565b6006546007545b60408051928352602083019190915201610349565b61033f600b5481565b6103d661089a565b6040516103499190612a55565b6000546103999060ff1681565b6103346103fe366004612a80565b6108f2565b6002546003546103b0919082565b61033461041f366004612abf565b6109d9565b610399610432366004612c41565b610aef565b610399610445366004612c8a565b610c00565b61033f610458366004612caf565b610d0d565b61033f600e5481565b610479610474366004612d17565b610d8e565b60405164ffffffffff9091168152602001610349565b600c54600b546103b0565b6103996104a8366004612d48565b601c6020526000908152604090205460ff1681565b61033f6104cb366004612d88565b610e03565b61033f6104de366004612e22565b610e8b565b61033f600c5481565b6103346104fa366004612e8f565b610eb0565b61033f61050d366004612f30565b610f25565b61051a600a81565b60405160ff9091168152602001610349565b61033f60085481565b61033f601e5481565b600d5461051a9060ff1681565b60105461051a9060ff1681565b61033f610566366004612d17565b610f5f565b61033f610579366004612fa4565b610f80565b610334610fb3565b61033f610594366004613070565b610fbd565b61033f60045481565b6011546040516001600160a01b039091168152602001610349565b61033f6105cb366004612d17565b611082565b610334611092565b61033f6105e636600461309e565b61111c565b61033f6105f9366004612d17565b611156565b600f5461061e9060ff808216916101008104821691620100009091041683565b6040805160ff94851681529284166020840152921691810191909152606001610349565b610399610650366004612d17565b601d6020526000908152604090205460ff1681565b61066d611166565b6040516103499190613131565b6011546012546013546014546015546106a6946001600160a01b03908116948116938116928116911685565b604080516001600160a01b03968716815294861660208601529285169284019290925283166060830152909116608082015260a001610349565b61033f6106ee366004613144565b611175565b61033f600a5481565b61033f60075481565b6103d6610713366004612d17565b6111af565b61033f60175481565b6103d661072f366004613187565b611213565b61033f60015481565b6009546103999060ff1681565b61075d610758366004612f30565b611352565b604051610349939291906131e9565b61033461077a366004613285565b6113fa565b61033f60055481565b6007544210156107ab57604051630931513d60e11b815260040160405180910390fd5b60095460ff16156107cf5760405163b703d3c960e01b815260040160405180910390fd5b6009805460ff1916600117905560006107e860196116c6565b600581905590506107f7612988565b81815260085460208201526000604082015261081281611175565b600a55601954600160281b900464ffffffffff16600c81905560015b818160ff166001901b64ffffffffff161015610856578061084e81613354565b91505061082e565b600d805460ff191660ff8316179055600c546005546040517f4e3ffd35899168b0b0f09b3a93419888fad4d7602c81fb08fe67506d1e2b42d490600090a350505050565b606060168054806020026020016040519081016040528092919081815260200182805480156108e857602002820191906000526020600020905b8154815260200190600101908083116108d4575b5050505050905090565b6007544211156109155760405163148fb9a960e31b815260040160405180910390fd5b600654421015610938576040516304add5b960e31b815260040160405180910390fd5b61094781356020830135611716565b610964576040516379fae7af60e01b815260040160405180910390fd5b600b80546001019055600061099061098136859003850185613373565b61059436859003850185613390565b905061099b816117c0565b7f4be9ef9ae736055964ead1cf3c83a19c8b662b5df2bd4414776bb64d81f75d1583836040516109cc9291906133ac565b60405180910390a1505050565b6007544211156109fc5760405163148fb9a960e31b815260040160405180910390fd5b600654421015610a1f576040516304add5b960e31b815260040160405180910390fd5b336000908152601c602052604090205460ff16610a4f5760405163c64891a560e01b815260040160405180910390fd5b600b8054830190558160005b81811015610a8c57610a84858583818110610a7857610a78613328565b905060200201356117c0565b600101610a5b565b50601b805460018101825560009182527f3ad8aa4f87544323a9d1e5dd902f40c356527a7955687113db5f9a85ad579dc10183905560405183917f91b942fa69ed48e396db89fe27f88192d8ca138308a57a2bb49c5824f8d54cab91a250505050565b601354600f54604051635585214160e01b81526201000090910460ff16600482015260009182916001600160a01b0390911690635585214190602401600060405180830381865afa158015610b48573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610b709190810190613489565b90506000610b7f878787611213565b60125460405163352a4d1560e01b81529192506001600160a01b03169063352a4d1590610bb4908790869086906004016135f5565b602060405180830381865afa158015610bd1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bf591906136f6565b979650505050505050565b601354600f546040516369d960d160e11b81526201000090910460ff16600482015260009182916001600160a01b039091169063d3b2c1a290602401600060405180830381865afa158015610c59573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610c819190810190613489565b90506000610c8e856111af565b60125460405163352a4d1560e01b81529192506001600160a01b03169063352a4d1590610cc3908790869086906004016135f5565b602060405180830381865afa158015610ce0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d0491906136f6565b95945050505050565b60405163248f667760e01b815260009073__$ce9c2c925f157047e54fa833ec4e61409f$__9063248f667790610d47908590600401613718565b602060405180830381865af4158015610d64573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d889190613749565b92915050565b60195460009064ffffffffff16815b8164ffffffffff168164ffffffffff1611610de95764ffffffffff81166000908152601a6020526040902054849003610dd7579392505050565b80610de181613762565b915050610d9d565b50604051631bfab01360e31b815260040160405180910390fd5b6000600080516020613c3f833981519152600283604051602001610e279190613780565b60408051601f1981840301815290829052610e41916137ab565b602060405180830381855afa158015610e5e573d6000803e3d6000fd5b5050506040513d601f19601f82011682018060405250810190610e819190613749565b610d8891906137dd565b6000610e956129a6565b83815260208101839052610ea881610f25565b949350505050565b828114610ed05760405163ca3487f760e01b815260040160405180910390fd5b8260005b81811015610f1d57610f15868683818110610ef157610ef1613328565b90506101400201858584818110610f0a57610f0a613328565b9050604002016108f2565b600101610ed4565b505050505050565b6040516314d2f97b60e11b815260009073__$6574937f64fc1d7710ec0e28b7a36713bb$__906329a5f2f690610d479085906004016137ff565b601f8181548110610f6f57600080fd5b600091825260209091200154905081565b6000610f8a612988565b82515181528251602090810151818301528301516040820152610fac81611175565b9392505050565b610fbb61186a565b565b6000610fc76129c4565b83515181528351602090810151908201528351604090810151908201528351606090810151908201528351608090810151908201526110046129c4565b845160a001518152845160c001516020820152845160e00151604080830191909152855161010001516060830152855161012001516080808401919091528151908101909152610d0490806110588561111c565b81526020016110668461111c565b8152602001866000015181526020018660200151815250610d0d565b60168181548110610f6f57600080fd5b6007544210156110b557604051630931513d60e11b815260040160405180910390fd5b60185460ff16610fbb576018805460ff19166001179055601054600b546110df9160ff16906137dd565b15610fbb57601754601680546001810182556000919091527fd833147d7dc355ba459fc788f669e58cfaf9dc25ddcd0702e87d69c7b51242890155565b604051630926f44b60e31b815260009073__$20527677031d76601747626a9845039fe4$__90634937a25890610d47908590600401613827565b601b8181548110610f6f57600080fd5b6060611170611c13565b905090565b6040516304b98e1d60e31b815260009073__$dc01a9744591ab014bc46a3b7671cdaefb$__906325cc70e890610d4790859060040161384f565b60408051600180825281830190925260609160208083019080368337019050509050601f82815481106111e4576111e4613328565b90600052602060002001548160008151811061120257611202613328565b602002602001018181525050919050565b60408051600580825260c082019092526060916020820160a08036833701905050905081600001358160008151811061124e5761124e613328565b60200260200101818152505081602001358160018151811061127257611272613328565b602002602001018181525050838160028151811061129257611292613328565b602090810291909101015260115460405163060881ed60e51b8152600481018590526001600160a01b039091169063c1103da090602401602060405180830381865afa1580156112e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061130a9190613749565b8160038151811061131d5761131d613328565b602002602001018181525050601e548160048151811061133f5761133f613328565b6020026020010181815250509392505050565b61135a6129e2565b604080518082019091526000808252602082015260006113786129fa565b84518152602080860151828201526040805180820182527f171e826ad4a870fd925e0bf0e87884e70e080879c2205ef10114f28a3b6f6dd781527f2bd407d897fbbca9f88adfd2d15252e69de8c1564eb4d3d27162e259172f1a1d81840152815192830190915282825290945092506113f18484610fbd565b93959294505050565b60075442111561141d5760405163148fb9a960e31b815260040160405180910390fd5b600154601954600160281b900464ffffffffff161061144f5760405163b984588b60e01b815260040160405180910390fd5b6000868152601d602052604090205460ff161561147f5760405163f45d43bf60e01b815260040160405180910390fd5b6000868152601d602052604090819020805460ff1916600117905580516101008181019092526114ce918891879189919088906008908390839080828437600092019190915250610aef915050565b6114eb576040516375fc7f6f60e01b815260040160405180910390fd5b601454604051631e898ef160e01b81526001600160a01b0390911690631e898ef19061151d9033908690600401613877565b600060405180830381600087803b15801561153757600080fd5b505af115801561154b573d6000803e3d6000fd5b505060155460405163b36543a960e01b8152600093506001600160a01b03909116915063b36543a9906115849033908690600401613877565b602060405180830381865afa1580156115a1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115c59190613749565b905060006115f56040518060400160405280898036038101906115e89190613390565b8152602001849052610f80565b90506000611604601983611c1e565b601f80546001808201835560009283527fa03837a25210ee280c2113ff4b77ca23440b19d4866cca721c801278fd08d807909101839055601954929350909161165b9190600160281b900464ffffffffff1661389b565b64ffffffffff169050886020013589600001357f0a572bcefffe7bd7ad8229e43033a1e9b6dbf856b924b9474102c7fe5a7434f4868d856040516116b2939291909283526020830191909152604082015260600190565b60405180910390a350505050505050505050565b8054600090600160281b900464ffffffffff1660015b8164ffffffffff168160ff166001901b64ffffffffff16101561170b578061170381613354565b9150506116dc565b610ea8848383611d73565b600080600080516020613c3f83398151915284850990506000600080516020613c3f83398151915284850990506000600080516020613c3f83398151915282600080516020613c3f83398151915285620292fc090890506000600080516020613c3f8339815191528084600080516020613c3f83398151915287620292f8090960010890506117b48282600080516020613c3f833981519152611e3f565b15979650505050505050565b60006117e16040518060400160405280601754815260200184815250610f25565b601054600b549192506117f99160ff909116906137dd565b60000361183657601680546001810182556000919091527fd833147d7dc355ba459fc788f669e58cfaf9dc25ddcd0702e87d69c7b5124289018190555b601781905560405181907fca4eaea204af24b5e48747f98f903698aaf6e7ab2014f1f1209411467a90b62190600090a25050565b611872611e7a565b600061187c611c13565b90506000806000806000806000806000808a8060200190518101906118a191906139ba565b99509950995099509950995099509950995099506118c786600001518760200151611716565b6118e4576040516379fae7af60e01b815260040160405180910390fd5b85516002819055602087015160038190556118ff9190610e8b565b6004558451601180546001600160a01b03199081166001600160a01b039384161790915560208088015160128054841691851691909117905560408801516013805484169185169190911790556060880151601480548416918516919091179055608088015160158054909316931692909217905560068b905560078a905588015161198c906005613ba0565b8111156119ac576040516327c1eb1760e11b815260040160405180910390fd5b600e8190556010805460ff808a1660ff19909216919091179091558851600f805460208c015160408d0151851662010000810262ff0000199287166101000261ffff1990941695909616949094179190911716929092179091556008859055601e849055611a1b906002613baf565b60015560005b8251811015611a7c576001601c6000858481518110611a4257611a42613328565b6020908102919091018101516001600160a01b03168252810191909152604001600020805460ff1916911515919091179055600101611a21565b50600b80546001019055611a8e6129a6565b7f12817f4161f2f5ded33f26c55735a77e80e4f8975483c8c2704745128417f71181526000602082018190528080611ac584611352565b7f12817f4161f2f5ded33f26c55735a77e80e4f8975483c8c2704745128417f7116017819055601680546001810182556000919091527fd833147d7dc355ba459fc788f669e58cfaf9dc25ddcd0702e87d69c7b5124289015591945092509050611b2e816117c0565b600f54611b469060199062010000900460ff16611eac565b611b7160197f19ce4238de2f70198652072a6fc1d13e88dbb8338091878c892cfffd95b3b870611c1e565b50601f80546001810182556000919091527f19ce4238de2f70198652072a6fc1d13e88dbb8338091878c892cfffd95b3b8707fa03837a25210ee280c2113ff4b77ca23440b19d4866cca721c801278fd08d807909101556040517f4be9ef9ae736055964ead1cf3c83a19c8b662b5df2bd4414776bb64d81f75d1590611bfa9085908590613bbb565b60405180910390a1505050505050505050505050505050565b606061117030611f02565b8154600090600160281b900464ffffffffff16611c3c816001613be2565b845464ffffffffff91909116600160281b0269ffffffffff0000000000199091161784558260005b81866001016000611c758487611f31565b64ffffffffff1681526020810191909152604001600020556001831615611d6a576000611cac82611ca760018761389b565b611f31565b60408051808201825264ffffffffff8316600090815260018b01602090815290839020548252810186905290516314d2f97b60e11b815291925073__$6574937f64fc1d7710ec0e28b7a36713bb$__916329a5f2f691611d0e916004016137ff565b602060405180830381865af4158015611d2b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d4f9190613749565b647fffffffff600195861c1694909350919091019050611c64565b50949350505050565b600060208260ff161115611d9a57604051633e104c7760e01b815260040160405180910390fd5b8264ffffffffff16600003611db957611db282611f56565b9050610fac565b6000611dc6836001613bff565b60ff166001600160401b03811115611de057611de0612b39565b604051908082528060200260200182016040528015611e09578160200160208202803683370190505b509050611e18858585846125e3565b808360ff1681518110611e2d57611e2d613328565b60200260200101519150509392505050565b600083838111611e5657611e538382613c18565b90505b8280611e6457611e646137c7565b6000611e708684613c2b565b0895945050505050565b60005460ff1615611e9d5760405162dc149f60e41b815260040160405180910390fd5b6000805460ff19166001179055565b60208160ff161115611ed157604051633e104c7760e01b815260040160405180910390fd5b611ee2600160ff831681901b613c2b565b825469ffffffffffffffffffff191664ffffffffff919091161790915550565b60405164ffffffffff602c19833b0116808252602090810190602d908301843c60408101815101604052919050565b600081611f4c60ff851664ff00000000602087901b1661389b565b610fac9190613be2565b60008160ff16600003611f8a57507f19ce4238de2f70198652072a6fc1d13e88dbb8338091878c892cfffd95b3b870919050565b8160ff16600103611fbc57507f2abd53d5b7c689279518d76ee2a062156c4dfc1f91b3a41120822915ccebbbdf919050565b8160ff16600203611fee57507f28f1a6f8e2afd3b4bdb2354b1878c03fbc0689f59f2506ec9c1a07f3ae43eb8e919050565b8160ff1660030361202057507f1475250f14274b35bf6f3f21fb0b92c7429da64a16f9e14a76b42e13278671e3919050565b8160ff1660040361205257507f16205c1b6fef76c5f3ebeeb65fb9d03870de9406b4553c230a0967e54c778236919050565b8160ff1660050361208457507f21c60230ea583db469b0241e9b4b1fed912978ea94e8fd7943d70d66f054c850919050565b8160ff166006036120b657507f03ad6f31eab2ec748fda41d3934b66023e024d9703d2f3c6edc5f4ba4d48e7be919050565b8160ff166007036120e857507f0befe58467be4b6c5b9d65fc0a6596ef02d82806db3e979d40dc5654ac1ee5a8919050565b8160ff1660080361211a57507f0ac219d437658ac8605b019fac8a60408566d3751a21ef1564483cc27dd5de5f919050565b8160ff1660090361214c57507f2f8fe9193176b84b71478e9502f8f48eaccace275b8b3a8c1aaf4168b4334185919050565b8160ff16600a0361217e57507f0f102297a5668325e6e6bfa55eac199040d547a95105e09d9d10ad2b504f9f49919050565b8160ff16600b036121b057507f0977a346af59d90dabe49ae89dff6ec78805eb6e5e69d6a3eeb257c44f1c1c64919050565b8160ff16600c036121e257507f09e43fcca6bc56c2bd13cd9a21ca1e0174ffb0c689cf19690e0db346bd0cd16c919050565b8160ff16600d0361221457507f240b746d9368ffb3a702caea6e6274c0b0eb6e065d32931b2239c5f6b88309e4919050565b8160ff16600e0361224657507f1a2a4e74d4eb4ac3332c0811a016fa102349fcbdb3d2d89da33eb2a12306bf57919050565b8160ff16600f0361227857507f3017a0b7fe96c1a157a01c501a48127d35889650ce434965971fb82de767dc97919050565b8160ff166010036122aa57507f0cff1baadb1ac05e3c62f13bb21856a2b9f06bf00e998c4c5d7826988e257e2f919050565b8160ff166011036122dc57507f0b15eb49f1565e5f998871ebde73f384e9c5a87f663e7566425baf2c6d493e04919050565b8160ff1660120361230e57507f2ab1fa8163d01750eb2f04d9236f8266eaec1e812e96a8c43e1d1037e20e1618919050565b8160ff1660130361234057507f21fa81f21f63799353b8c8d03eee49725aa679e4492dc79a003d09f86ef71de6919050565b8160ff1660140361237257507f0b2254e23cc7bdf6f8b12359de6fee38385dc134ece68124713f7486308c23b6919050565b8160ff166015036123a457507f1d880478ac15630d219747d000bd7d9a309e1f242115fc7fb87ab2c67f2dc6b9919050565b8160ff166016036123d657507f1713f9c548555e72906dc7a0f5d2860820e19244839c8bdd96d13ef08f96a19e919050565b8160ff1660170361240857507f10071050836b9ebb6f892aff50bda0ada97feb480a8b9d01d8d17d21a3a198aa919050565b8160ff1660180361243a57507f081524bb945f526d53b708d73e8ececbcbefddad50ab56028468b9246d8106f7919050565b8160ff1660190361246c57507f12d2875eae7bbe7764577d1ce6396912577f3a7c8b4f36f2cddc67001c58cd9c919050565b8160ff16601a0361249e57507f2c6b18c2416056c5acf1306bafff0557daa33ade81234d73899d861e1d135339919050565b8160ff16601b036124d057507f17dd14d86e5504bca0683737f412067958998653d54bc5f0ea68e5fa4374801e919050565b8160ff16601c0361250257507f243604d67ae0ccc5878ac99dbb78c54730bcfd3f96e6fb79fb949882deebd664919050565b8160ff16601d0361253457507f070343da8389cdfc1eea58b29b644c56549c4bc85edb64144cb6b1ea5a260b1d919050565b8160ff16601e0361256657507f098b5f814b673b715260df256d19b89831007fabb70a272b049122d729418de6919050565b8160ff16601f0361259857507f1830698c9c78f79b1c942fa9616a94d62fe0bee717cb6e48abca720b273bdcd0919050565b8160ff166020036125ca57507f1134fee1d5551a91e22a67de9d9f00574cbaa2003a4bcb16f2fe9283c49ab377919050565b6040516310a2ea0560e21b815260040160405180910390fd5b60208260ff16111561260857604051633e104c7760e01b815260040160405180910390fd5b8264ffffffffff166000036126305760405163bb5e95dd60e01b815260040160405180910390fd5b600061263d60018561389b565b9050600181166000036126955784600101600061265b600084611f31565b64ffffffffff168152602001908152602001600020548260008151811061268457612684613328565b6020026020010181815250506126bf565b61269f6000611f56565b826000815181106126b2576126b2613328565b6020026020010181815250505b60005b8360ff168160ff161015610f1d57600182166000036127bb5773__$6574937f64fc1d7710ec0e28b7a36713bb$__6329a5f2f66040518060400160405280868560ff168151811061271557612715613328565b6020026020010151815260200161272b85611f56565b8152506040518263ffffffff1660e01b815260040161274a91906137ff565b602060405180830381865af4158015612767573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061278b9190613749565b83612797836001613bff565b60ff16815181106127aa576127aa613328565b602002602001018181525050612975565b60006127c8826001613bff565b60ff168664ffffffffff16901c64ffffffffff16905060018364ffffffffff16901c64ffffffffff1681111561286d5760008760010160006128218560016128109190613bff565b60018864ffffffffff16901c611f31565b64ffffffffff16815260200190815260200160002054905080858460016128489190613bff565b60ff168151811061285b5761285b613328565b60200260200101818152505050612973565b600087600101600061288685600188611ca7919061389b565b64ffffffffff16815260200190815260200160002054905073__$6574937f64fc1d7710ec0e28b7a36713bb$__6329a5f2f66040518060400160405280848152602001888760ff16815181106128de576128de613328565b60200260200101518152506040518263ffffffff1660e01b815260040161290591906137ff565b602060405180830381865af4158015612922573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906129469190613749565b85612952856001613bff565b60ff168151811061296557612965613328565b602002602001018181525050505b505b647fffffffff600192831c1691016126c2565b60405180606001604052806003906020820280368337509192915050565b60405180604001604052806002906020820280368337509192915050565b6040518060a001604052806005906020820280368337509192915050565b60405180602001604052806129f56129fa565b905290565b604051806101400160405280600a906020820280368337509192915050565b600081518084526020840193506020830160005b82811015612a4b578151865260209586019590910190600101612a2d565b5093949350505050565b602081526000610fac6020830184612a19565b600060408284031215612a7a57600080fd5b50919050565b600080828403610180811215612a9557600080fd5b610140811215612aa457600080fd5b50829150612ab6846101408501612a68565b90509250929050565b600080600060408486031215612ad457600080fd5b83356001600160401b03811115612aea57600080fd5b8401601f81018613612afb57600080fd5b80356001600160401b03811115612b1157600080fd5b8660208260051b8401011115612b2657600080fd5b6020918201979096509401359392505050565b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b0381118282101715612b7157612b71612b39565b60405290565b60405160a081016001600160401b0381118282101715612b7157612b71612b39565b604051606081016001600160401b0381118282101715612b7157612b71612b39565b604051601f8201601f191681016001600160401b0381118282101715612be357612be3612b39565b604052919050565b600082601f830112612bfc57600080fd5b6000610100612c0a81612bbb565b915083018185821115612c1c57600080fd5b845b82811015612c36578035825260209182019101612c1e565b509195945050505050565b6000806000806101808587031215612c5857600080fd5b8435935060208501359250612c708660408701612a68565b9150612c7f8660808701612beb565b905092959194509250565b6000806101208385031215612c9e57600080fd5b82359150612ab68460208501612beb565b600060808284031215612cc157600080fd5b600083601f840112612cd1578081fd5b80612cdc6080612bbb565b90508091506080840185811115612cf257600080fd5b845b81811015612d0c578035845260209384019301612cf4565b509095945050505050565b600060208284031215612d2957600080fd5b5035919050565b6001600160a01b0381168114612d4557600080fd5b50565b600060208284031215612d5a57600080fd5b8135610fac81612d30565b60006001600160401b03821115612d7e57612d7e612b39565b5060051b60200190565b600060208284031215612d9a57600080fd5b81356001600160401b03811115612db057600080fd5b8201601f81018413612dc157600080fd5b8035612dd4612dcf82612d65565b612bbb565b8082825260208201915060208360051b850101925086831115612df657600080fd5b6020840193505b82841015612e18578335825260209384019390910190612dfd565b9695505050505050565b60008060408385031215612e3557600080fd5b50508035926020909101359150565b60008083601f840112612e5657600080fd5b5081356001600160401b03811115612e6d57600080fd5b6020830191508360208260061b8501011115612e8857600080fd5b9250929050565b60008060008060408587031215612ea557600080fd5b84356001600160401b03811115612ebb57600080fd5b8501601f81018713612ecc57600080fd5b80356001600160401b03811115612ee257600080fd5b87602061014083028401011115612ef857600080fd5b6020918201955093508501356001600160401b03811115612f1857600080fd5b612f2487828801612e44565b95989497509550505050565b600060408284031215612f4257600080fd5b600083601f840112612f52578081fd5b80612f5d6040612bbb565b90508091506040840185811115612cf257600080fd5b600060408284031215612f8557600080fd5b612f8d612b4f565b823581526020928301359281019290925250919050565b60006060828403128015612fb757600080fd5b50612fc0612b4f565b612fca8484612f73565b815260409290920135602083015250919050565b60006101408284031215612ff157600080fd5b604051602081016001600160401b038111828210171561301357613013612b39565b6040529050806000601f84018513613029578081fd5b8061014061303681612bbb565b925082915085018681111561304a57600080fd5b855b8181101561306457803584526020938401930161304c565b50509091525092915050565b600080610180838503121561308457600080fd5b61308e8484612fde565b9150612ab6846101408501612f73565b600060a082840312156130b057600080fd5b600083601f8401126130c0578081fd5b806130cb60a0612bbb565b905080915060a0840185811115612cf257600080fd5b60005b838110156130fc5781810151838201526020016130e4565b50506000910152565b6000815180845261311d8160208601602086016130e1565b601f01601f19169290920160200192915050565b602081526000610fac6020830184613105565b60006060828403121561315657600080fd5b600083601f840112613166578081fd5b806131716060612bbb565b90508091506060840185811115612cf257600080fd5b60008060006080848603121561319c57600080fd5b83359250602084013591506131b48560408601612a68565b90509250925092565b80518260005b600a8110156131e25782518252602092830192909101906001016131c3565b5050505050565b6101a081016131f882866131bd565b83516101408301526020909301516101608201526101800152919050565b600082601f83011261322757600080fd5b81356001600160401b0381111561324057613240612b39565b613253601f8201601f1916602001612bbb565b81815284602083860101111561326857600080fd5b816020850160208301376000918101602001919091529392505050565b6000806000806000806101c0878903121561329f57600080fd5b863595506132b08860208901612a68565b9450606087013593506101808701888111156132cb57600080fd5b608088019350356001600160401b038111156132e657600080fd5b6132f289828a01613216565b9250506101a08701356001600160401b0381111561330f57600080fd5b61331b89828a01613216565b9150509295509295509295565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b600060ff821660ff810361336a5761336a61333e565b60010192915050565b6000610140828403121561338657600080fd5b610fac8383612fde565b6000604082840312156133a257600080fd5b610fac8383612f73565b6101808101610140848337823561014083015260209092013561016090910152919050565b6000604082840312156133e357600080fd5b6133eb612b4f565b825181526020928301519281019290925250919050565b600082601f83011261341357600080fd5b61341d6040612bbb565b80604084018581111561342f57600080fd5b845b81811015612d0c578051845260209384019301613431565b60006080828403121561345b57600080fd5b613463612b4f565b905061346f8383613402565b815261347e8360408401613402565b602082015292915050565b60006020828403121561349b57600080fd5b81516001600160401b038111156134b157600080fd5b82016101e081850312156134c457600080fd5b6134cc612b77565b6134d685836133d1565b81526134e58560408401613449565b60208201526134f78560c08401613449565b604082015261350a856101408401613449565b60608201526101c08201516001600160401b0381111561352957600080fd5b80830192505084601f83011261353e57600080fd5b815161354c612dcf82612d65565b8082825260208201915060208360061b86010192508783111561356e57600080fd5b6020850194505b8285101561359a5761358788866133d1565b8252602082019150604085019450613575565b6080840152509095945050505050565b8060005b60028110156135cd5781518452602093840193909101906001016135ae565b50505050565b6135de8282516135aa565b60208101516135f060408401826135aa565b505050565b60008185825b600881101561361a5781518352602092830192909101906001016135fb565b50505061014061010083015261032082016136446101408401865180518252602090810151910152565b60208501516136576101808501826135d3565b50604085015161366b6102008501826135d3565b50606085015161367f6102808501826135d3565b5060808501516101e0610300850152805191829052602001906000906103408501905b808310156136d6576136bf82855180518252602090810151910152565b6040820191506020840193506001830192506136a2565b508481036101208601526136ea8187612a19565b98975050505050505050565b60006020828403121561370857600080fd5b81518015158114610fac57600080fd5b60808101818360005b6004811015613740578151835260209283019290910190600101613721565b50505092915050565b60006020828403121561375b57600080fd5b5051919050565b600064ffffffffff821664ffffffffff810361336a5761336a61333e565b8151600090829060208501835b82811015612c3657815184526020938401939091019060010161378d565b600082516137bd8184602087016130e1565b9190910192915050565b634e487b7160e01b600052601260045260246000fd5b6000826137fa57634e487b7160e01b600052601260045260246000fd5b500690565b60408101818360005b6002811015613740578151835260209283019290910190600101613808565b60a08101818360005b6005811015613740578151835260209283019290910190600101613830565b60608101818360005b6003811015613740578151835260209283019290910190600101613858565b6001600160a01b0383168152604060208201819052600090610ea890830184613105565b64ffffffffff8281168282160390811115610d8857610d8861333e565b805160ff811681146138c957600080fd5b919050565b600060a082840312156138e057600080fd5b6138e8612b77565b905081516138f581612d30565b8152602082015161390581612d30565b6020820152604082015161391881612d30565b6040820152606082015161392b81612d30565b6060820152608082015161393e81612d30565b608082015292915050565b600082601f83011261395a57600080fd5b8151613968612dcf82612d65565b8082825260208201915060208360051b86010192508583111561398a57600080fd5b602085015b838110156139b05780516139a281612d30565b83526020928301920161398f565b5095945050505050565b6000806000806000806000806000808a8c036102208112156139db57600080fd5b8b5160208d0151909b5099506060603f19820112156139f957600080fd5b50613a02612b99565b613a0e60408d016138b8565b8152613a1c60608d016138b8565b6020820152613a2d60808d016138b8565b60408201529750613a4060a08c016138b8565b9650613a4f8c60c08d016133d1565b9550613a5f8c6101008d016138ce565b6101a08c01516101c08d01516101e08e015192975090955093506001600160401b03811115613a8d57600080fd5b613a998d828e01613949565b92505060006102008c01519050809150509295989b9194979a5092959850565b6001815b6001841115613af457808504811115613ad857613ad861333e565b6001841615613ae657908102905b60019390931c928002613abd565b935093915050565b600082613b0b57506001610d88565b81613b1857506000610d88565b8160018114613b2e5760028114613b3857613b54565b6001915050610d88565b60ff841115613b4957613b4961333e565b50506001821b610d88565b5060208310610133831016604e8410600b8410161715613b77575081810a610d88565b613b846000198484613ab9565b8060001904821115613b9857613b9861333e565b029392505050565b6000610fac60ff841683613afc565b6000610fac8383613afc565b6101808101613bca82856131bd565b82516101408301526020830151610160830152610fac565b64ffffffffff8181168382160190811115610d8857610d8861333e565b60ff8181168382160190811115610d8857610d8861333e565b80820180821115610d8857610d8861333e565b81810381811115610d8857610d8861333e56fe30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001a2646970667358221220c675b7c4b79a294369288cd6c7f23b2704d2e8288299dbaf90fcd2591df6727f64736f6c634300081c0033";
19
+ static readonly abi: readonly [{
20
+ readonly inputs: readonly [];
21
+ readonly name: "AlreadyInitialized";
22
+ readonly type: "error";
23
+ }, {
24
+ readonly inputs: readonly [];
25
+ readonly name: "BatchHashesAlreadyPadded";
26
+ readonly type: "error";
27
+ }, {
28
+ readonly inputs: readonly [];
29
+ readonly name: "DefaultZeroBadIndex";
30
+ readonly type: "error";
31
+ }, {
32
+ readonly inputs: readonly [];
33
+ readonly name: "DepthTooLarge";
34
+ readonly type: "error";
35
+ }, {
36
+ readonly inputs: readonly [];
37
+ readonly name: "InvalidBatchLength";
38
+ readonly type: "error";
39
+ }, {
40
+ readonly inputs: readonly [];
41
+ readonly name: "InvalidMessage";
42
+ readonly type: "error";
43
+ }, {
44
+ readonly inputs: readonly [];
45
+ readonly name: "InvalidPollProof";
46
+ readonly type: "error";
47
+ }, {
48
+ readonly inputs: readonly [];
49
+ readonly name: "InvalidPubKey";
50
+ readonly type: "error";
51
+ }, {
52
+ readonly inputs: readonly [];
53
+ readonly name: "NotRelayer";
54
+ readonly type: "error";
55
+ }, {
56
+ readonly inputs: readonly [];
57
+ readonly name: "NumberOfLeavesCannotBeZero";
58
+ readonly type: "error";
59
+ }, {
60
+ readonly inputs: readonly [];
61
+ readonly name: "PollAlreadyInit";
62
+ readonly type: "error";
63
+ }, {
64
+ readonly inputs: readonly [];
65
+ readonly name: "StateAlreadyMerged";
66
+ readonly type: "error";
67
+ }, {
68
+ readonly inputs: readonly [];
69
+ readonly name: "StateLeafNotFound";
70
+ readonly type: "error";
71
+ }, {
72
+ readonly inputs: readonly [];
73
+ readonly name: "TooManyMessages";
74
+ readonly type: "error";
75
+ }, {
76
+ readonly inputs: readonly [];
77
+ readonly name: "TooManySignups";
78
+ readonly type: "error";
79
+ }, {
80
+ readonly inputs: readonly [];
81
+ readonly name: "TooManyVoteOptions";
82
+ readonly type: "error";
83
+ }, {
84
+ readonly inputs: readonly [];
85
+ readonly name: "UserAlreadyJoined";
86
+ readonly type: "error";
87
+ }, {
88
+ readonly inputs: readonly [];
89
+ readonly name: "VotingPeriodNotOver";
90
+ readonly type: "error";
91
+ }, {
92
+ readonly inputs: readonly [];
93
+ readonly name: "VotingPeriodNotStarted";
94
+ readonly type: "error";
95
+ }, {
96
+ readonly inputs: readonly [];
97
+ readonly name: "VotingPeriodOver";
98
+ readonly type: "error";
99
+ }, {
100
+ readonly anonymous: false;
101
+ readonly inputs: readonly [{
102
+ readonly indexed: true;
103
+ readonly internalType: "uint256";
104
+ readonly name: "_chainHash";
105
+ readonly type: "uint256";
106
+ }];
107
+ readonly name: "ChainHashUpdated";
108
+ readonly type: "event";
109
+ }, {
110
+ readonly anonymous: false;
111
+ readonly inputs: readonly [{
112
+ readonly indexed: true;
113
+ readonly internalType: "bytes32";
114
+ readonly name: "_ipfsHash";
115
+ readonly type: "bytes32";
116
+ }];
117
+ readonly name: "IpfsHashAdded";
118
+ readonly type: "event";
119
+ }, {
120
+ readonly anonymous: false;
121
+ readonly inputs: readonly [{
122
+ readonly indexed: true;
123
+ readonly internalType: "uint256";
124
+ readonly name: "_stateRoot";
125
+ readonly type: "uint256";
126
+ }, {
127
+ readonly indexed: true;
128
+ readonly internalType: "uint256";
129
+ readonly name: "_numSignups";
130
+ readonly type: "uint256";
131
+ }];
132
+ readonly name: "MergeState";
133
+ readonly type: "event";
134
+ }, {
135
+ readonly anonymous: false;
136
+ readonly inputs: readonly [{
137
+ readonly indexed: true;
138
+ readonly internalType: "uint256";
139
+ readonly name: "_pollPubKeyX";
140
+ readonly type: "uint256";
141
+ }, {
142
+ readonly indexed: true;
143
+ readonly internalType: "uint256";
144
+ readonly name: "_pollPubKeyY";
145
+ readonly type: "uint256";
146
+ }, {
147
+ readonly indexed: false;
148
+ readonly internalType: "uint256";
149
+ readonly name: "_voiceCreditBalance";
150
+ readonly type: "uint256";
151
+ }, {
152
+ readonly indexed: false;
153
+ readonly internalType: "uint256";
154
+ readonly name: "_nullifier";
155
+ readonly type: "uint256";
156
+ }, {
157
+ readonly indexed: false;
158
+ readonly internalType: "uint256";
159
+ readonly name: "_pollStateIndex";
160
+ readonly type: "uint256";
161
+ }];
162
+ readonly name: "PollJoined";
163
+ readonly type: "event";
164
+ }, {
165
+ readonly anonymous: false;
166
+ readonly inputs: readonly [{
167
+ readonly components: readonly [{
168
+ readonly internalType: "uint256[10]";
169
+ readonly name: "data";
170
+ readonly type: "uint256[10]";
171
+ }];
172
+ readonly indexed: false;
173
+ readonly internalType: "struct DomainObjs.Message";
174
+ readonly name: "_message";
175
+ readonly type: "tuple";
176
+ }, {
177
+ readonly components: readonly [{
178
+ readonly internalType: "uint256";
179
+ readonly name: "x";
180
+ readonly type: "uint256";
181
+ }, {
182
+ readonly internalType: "uint256";
183
+ readonly name: "y";
184
+ readonly type: "uint256";
185
+ }];
186
+ readonly indexed: false;
187
+ readonly internalType: "struct DomainObjs.PubKey";
188
+ readonly name: "_encPubKey";
189
+ readonly type: "tuple";
190
+ }];
191
+ readonly name: "PublishMessage";
192
+ readonly type: "event";
193
+ }, {
194
+ readonly inputs: readonly [];
195
+ readonly name: "MESSAGE_DATA_LENGTH";
196
+ readonly outputs: readonly [{
197
+ readonly internalType: "uint8";
198
+ readonly name: "";
199
+ readonly type: "uint8";
200
+ }];
201
+ readonly stateMutability: "view";
202
+ readonly type: "function";
203
+ }, {
204
+ readonly inputs: readonly [];
205
+ readonly name: "actualStateTreeDepth";
206
+ readonly outputs: readonly [{
207
+ readonly internalType: "uint8";
208
+ readonly name: "";
209
+ readonly type: "uint8";
210
+ }];
211
+ readonly stateMutability: "view";
212
+ readonly type: "function";
213
+ }, {
214
+ readonly inputs: readonly [{
215
+ readonly internalType: "uint256";
216
+ readonly name: "";
217
+ readonly type: "uint256";
218
+ }];
219
+ readonly name: "batchHashes";
220
+ readonly outputs: readonly [{
221
+ readonly internalType: "uint256";
222
+ readonly name: "";
223
+ readonly type: "uint256";
224
+ }];
225
+ readonly stateMutability: "view";
226
+ readonly type: "function";
227
+ }, {
228
+ readonly inputs: readonly [];
229
+ readonly name: "chainHash";
230
+ readonly outputs: readonly [{
231
+ readonly internalType: "uint256";
232
+ readonly name: "";
233
+ readonly type: "uint256";
234
+ }];
235
+ readonly stateMutability: "view";
236
+ readonly type: "function";
237
+ }, {
238
+ readonly inputs: readonly [];
239
+ readonly name: "coordinatorPubKey";
240
+ readonly outputs: readonly [{
241
+ readonly internalType: "uint256";
242
+ readonly name: "x";
243
+ readonly type: "uint256";
244
+ }, {
245
+ readonly internalType: "uint256";
246
+ readonly name: "y";
247
+ readonly type: "uint256";
248
+ }];
249
+ readonly stateMutability: "view";
250
+ readonly type: "function";
251
+ }, {
252
+ readonly inputs: readonly [];
253
+ readonly name: "coordinatorPubKeyHash";
254
+ readonly outputs: readonly [{
255
+ readonly internalType: "uint256";
256
+ readonly name: "";
257
+ readonly type: "uint256";
258
+ }];
259
+ readonly stateMutability: "view";
260
+ readonly type: "function";
261
+ }, {
262
+ readonly inputs: readonly [];
263
+ readonly name: "currentSbCommitment";
264
+ readonly outputs: readonly [{
265
+ readonly internalType: "uint256";
266
+ readonly name: "";
267
+ readonly type: "uint256";
268
+ }];
269
+ readonly stateMutability: "view";
270
+ readonly type: "function";
271
+ }, {
272
+ readonly inputs: readonly [];
273
+ readonly name: "emptyBallotRoot";
274
+ readonly outputs: readonly [{
275
+ readonly internalType: "uint256";
276
+ readonly name: "";
277
+ readonly type: "uint256";
278
+ }];
279
+ readonly stateMutability: "view";
280
+ readonly type: "function";
281
+ }, {
282
+ readonly inputs: readonly [];
283
+ readonly name: "endDate";
284
+ readonly outputs: readonly [{
285
+ readonly internalType: "uint256";
286
+ readonly name: "";
287
+ readonly type: "uint256";
288
+ }];
289
+ readonly stateMutability: "view";
290
+ readonly type: "function";
291
+ }, {
292
+ readonly inputs: readonly [];
293
+ readonly name: "extContracts";
294
+ readonly outputs: readonly [{
295
+ readonly internalType: "contract IMACI";
296
+ readonly name: "maci";
297
+ readonly type: "address";
298
+ }, {
299
+ readonly internalType: "contract IVerifier";
300
+ readonly name: "verifier";
301
+ readonly type: "address";
302
+ }, {
303
+ readonly internalType: "contract IVkRegistry";
304
+ readonly name: "vkRegistry";
305
+ readonly type: "address";
306
+ }, {
307
+ readonly internalType: "contract IBasePolicy";
308
+ readonly name: "policy";
309
+ readonly type: "address";
310
+ }, {
311
+ readonly internalType: "contract IInitialVoiceCreditProxy";
312
+ readonly name: "initialVoiceCreditProxy";
313
+ readonly type: "address";
314
+ }];
315
+ readonly stateMutability: "view";
316
+ readonly type: "function";
317
+ }, {
318
+ readonly inputs: readonly [];
319
+ readonly name: "getAppendedBytes";
320
+ readonly outputs: readonly [{
321
+ readonly internalType: "bytes";
322
+ readonly name: "appendedBytes";
323
+ readonly type: "bytes";
324
+ }];
325
+ readonly stateMutability: "view";
326
+ readonly type: "function";
327
+ }, {
328
+ readonly inputs: readonly [];
329
+ readonly name: "getBatchHashes";
330
+ readonly outputs: readonly [{
331
+ readonly internalType: "uint256[]";
332
+ readonly name: "";
333
+ readonly type: "uint256[]";
334
+ }];
335
+ readonly stateMutability: "view";
336
+ readonly type: "function";
337
+ }, {
338
+ readonly inputs: readonly [];
339
+ readonly name: "getMaciContract";
340
+ readonly outputs: readonly [{
341
+ readonly internalType: "contract IMACI";
342
+ readonly name: "maci";
343
+ readonly type: "address";
344
+ }];
345
+ readonly stateMutability: "view";
346
+ readonly type: "function";
347
+ }, {
348
+ readonly inputs: readonly [{
349
+ readonly internalType: "uint256";
350
+ readonly name: "_index";
351
+ readonly type: "uint256";
352
+ }];
353
+ readonly name: "getPublicJoinedCircuitInputs";
354
+ readonly outputs: readonly [{
355
+ readonly internalType: "uint256[]";
356
+ readonly name: "publicInputs";
357
+ readonly type: "uint256[]";
358
+ }];
359
+ readonly stateMutability: "view";
360
+ readonly type: "function";
361
+ }, {
362
+ readonly inputs: readonly [{
363
+ readonly internalType: "uint256";
364
+ readonly name: "_nullifier";
365
+ readonly type: "uint256";
366
+ }, {
367
+ readonly internalType: "uint256";
368
+ readonly name: "_index";
369
+ readonly type: "uint256";
370
+ }, {
371
+ readonly components: readonly [{
372
+ readonly internalType: "uint256";
373
+ readonly name: "x";
374
+ readonly type: "uint256";
375
+ }, {
376
+ readonly internalType: "uint256";
377
+ readonly name: "y";
378
+ readonly type: "uint256";
379
+ }];
380
+ readonly internalType: "struct DomainObjs.PubKey";
381
+ readonly name: "_pubKey";
382
+ readonly type: "tuple";
383
+ }];
384
+ readonly name: "getPublicJoiningCircuitInputs";
385
+ readonly outputs: readonly [{
386
+ readonly internalType: "uint256[]";
387
+ readonly name: "publicInputs";
388
+ readonly type: "uint256[]";
389
+ }];
390
+ readonly stateMutability: "view";
391
+ readonly type: "function";
392
+ }, {
393
+ readonly inputs: readonly [];
394
+ readonly name: "getStartAndEndDate";
395
+ readonly outputs: readonly [{
396
+ readonly internalType: "uint256";
397
+ readonly name: "pollStartDate";
398
+ readonly type: "uint256";
399
+ }, {
400
+ readonly internalType: "uint256";
401
+ readonly name: "pollEndDate";
402
+ readonly type: "uint256";
403
+ }];
404
+ readonly stateMutability: "view";
405
+ readonly type: "function";
406
+ }, {
407
+ readonly inputs: readonly [{
408
+ readonly internalType: "uint256";
409
+ readonly name: "element";
410
+ readonly type: "uint256";
411
+ }];
412
+ readonly name: "getStateIndex";
413
+ readonly outputs: readonly [{
414
+ readonly internalType: "uint40";
415
+ readonly name: "";
416
+ readonly type: "uint40";
417
+ }];
418
+ readonly stateMutability: "view";
419
+ readonly type: "function";
420
+ }, {
421
+ readonly inputs: readonly [{
422
+ readonly internalType: "uint256[2]";
423
+ readonly name: "array";
424
+ readonly type: "uint256[2]";
425
+ }];
426
+ readonly name: "hash2";
427
+ readonly outputs: readonly [{
428
+ readonly internalType: "uint256";
429
+ readonly name: "result";
430
+ readonly type: "uint256";
431
+ }];
432
+ readonly stateMutability: "pure";
433
+ readonly type: "function";
434
+ }, {
435
+ readonly inputs: readonly [{
436
+ readonly internalType: "uint256[3]";
437
+ readonly name: "array";
438
+ readonly type: "uint256[3]";
439
+ }];
440
+ readonly name: "hash3";
441
+ readonly outputs: readonly [{
442
+ readonly internalType: "uint256";
443
+ readonly name: "result";
444
+ readonly type: "uint256";
445
+ }];
446
+ readonly stateMutability: "pure";
447
+ readonly type: "function";
448
+ }, {
449
+ readonly inputs: readonly [{
450
+ readonly internalType: "uint256[4]";
451
+ readonly name: "array";
452
+ readonly type: "uint256[4]";
453
+ }];
454
+ readonly name: "hash4";
455
+ readonly outputs: readonly [{
456
+ readonly internalType: "uint256";
457
+ readonly name: "result";
458
+ readonly type: "uint256";
459
+ }];
460
+ readonly stateMutability: "pure";
461
+ readonly type: "function";
462
+ }, {
463
+ readonly inputs: readonly [{
464
+ readonly internalType: "uint256[5]";
465
+ readonly name: "array";
466
+ readonly type: "uint256[5]";
467
+ }];
468
+ readonly name: "hash5";
469
+ readonly outputs: readonly [{
470
+ readonly internalType: "uint256";
471
+ readonly name: "result";
472
+ readonly type: "uint256";
473
+ }];
474
+ readonly stateMutability: "pure";
475
+ readonly type: "function";
476
+ }, {
477
+ readonly inputs: readonly [{
478
+ readonly internalType: "uint256";
479
+ readonly name: "left";
480
+ readonly type: "uint256";
481
+ }, {
482
+ readonly internalType: "uint256";
483
+ readonly name: "right";
484
+ readonly type: "uint256";
485
+ }];
486
+ readonly name: "hashLeftRight";
487
+ readonly outputs: readonly [{
488
+ readonly internalType: "uint256";
489
+ readonly name: "result";
490
+ readonly type: "uint256";
491
+ }];
492
+ readonly stateMutability: "pure";
493
+ readonly type: "function";
494
+ }, {
495
+ readonly inputs: readonly [{
496
+ readonly components: readonly [{
497
+ readonly internalType: "uint256[10]";
498
+ readonly name: "data";
499
+ readonly type: "uint256[10]";
500
+ }];
501
+ readonly internalType: "struct DomainObjs.Message";
502
+ readonly name: "_message";
503
+ readonly type: "tuple";
504
+ }, {
505
+ readonly components: readonly [{
506
+ readonly internalType: "uint256";
507
+ readonly name: "x";
508
+ readonly type: "uint256";
509
+ }, {
510
+ readonly internalType: "uint256";
511
+ readonly name: "y";
512
+ readonly type: "uint256";
513
+ }];
514
+ readonly internalType: "struct DomainObjs.PubKey";
515
+ readonly name: "_encPubKey";
516
+ readonly type: "tuple";
517
+ }];
518
+ readonly name: "hashMessageAndEncPubKey";
519
+ readonly outputs: readonly [{
520
+ readonly internalType: "uint256";
521
+ readonly name: "msgHash";
522
+ readonly type: "uint256";
523
+ }];
524
+ readonly stateMutability: "pure";
525
+ readonly type: "function";
526
+ }, {
527
+ readonly inputs: readonly [{
528
+ readonly components: readonly [{
529
+ readonly components: readonly [{
530
+ readonly internalType: "uint256";
531
+ readonly name: "x";
532
+ readonly type: "uint256";
533
+ }, {
534
+ readonly internalType: "uint256";
535
+ readonly name: "y";
536
+ readonly type: "uint256";
537
+ }];
538
+ readonly internalType: "struct DomainObjs.PubKey";
539
+ readonly name: "pubKey";
540
+ readonly type: "tuple";
541
+ }, {
542
+ readonly internalType: "uint256";
543
+ readonly name: "voiceCreditBalance";
544
+ readonly type: "uint256";
545
+ }];
546
+ readonly internalType: "struct DomainObjs.StateLeaf";
547
+ readonly name: "_stateLeaf";
548
+ readonly type: "tuple";
549
+ }];
550
+ readonly name: "hashStateLeaf";
551
+ readonly outputs: readonly [{
552
+ readonly internalType: "uint256";
553
+ readonly name: "ciphertext";
554
+ readonly type: "uint256";
555
+ }];
556
+ readonly stateMutability: "pure";
557
+ readonly type: "function";
558
+ }, {
559
+ readonly inputs: readonly [];
560
+ readonly name: "initialize";
561
+ readonly outputs: readonly [];
562
+ readonly stateMutability: "nonpayable";
563
+ readonly type: "function";
564
+ }, {
565
+ readonly inputs: readonly [];
566
+ readonly name: "initialized";
567
+ readonly outputs: readonly [{
568
+ readonly internalType: "bool";
569
+ readonly name: "";
570
+ readonly type: "bool";
571
+ }];
572
+ readonly stateMutability: "view";
573
+ readonly type: "function";
574
+ }, {
575
+ readonly inputs: readonly [{
576
+ readonly internalType: "uint256";
577
+ readonly name: "";
578
+ readonly type: "uint256";
579
+ }];
580
+ readonly name: "ipfsHashes";
581
+ readonly outputs: readonly [{
582
+ readonly internalType: "bytes32";
583
+ readonly name: "";
584
+ readonly type: "bytes32";
585
+ }];
586
+ readonly stateMutability: "view";
587
+ readonly type: "function";
588
+ }, {
589
+ readonly inputs: readonly [];
590
+ readonly name: "isBatchHashesPadded";
591
+ readonly outputs: readonly [{
592
+ readonly internalType: "bool";
593
+ readonly name: "";
594
+ readonly type: "bool";
595
+ }];
596
+ readonly stateMutability: "view";
597
+ readonly type: "function";
598
+ }, {
599
+ readonly inputs: readonly [{
600
+ readonly internalType: "uint256";
601
+ readonly name: "_nullifier";
602
+ readonly type: "uint256";
603
+ }, {
604
+ readonly components: readonly [{
605
+ readonly internalType: "uint256";
606
+ readonly name: "x";
607
+ readonly type: "uint256";
608
+ }, {
609
+ readonly internalType: "uint256";
610
+ readonly name: "y";
611
+ readonly type: "uint256";
612
+ }];
613
+ readonly internalType: "struct DomainObjs.PubKey";
614
+ readonly name: "_pubKey";
615
+ readonly type: "tuple";
616
+ }, {
617
+ readonly internalType: "uint256";
618
+ readonly name: "_stateRootIndex";
619
+ readonly type: "uint256";
620
+ }, {
621
+ readonly internalType: "uint256[8]";
622
+ readonly name: "_proof";
623
+ readonly type: "uint256[8]";
624
+ }, {
625
+ readonly internalType: "bytes";
626
+ readonly name: "_signUpPolicyData";
627
+ readonly type: "bytes";
628
+ }, {
629
+ readonly internalType: "bytes";
630
+ readonly name: "_initialVoiceCreditProxyData";
631
+ readonly type: "bytes";
632
+ }];
633
+ readonly name: "joinPoll";
634
+ readonly outputs: readonly [];
635
+ readonly stateMutability: "nonpayable";
636
+ readonly type: "function";
637
+ }, {
638
+ readonly inputs: readonly [];
639
+ readonly name: "maxSignups";
640
+ readonly outputs: readonly [{
641
+ readonly internalType: "uint256";
642
+ readonly name: "";
643
+ readonly type: "uint256";
644
+ }];
645
+ readonly stateMutability: "view";
646
+ readonly type: "function";
647
+ }, {
648
+ readonly inputs: readonly [];
649
+ readonly name: "mergeState";
650
+ readonly outputs: readonly [];
651
+ readonly stateMutability: "nonpayable";
652
+ readonly type: "function";
653
+ }, {
654
+ readonly inputs: readonly [];
655
+ readonly name: "mergedStateRoot";
656
+ readonly outputs: readonly [{
657
+ readonly internalType: "uint256";
658
+ readonly name: "";
659
+ readonly type: "uint256";
660
+ }];
661
+ readonly stateMutability: "view";
662
+ readonly type: "function";
663
+ }, {
664
+ readonly inputs: readonly [];
665
+ readonly name: "messageBatchSize";
666
+ readonly outputs: readonly [{
667
+ readonly internalType: "uint8";
668
+ readonly name: "";
669
+ readonly type: "uint8";
670
+ }];
671
+ readonly stateMutability: "view";
672
+ readonly type: "function";
673
+ }, {
674
+ readonly inputs: readonly [];
675
+ readonly name: "numMessages";
676
+ readonly outputs: readonly [{
677
+ readonly internalType: "uint256";
678
+ readonly name: "";
679
+ readonly type: "uint256";
680
+ }];
681
+ readonly stateMutability: "view";
682
+ readonly type: "function";
683
+ }, {
684
+ readonly inputs: readonly [];
685
+ readonly name: "numSignUpsAndMessages";
686
+ readonly outputs: readonly [{
687
+ readonly internalType: "uint256";
688
+ readonly name: "numSUps";
689
+ readonly type: "uint256";
690
+ }, {
691
+ readonly internalType: "uint256";
692
+ readonly name: "numMsgs";
693
+ readonly type: "uint256";
694
+ }];
695
+ readonly stateMutability: "view";
696
+ readonly type: "function";
697
+ }, {
698
+ readonly inputs: readonly [];
699
+ readonly name: "numSignups";
700
+ readonly outputs: readonly [{
701
+ readonly internalType: "uint256";
702
+ readonly name: "";
703
+ readonly type: "uint256";
704
+ }];
705
+ readonly stateMutability: "view";
706
+ readonly type: "function";
707
+ }, {
708
+ readonly inputs: readonly [{
709
+ readonly internalType: "uint256[2]";
710
+ readonly name: "dataToPad";
711
+ readonly type: "uint256[2]";
712
+ }];
713
+ readonly name: "padAndHashMessage";
714
+ readonly outputs: readonly [{
715
+ readonly components: readonly [{
716
+ readonly internalType: "uint256[10]";
717
+ readonly name: "data";
718
+ readonly type: "uint256[10]";
719
+ }];
720
+ readonly internalType: "struct DomainObjs.Message";
721
+ readonly name: "message";
722
+ readonly type: "tuple";
723
+ }, {
724
+ readonly components: readonly [{
725
+ readonly internalType: "uint256";
726
+ readonly name: "x";
727
+ readonly type: "uint256";
728
+ }, {
729
+ readonly internalType: "uint256";
730
+ readonly name: "y";
731
+ readonly type: "uint256";
732
+ }];
733
+ readonly internalType: "struct DomainObjs.PubKey";
734
+ readonly name: "padKey";
735
+ readonly type: "tuple";
736
+ }, {
737
+ readonly internalType: "uint256";
738
+ readonly name: "msgHash";
739
+ readonly type: "uint256";
740
+ }];
741
+ readonly stateMutability: "pure";
742
+ readonly type: "function";
743
+ }, {
744
+ readonly inputs: readonly [];
745
+ readonly name: "padLastBatch";
746
+ readonly outputs: readonly [];
747
+ readonly stateMutability: "nonpayable";
748
+ readonly type: "function";
749
+ }, {
750
+ readonly inputs: readonly [];
751
+ readonly name: "pollId";
752
+ readonly outputs: readonly [{
753
+ readonly internalType: "uint256";
754
+ readonly name: "";
755
+ readonly type: "uint256";
756
+ }];
757
+ readonly stateMutability: "view";
758
+ readonly type: "function";
759
+ }, {
760
+ readonly inputs: readonly [{
761
+ readonly internalType: "uint256";
762
+ readonly name: "";
763
+ readonly type: "uint256";
764
+ }];
765
+ readonly name: "pollNullifiers";
766
+ readonly outputs: readonly [{
767
+ readonly internalType: "bool";
768
+ readonly name: "";
769
+ readonly type: "bool";
770
+ }];
771
+ readonly stateMutability: "view";
772
+ readonly type: "function";
773
+ }, {
774
+ readonly inputs: readonly [{
775
+ readonly internalType: "uint256";
776
+ readonly name: "";
777
+ readonly type: "uint256";
778
+ }];
779
+ readonly name: "pollStateRootsOnJoin";
780
+ readonly outputs: readonly [{
781
+ readonly internalType: "uint256";
782
+ readonly name: "";
783
+ readonly type: "uint256";
784
+ }];
785
+ readonly stateMutability: "view";
786
+ readonly type: "function";
787
+ }, {
788
+ readonly inputs: readonly [];
789
+ readonly name: "pollStateTree";
790
+ readonly outputs: readonly [{
791
+ readonly internalType: "uint40";
792
+ readonly name: "maxIndex";
793
+ readonly type: "uint40";
794
+ }, {
795
+ readonly internalType: "uint40";
796
+ readonly name: "numberOfLeaves";
797
+ readonly type: "uint40";
798
+ }];
799
+ readonly stateMutability: "view";
800
+ readonly type: "function";
801
+ }, {
802
+ readonly inputs: readonly [{
803
+ readonly components: readonly [{
804
+ readonly internalType: "uint256[10]";
805
+ readonly name: "data";
806
+ readonly type: "uint256[10]";
807
+ }];
808
+ readonly internalType: "struct DomainObjs.Message";
809
+ readonly name: "_message";
810
+ readonly type: "tuple";
811
+ }, {
812
+ readonly components: readonly [{
813
+ readonly internalType: "uint256";
814
+ readonly name: "x";
815
+ readonly type: "uint256";
816
+ }, {
817
+ readonly internalType: "uint256";
818
+ readonly name: "y";
819
+ readonly type: "uint256";
820
+ }];
821
+ readonly internalType: "struct DomainObjs.PubKey";
822
+ readonly name: "_encPubKey";
823
+ readonly type: "tuple";
824
+ }];
825
+ readonly name: "publishMessage";
826
+ readonly outputs: readonly [];
827
+ readonly stateMutability: "nonpayable";
828
+ readonly type: "function";
829
+ }, {
830
+ readonly inputs: readonly [{
831
+ readonly components: readonly [{
832
+ readonly internalType: "uint256[10]";
833
+ readonly name: "data";
834
+ readonly type: "uint256[10]";
835
+ }];
836
+ readonly internalType: "struct DomainObjs.Message[]";
837
+ readonly name: "_messages";
838
+ readonly type: "tuple[]";
839
+ }, {
840
+ readonly components: readonly [{
841
+ readonly internalType: "uint256";
842
+ readonly name: "x";
843
+ readonly type: "uint256";
844
+ }, {
845
+ readonly internalType: "uint256";
846
+ readonly name: "y";
847
+ readonly type: "uint256";
848
+ }];
849
+ readonly internalType: "struct DomainObjs.PubKey[]";
850
+ readonly name: "_encPubKeys";
851
+ readonly type: "tuple[]";
852
+ }];
853
+ readonly name: "publishMessageBatch";
854
+ readonly outputs: readonly [];
855
+ readonly stateMutability: "nonpayable";
856
+ readonly type: "function";
857
+ }, {
858
+ readonly inputs: readonly [{
859
+ readonly internalType: "uint256[]";
860
+ readonly name: "_messageHashes";
861
+ readonly type: "uint256[]";
862
+ }, {
863
+ readonly internalType: "bytes32";
864
+ readonly name: "_ipfsHash";
865
+ readonly type: "bytes32";
866
+ }];
867
+ readonly name: "relayMessagesBatch";
868
+ readonly outputs: readonly [];
869
+ readonly stateMutability: "nonpayable";
870
+ readonly type: "function";
871
+ }, {
872
+ readonly inputs: readonly [{
873
+ readonly internalType: "address";
874
+ readonly name: "";
875
+ readonly type: "address";
876
+ }];
877
+ readonly name: "relayers";
878
+ readonly outputs: readonly [{
879
+ readonly internalType: "bool";
880
+ readonly name: "";
881
+ readonly type: "bool";
882
+ }];
883
+ readonly stateMutability: "view";
884
+ readonly type: "function";
885
+ }, {
886
+ readonly inputs: readonly [{
887
+ readonly internalType: "uint256[]";
888
+ readonly name: "array";
889
+ readonly type: "uint256[]";
890
+ }];
891
+ readonly name: "sha256Hash";
892
+ readonly outputs: readonly [{
893
+ readonly internalType: "uint256";
894
+ readonly name: "result";
895
+ readonly type: "uint256";
896
+ }];
897
+ readonly stateMutability: "pure";
898
+ readonly type: "function";
899
+ }, {
900
+ readonly inputs: readonly [];
901
+ readonly name: "startDate";
902
+ readonly outputs: readonly [{
903
+ readonly internalType: "uint256";
904
+ readonly name: "";
905
+ readonly type: "uint256";
906
+ }];
907
+ readonly stateMutability: "view";
908
+ readonly type: "function";
909
+ }, {
910
+ readonly inputs: readonly [];
911
+ readonly name: "stateMerged";
912
+ readonly outputs: readonly [{
913
+ readonly internalType: "bool";
914
+ readonly name: "";
915
+ readonly type: "bool";
916
+ }];
917
+ readonly stateMutability: "view";
918
+ readonly type: "function";
919
+ }, {
920
+ readonly inputs: readonly [];
921
+ readonly name: "treeDepths";
922
+ readonly outputs: readonly [{
923
+ readonly internalType: "uint8";
924
+ readonly name: "intStateTreeDepth";
925
+ readonly type: "uint8";
926
+ }, {
927
+ readonly internalType: "uint8";
928
+ readonly name: "voteOptionTreeDepth";
929
+ readonly type: "uint8";
930
+ }, {
931
+ readonly internalType: "uint8";
932
+ readonly name: "stateTreeDepth";
933
+ readonly type: "uint8";
934
+ }];
935
+ readonly stateMutability: "view";
936
+ readonly type: "function";
937
+ }, {
938
+ readonly inputs: readonly [{
939
+ readonly internalType: "uint256";
940
+ readonly name: "_index";
941
+ readonly type: "uint256";
942
+ }, {
943
+ readonly internalType: "uint256[8]";
944
+ readonly name: "_proof";
945
+ readonly type: "uint256[8]";
946
+ }];
947
+ readonly name: "verifyJoinedPollProof";
948
+ readonly outputs: readonly [{
949
+ readonly internalType: "bool";
950
+ readonly name: "isValid";
951
+ readonly type: "bool";
952
+ }];
953
+ readonly stateMutability: "view";
954
+ readonly type: "function";
955
+ }, {
956
+ readonly inputs: readonly [{
957
+ readonly internalType: "uint256";
958
+ readonly name: "_nullifier";
959
+ readonly type: "uint256";
960
+ }, {
961
+ readonly internalType: "uint256";
962
+ readonly name: "_index";
963
+ readonly type: "uint256";
964
+ }, {
965
+ readonly components: readonly [{
966
+ readonly internalType: "uint256";
967
+ readonly name: "x";
968
+ readonly type: "uint256";
969
+ }, {
970
+ readonly internalType: "uint256";
971
+ readonly name: "y";
972
+ readonly type: "uint256";
973
+ }];
974
+ readonly internalType: "struct DomainObjs.PubKey";
975
+ readonly name: "_pubKey";
976
+ readonly type: "tuple";
977
+ }, {
978
+ readonly internalType: "uint256[8]";
979
+ readonly name: "_proof";
980
+ readonly type: "uint256[8]";
981
+ }];
982
+ readonly name: "verifyJoiningPollProof";
983
+ readonly outputs: readonly [{
984
+ readonly internalType: "bool";
985
+ readonly name: "isValid";
986
+ readonly type: "bool";
987
+ }];
988
+ readonly stateMutability: "view";
989
+ readonly type: "function";
990
+ }, {
991
+ readonly inputs: readonly [];
992
+ readonly name: "voteOptions";
993
+ readonly outputs: readonly [{
994
+ readonly internalType: "uint256";
995
+ readonly name: "";
996
+ readonly type: "uint256";
997
+ }];
998
+ readonly stateMutability: "view";
999
+ readonly type: "function";
1000
+ }];
1001
+ static createInterface(): PollInterface;
1002
+ static connect(address: string, runner?: ContractRunner | null): Poll;
1003
+ }
1004
+ export interface PollLibraryAddresses {
1005
+ ["contracts/crypto/PoseidonT5.sol:PoseidonT5"]: string;
1006
+ ["contracts/crypto/PoseidonT3.sol:PoseidonT3"]: string;
1007
+ ["contracts/crypto/PoseidonT6.sol:PoseidonT6"]: string;
1008
+ ["contracts/crypto/PoseidonT4.sol:PoseidonT4"]: string;
1009
+ }
1010
+ export {};
1011
+ //# sourceMappingURL=Poll__factory.d.ts.map