@maci-protocol/contracts 0.0.0-ci.26f28d6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +902 -0
- package/LICENSE +22 -0
- package/README.md +13 -0
- package/build/artifacts/@excubiae/contracts/contracts/checker/BaseChecker.sol/BaseChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/checker/BaseChecker.sol/BaseChecker.json +73 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.sol/AnonAadhaarChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.sol/AnonAadhaarChecker.json +114 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.sol/AnonAadhaarCheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.sol/AnonAadhaarCheckerFactory.json +60 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.sol/AnonAadhaarPolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.sol/AnonAadhaarPolicy.json +285 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.sol/AnonAadhaarPolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.sol/AnonAadhaarPolicyFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.sol/IAnonAadhaar.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.sol/IAnonAadhaar.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASChecker.sol/EASChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASChecker.sol/EASChecker.json +132 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.sol/EASCheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.sol/EASCheckerFactory.json +65 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicy.sol/EASPolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicy.sol/EASPolicy.json +285 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.sol/EASPolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.sol/EASPolicyFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/IEAS.sol/IEAS.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/eas/IEAS.sol/IEAS.json +82 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.sol/FreeForAllChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.sol/FreeForAllChecker.json +73 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.sol/FreeForAllCheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.sol/FreeForAllCheckerFactory.json +49 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.sol/FreeForAllPolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.sol/FreeForAllPolicy.json +266 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.sol/FreeForAllPolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.sol/FreeForAllPolicyFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.sol/GitcoinPassportChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.sol/GitcoinPassportChecker.json +117 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.sol/GitcoinPassportCheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.sol/GitcoinPassportCheckerFactory.json +60 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.sol/GitcoinPassportPolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.sol/GitcoinPassportPolicy.json +285 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.sol/GitcoinPassportPolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.sol/GitcoinPassportPolicyFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.sol/IGitcoinPassportDecoder.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.sol/IGitcoinPassportDecoder.json +90 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsChecker.sol/HatsChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsChecker.sol/HatsChecker.json +115 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.sol/HatsCheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.sol/HatsCheckerFactory.json +60 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.sol/HatsPolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.sol/HatsPolicy.json +285 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.sol/HatsPolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.sol/HatsPolicyFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/IHats.sol/IHats.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/hats/IHats.sol/IHats.json +137 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.sol/MerkleProofChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.sol/MerkleProofChecker.json +96 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.sol/MerkleProofCheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.sol/MerkleProofCheckerFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.sol/MerkleProofPolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.sol/MerkleProofPolicy.json +285 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.sol/MerkleProofPolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.sol/MerkleProofPolicyFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.sol/ISemaphore.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.sol/ISemaphore.json +67 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.sol/SemaphoreChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.sol/SemaphoreChecker.json +114 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.sol/SemaphoreCheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.sol/SemaphoreCheckerFactory.json +60 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.sol/SemaphorePolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.sol/SemaphorePolicy.json +285 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.sol/SemaphorePolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.sol/SemaphorePolicyFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenChecker.sol/TokenChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenChecker.sol/TokenChecker.json +91 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.sol/TokenCheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.sol/TokenCheckerFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenPolicy.sol/TokenPolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenPolicy.sol/TokenPolicy.json +285 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.sol/TokenPolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.sol/TokenPolicyFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.sol/ZupassChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.sol/ZupassChecker.json +145 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.sol/ZupassCheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.sol/ZupassCheckerFactory.json +70 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.sol/ZupassGroth16Verifier.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.sol/ZupassGroth16Verifier.json +45 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.sol/ZupassPolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.sol/ZupassPolicy.json +285 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.sol/ZupassPolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.sol/ZupassPolicyFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IBaseChecker.sol/IBaseChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IBaseChecker.sol/IBaseChecker.json +35 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IBasePolicy.sol/IBasePolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IBasePolicy.sol/IBasePolicy.json +123 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IClone.sol/IClone.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IClone.sol/IClone.json +36 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IFactory.sol/IFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IFactory.sol/IFactory.json +24 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/interfaces/IPolicy.sol/IPolicy.json +80 -0
- package/build/artifacts/@excubiae/contracts/contracts/policy/BasePolicy.sol/BasePolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/policy/BasePolicy.sol/BasePolicy.json +261 -0
- package/build/artifacts/@excubiae/contracts/contracts/policy/Policy.sol/Policy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/policy/Policy.sol/Policy.json +205 -0
- package/build/artifacts/@excubiae/contracts/contracts/proxy/Clone.sol/Clone.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/proxy/Clone.sol/Clone.json +49 -0
- package/build/artifacts/@excubiae/contracts/contracts/proxy/Factory.sol/Factory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/proxy/Factory.sol/Factory.json +37 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.sol/MockAnonAadhaar.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.sol/MockAnonAadhaar.json +75 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.sol/MockEAS.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.sol/MockEAS.json +142 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.sol/MockGitcoinPassportDecoder.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.sol/MockGitcoinPassportDecoder.json +56 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.sol/MockHatsProtocol.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.sol/MockHatsProtocol.json +35 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.sol/MockToken.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.sol/MockToken.json +541 -0
- package/build/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/access/Ownable.sol/Ownable.json +85 -0
- package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.json +113 -0
- package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.json +97 -0
- package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.json +114 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.json +319 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.json +194 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.json +233 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +444 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/IERC721.sol/IERC721.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/IERC721.sol/IERC721.json +296 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol/IERC721Receiver.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol/IERC721Receiver.json +45 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol/IERC721Metadata.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol/IERC721Metadata.json +341 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/utils/ERC721Utils.sol/ERC721Utils.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/token/ERC721/utils/ERC721Utils.sol/ERC721Utils.json +10 -0
- package/build/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.json +10 -0
- package/build/artifacts/@openzeppelin/contracts/utils/Panic.sol/Panic.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/Panic.sol/Panic.json +10 -0
- package/build/artifacts/@openzeppelin/contracts/utils/Strings.sol/Strings.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/Strings.sol/Strings.json +37 -0
- package/build/artifacts/@openzeppelin/contracts/utils/cryptography/Hashes.sol/Hashes.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/cryptography/Hashes.sol/Hashes.json +10 -0
- package/build/artifacts/@openzeppelin/contracts/utils/cryptography/MerkleProof.sol/MerkleProof.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/cryptography/MerkleProof.sol/MerkleProof.json +16 -0
- package/build/artifacts/@openzeppelin/contracts/utils/introspection/ERC165.sol/ERC165.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/introspection/ERC165.sol/ERC165.json +30 -0
- package/build/artifacts/@openzeppelin/contracts/utils/introspection/IERC165.sol/IERC165.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/introspection/IERC165.sol/IERC165.json +30 -0
- package/build/artifacts/@openzeppelin/contracts/utils/math/Math.sol/Math.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/math/Math.sol/Math.json +10 -0
- package/build/artifacts/@openzeppelin/contracts/utils/math/SafeCast.sol/SafeCast.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/math/SafeCast.sol/SafeCast.json +65 -0
- package/build/artifacts/@openzeppelin/contracts/utils/math/SignedMath.sol/SignedMath.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/utils/math/SignedMath.sol/SignedMath.json +10 -0
- package/build/artifacts/build-info/777c24253ad524cb0798696ba89b6ed0.json +1 -0
- package/build/artifacts/contracts/MACI.sol/MACI.dbg.json +4 -0
- package/build/artifacts/contracts/MACI.sol/MACI.json +797 -0
- package/build/artifacts/contracts/MessageProcessor.sol/MessageProcessor.dbg.json +4 -0
- package/build/artifacts/contracts/MessageProcessor.sol/MessageProcessor.json +416 -0
- package/build/artifacts/contracts/MessageProcessorFactory.sol/MessageProcessorFactory.dbg.json +4 -0
- package/build/artifacts/contracts/MessageProcessorFactory.sol/MessageProcessorFactory.json +124 -0
- package/build/artifacts/contracts/Poll.sol/Poll.dbg.json +4 -0
- package/build/artifacts/contracts/Poll.sol/Poll.json +1455 -0
- package/build/artifacts/contracts/PollFactory.sol/PollFactory.dbg.json +4 -0
- package/build/artifacts/contracts/PollFactory.sol/PollFactory.json +273 -0
- package/build/artifacts/contracts/Tally.sol/Tally.dbg.json +4 -0
- package/build/artifacts/contracts/Tally.sol/Tally.json +722 -0
- package/build/artifacts/contracts/TallyFactory.sol/TallyFactory.dbg.json +4 -0
- package/build/artifacts/contracts/TallyFactory.sol/TallyFactory.json +129 -0
- package/build/artifacts/contracts/VkRegistry.sol/VkRegistry.dbg.json +4 -0
- package/build/artifacts/contracts/VkRegistry.sol/VkRegistry.json +2388 -0
- package/build/artifacts/contracts/benchmarks/HasherBenchmarks.sol/HasherBenchmarks.dbg.json +4 -0
- package/build/artifacts/contracts/benchmarks/HasherBenchmarks.sol/HasherBenchmarks.json +239 -0
- package/build/artifacts/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.json +50 -0
- package/build/artifacts/contracts/crypto/Hasher.sol/Hasher.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/Hasher.sol/Hasher.json +196 -0
- package/build/artifacts/contracts/crypto/Pairing.sol/Pairing.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/Pairing.sol/Pairing.json +39 -0
- package/build/artifacts/contracts/crypto/PoseidonT3.sol/PoseidonT3.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/PoseidonT3.sol/PoseidonT3.json +30 -0
- package/build/artifacts/contracts/crypto/PoseidonT4.sol/PoseidonT4.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/PoseidonT4.sol/PoseidonT4.json +30 -0
- package/build/artifacts/contracts/crypto/PoseidonT5.sol/PoseidonT5.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/PoseidonT5.sol/PoseidonT5.json +30 -0
- package/build/artifacts/contracts/crypto/PoseidonT6.sol/PoseidonT6.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/PoseidonT6.sol/PoseidonT6.json +30 -0
- package/build/artifacts/contracts/crypto/SnarkCommon.sol/SnarkCommon.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/SnarkCommon.sol/SnarkCommon.json +10 -0
- package/build/artifacts/contracts/crypto/SnarkConstants.sol/SnarkConstants.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/SnarkConstants.sol/SnarkConstants.json +10 -0
- package/build/artifacts/contracts/crypto/Verifier.sol/Verifier.dbg.json +4 -0
- package/build/artifacts/contracts/crypto/Verifier.sol/Verifier.json +165 -0
- package/build/artifacts/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.sol/ConstantInitialVoiceCreditProxy.dbg.json +4 -0
- package/build/artifacts/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.sol/ConstantInitialVoiceCreditProxy.json +73 -0
- package/build/artifacts/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.sol/ConstantInitialVoiceCreditProxyFactory.dbg.json +4 -0
- package/build/artifacts/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.sol/ConstantInitialVoiceCreditProxyFactory.json +55 -0
- package/build/artifacts/contracts/interfaces/IInitialVoiceCreditProxy.sol/IInitialVoiceCreditProxy.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IInitialVoiceCreditProxy.sol/IInitialVoiceCreditProxy.json +35 -0
- package/build/artifacts/contracts/interfaces/IMACI.sol/IMACI.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IMACI.sol/IMACI.json +253 -0
- package/build/artifacts/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.json +45 -0
- package/build/artifacts/contracts/interfaces/IMessageProcessor.sol/IMessageProcessor.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IMessageProcessor.sol/IMessageProcessor.json +66 -0
- package/build/artifacts/contracts/interfaces/IPoll.sol/IPoll.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPoll.sol/IPoll.json +370 -0
- package/build/artifacts/contracts/interfaces/IPollFactory.sol/IPollFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPollFactory.sol/IPollFactory.json +133 -0
- package/build/artifacts/contracts/interfaces/ISemaphore.sol/ISemaphore.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/ISemaphore.sol/ISemaphore.json +67 -0
- package/build/artifacts/contracts/interfaces/ITally.sol/ITally.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/ITally.sol/ITally.json +94 -0
- package/build/artifacts/contracts/interfaces/ITallyFactory.sol/ITallyFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/ITallyFactory.sol/ITallyFactory.json +50 -0
- package/build/artifacts/contracts/interfaces/IVerifier.sol/IVerifier.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IVerifier.sol/IVerifier.json +127 -0
- package/build/artifacts/contracts/interfaces/IVkRegistry.sol/IVkRegistry.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IVkRegistry.sol/IVkRegistry.json +465 -0
- package/build/artifacts/contracts/mocks/MockERC20.sol/MockERC20.dbg.json +4 -0
- package/build/artifacts/contracts/mocks/MockERC20.sol/MockERC20.json +335 -0
- package/build/artifacts/contracts/mocks/MockSemaphore.sol/MockSemaphore.dbg.json +4 -0
- package/build/artifacts/contracts/mocks/MockSemaphore.sol/MockSemaphore.json +111 -0
- package/build/artifacts/contracts/mocks/MockTally.sol/MockTally.dbg.json +4 -0
- package/build/artifacts/contracts/mocks/MockTally.sol/MockTally.json +114 -0
- package/build/artifacts/contracts/mocks/MockVerifier.sol/MockVerifier.dbg.json +4 -0
- package/build/artifacts/contracts/mocks/MockVerifier.sol/MockVerifier.json +127 -0
- package/build/artifacts/contracts/mocks/Mocker.sol/Mocker.dbg.json +4 -0
- package/build/artifacts/contracts/mocks/Mocker.sol/Mocker.json +10 -0
- package/build/artifacts/contracts/trees/LazyIMT.sol/InternalLazyIMT.dbg.json +4 -0
- package/build/artifacts/contracts/trees/LazyIMT.sol/InternalLazyIMT.json +10 -0
- package/build/artifacts/contracts/trees/LeanIMT.sol/InternalLeanIMT.dbg.json +4 -0
- package/build/artifacts/contracts/trees/LeanIMT.sol/InternalLeanIMT.json +10 -0
- package/build/artifacts/contracts/utilities/DomainObjs.sol/DomainObjs.dbg.json +4 -0
- package/build/artifacts/contracts/utilities/DomainObjs.sol/DomainObjs.json +24 -0
- package/build/artifacts/contracts/utilities/Params.sol/Params.dbg.json +4 -0
- package/build/artifacts/contracts/utilities/Params.sol/Params.json +10 -0
- package/build/artifacts/contracts/utilities/Utilities.sol/Utilities.dbg.json +4 -0
- package/build/artifacts/contracts/utilities/Utilities.sol/Utilities.json +353 -0
- package/build/artifacts/solady/src/utils/LibClone.sol/LibClone.dbg.json +4 -0
- package/build/artifacts/solady/src/utils/LibClone.sol/LibClone.json +26 -0
- package/build/hardhat.config.d.ts +16 -0
- package/build/hardhat.config.d.ts.map +1 -0
- package/build/hardhat.config.js +239 -0
- package/build/hardhat.config.js.map +1 -0
- package/build/scripts/compileSol.d.ts +2 -0
- package/build/scripts/compileSol.d.ts.map +1 -0
- package/build/scripts/compileSol.js +28 -0
- package/build/scripts/compileSol.js.map +1 -0
- package/build/tasks/deploy/index.d.ts +2 -0
- package/build/tasks/deploy/index.d.ts.map +1 -0
- package/build/tasks/deploy/index.js +55 -0
- package/build/tasks/deploy/index.js.map +1 -0
- package/build/tasks/deploy/maci/01-gatekeepers.d.ts +2 -0
- package/build/tasks/deploy/maci/01-gatekeepers.d.ts.map +1 -0
- package/build/tasks/deploy/maci/01-gatekeepers.js +334 -0
- package/build/tasks/deploy/maci/01-gatekeepers.js.map +1 -0
- package/build/tasks/deploy/maci/02-verifier.d.ts +2 -0
- package/build/tasks/deploy/maci/02-verifier.d.ts.map +1 -0
- package/build/tasks/deploy/maci/02-verifier.js +30 -0
- package/build/tasks/deploy/maci/02-verifier.js.map +1 -0
- package/build/tasks/deploy/maci/03-poseidon.d.ts +2 -0
- package/build/tasks/deploy/maci/03-poseidon.d.ts.map +1 -0
- package/build/tasks/deploy/maci/03-poseidon.js +60 -0
- package/build/tasks/deploy/maci/03-poseidon.js.map +1 -0
- package/build/tasks/deploy/maci/04-pollFactory.d.ts +2 -0
- package/build/tasks/deploy/maci/04-pollFactory.d.ts.map +1 -0
- package/build/tasks/deploy/maci/04-pollFactory.js +45 -0
- package/build/tasks/deploy/maci/04-pollFactory.js.map +1 -0
- package/build/tasks/deploy/maci/05-messageProcessorFactory.d.ts +2 -0
- package/build/tasks/deploy/maci/05-messageProcessorFactory.d.ts.map +1 -0
- package/build/tasks/deploy/maci/05-messageProcessorFactory.js +45 -0
- package/build/tasks/deploy/maci/05-messageProcessorFactory.js.map +1 -0
- package/build/tasks/deploy/maci/06-tallyFactory.d.ts +2 -0
- package/build/tasks/deploy/maci/06-tallyFactory.d.ts.map +1 -0
- package/build/tasks/deploy/maci/06-tallyFactory.js +45 -0
- package/build/tasks/deploy/maci/06-tallyFactory.js.map +1 -0
- package/build/tasks/deploy/maci/07-maci.d.ts +2 -0
- package/build/tasks/deploy/maci/07-maci.d.ts.map +1 -0
- package/build/tasks/deploy/maci/07-maci.js +65 -0
- package/build/tasks/deploy/maci/07-maci.js.map +1 -0
- package/build/tasks/deploy/maci/08-vkRegistry.d.ts +2 -0
- package/build/tasks/deploy/maci/08-vkRegistry.d.ts.map +1 -0
- package/build/tasks/deploy/maci/08-vkRegistry.js +76 -0
- package/build/tasks/deploy/maci/08-vkRegistry.js.map +1 -0
- package/build/tasks/deploy/poll/01-constantInitialVoiceCreditProxy.d.ts +2 -0
- package/build/tasks/deploy/poll/01-constantInitialVoiceCreditProxy.d.ts.map +1 -0
- package/build/tasks/deploy/poll/01-constantInitialVoiceCreditProxy.js +86 -0
- package/build/tasks/deploy/poll/01-constantInitialVoiceCreditProxy.js.map +1 -0
- package/build/tasks/deploy/poll/02-gatekeepers.d.ts +2 -0
- package/build/tasks/deploy/poll/02-gatekeepers.d.ts.map +1 -0
- package/build/tasks/deploy/poll/02-gatekeepers.js +362 -0
- package/build/tasks/deploy/poll/02-gatekeepers.js.map +1 -0
- package/build/tasks/deploy/poll/03-poll.d.ts +2 -0
- package/build/tasks/deploy/poll/03-poll.d.ts.map +1 -0
- package/build/tasks/deploy/poll/03-poll.js +135 -0
- package/build/tasks/deploy/poll/03-poll.js.map +1 -0
- package/build/tasks/helpers/ContractStorage.d.ts +108 -0
- package/build/tasks/helpers/ContractStorage.d.ts.map +1 -0
- package/build/tasks/helpers/ContractStorage.js +240 -0
- package/build/tasks/helpers/ContractStorage.js.map +1 -0
- package/build/tasks/helpers/ContractVerifier.d.ts +26 -0
- package/build/tasks/helpers/ContractVerifier.d.ts.map +1 -0
- package/build/tasks/helpers/ContractVerifier.js +47 -0
- package/build/tasks/helpers/ContractVerifier.js.map +1 -0
- package/build/tasks/helpers/Deployment.d.ts +180 -0
- package/build/tasks/helpers/Deployment.d.ts.map +1 -0
- package/build/tasks/helpers/Deployment.js +371 -0
- package/build/tasks/helpers/Deployment.js.map +1 -0
- package/build/tasks/helpers/ProofGenerator.d.ts +84 -0
- package/build/tasks/helpers/ProofGenerator.d.ts.map +1 -0
- package/build/tasks/helpers/ProofGenerator.js +305 -0
- package/build/tasks/helpers/ProofGenerator.js.map +1 -0
- package/build/tasks/helpers/Prover.d.ts +73 -0
- package/build/tasks/helpers/Prover.d.ts.map +1 -0
- package/build/tasks/helpers/Prover.js +236 -0
- package/build/tasks/helpers/Prover.js.map +1 -0
- package/build/tasks/helpers/TreeMerger.d.ts +32 -0
- package/build/tasks/helpers/TreeMerger.d.ts.map +1 -0
- package/build/tasks/helpers/TreeMerger.js +56 -0
- package/build/tasks/helpers/TreeMerger.js.map +1 -0
- package/build/tasks/helpers/abi.d.ts +15 -0
- package/build/tasks/helpers/abi.d.ts.map +1 -0
- package/build/tasks/helpers/abi.js +20 -0
- package/build/tasks/helpers/abi.js.map +1 -0
- package/build/tasks/helpers/benchmarks.d.ts +13 -0
- package/build/tasks/helpers/benchmarks.d.ts.map +1 -0
- package/build/tasks/helpers/benchmarks.js +53 -0
- package/build/tasks/helpers/benchmarks.js.map +1 -0
- package/build/tasks/helpers/constants.d.ts +64 -0
- package/build/tasks/helpers/constants.d.ts.map +1 -0
- package/build/tasks/helpers/constants.js +119 -0
- package/build/tasks/helpers/constants.js.map +1 -0
- package/build/tasks/helpers/types.d.ts +717 -0
- package/build/tasks/helpers/types.d.ts.map +1 -0
- package/build/tasks/helpers/types.js +107 -0
- package/build/tasks/helpers/types.js.map +1 -0
- package/build/tasks/runner/benchmarks.d.ts +2 -0
- package/build/tasks/runner/benchmarks.d.ts.map +1 -0
- package/build/tasks/runner/benchmarks.js +83 -0
- package/build/tasks/runner/benchmarks.js.map +1 -0
- package/build/tasks/runner/deployFull.d.ts +2 -0
- package/build/tasks/runner/deployFull.d.ts.map +1 -0
- package/build/tasks/runner/deployFull.js +40 -0
- package/build/tasks/runner/deployFull.js.map +1 -0
- package/build/tasks/runner/deployPoll.d.ts +2 -0
- package/build/tasks/runner/deployPoll.d.ts.map +1 -0
- package/build/tasks/runner/deployPoll.js +40 -0
- package/build/tasks/runner/deployPoll.js.map +1 -0
- package/build/tasks/runner/merge.d.ts +2 -0
- package/build/tasks/runner/merge.d.ts.map +1 -0
- package/build/tasks/runner/merge.js +45 -0
- package/build/tasks/runner/merge.js.map +1 -0
- package/build/tasks/runner/prove.d.ts +2 -0
- package/build/tasks/runner/prove.d.ts.map +1 -0
- package/build/tasks/runner/prove.js +127 -0
- package/build/tasks/runner/prove.js.map +1 -0
- package/build/tasks/runner/submitOnChain.d.ts +2 -0
- package/build/tasks/runner/submitOnChain.d.ts.map +1 -0
- package/build/tasks/runner/submitOnChain.js +97 -0
- package/build/tasks/runner/submitOnChain.js.map +1 -0
- package/build/tasks/runner/verifyFull.d.ts +2 -0
- package/build/tasks/runner/verifyFull.d.ts.map +1 -0
- package/build/tasks/runner/verifyFull.js +67 -0
- package/build/tasks/runner/verifyFull.js.map +1 -0
- package/build/ts/constants.d.ts +8 -0
- package/build/ts/constants.d.ts.map +1 -0
- package/build/ts/constants.js +12 -0
- package/build/ts/constants.js.map +1 -0
- package/build/ts/deploy.d.ts +184 -0
- package/build/ts/deploy.d.ts.map +1 -0
- package/build/ts/deploy.js +446 -0
- package/build/ts/deploy.js.map +1 -0
- package/build/ts/genEmptyBallotRoots.d.ts +7 -0
- package/build/ts/genEmptyBallotRoots.d.ts.map +1 -0
- package/build/ts/genEmptyBallotRoots.js +23 -0
- package/build/ts/genEmptyBallotRoots.js.map +1 -0
- package/build/ts/genMaciState.d.ts +18 -0
- package/build/ts/genMaciState.d.ts.map +1 -0
- package/build/ts/genMaciState.js +276 -0
- package/build/ts/genMaciState.js.map +1 -0
- package/build/ts/genZerosContract.d.ts +12 -0
- package/build/ts/genZerosContract.d.ts.map +1 -0
- package/build/ts/genZerosContract.js +40 -0
- package/build/ts/genZerosContract.js.map +1 -0
- package/build/ts/index.d.ts +20 -0
- package/build/ts/index.d.ts.map +1 -0
- package/build/ts/index.js +95 -0
- package/build/ts/index.js.map +1 -0
- package/build/ts/ipfs.d.ts +41 -0
- package/build/ts/ipfs.d.ts.map +1 -0
- package/build/ts/ipfs.js +49 -0
- package/build/ts/ipfs.js.map +1 -0
- package/build/ts/logger.d.ts +46 -0
- package/build/ts/logger.d.ts.map +1 -0
- package/build/ts/logger.js +79 -0
- package/build/ts/logger.js.map +1 -0
- package/build/ts/proofs.d.ts +53 -0
- package/build/ts/proofs.d.ts.map +1 -0
- package/build/ts/proofs.js +154 -0
- package/build/ts/proofs.js.map +1 -0
- package/build/ts/types.d.ts +323 -0
- package/build/ts/types.d.ts.map +1 -0
- package/build/ts/types.js +3 -0
- package/build/ts/types.js.map +1 -0
- package/build/ts/utils.d.ts +85 -0
- package/build/ts/utils.d.ts.map +1 -0
- package/build/ts/utils.js +202 -0
- package/build/ts/utils.js.map +1 -0
- package/build/tsconfig.build.tsbuildinfo +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/checker/BaseChecker.d.ts +48 -0
- package/build/typechain-types/@excubiae/contracts/contracts/checker/BaseChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/checker/BaseChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/checker/BaseChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/checker/index.d.ts +2 -0
- package/build/typechain-types/@excubiae/contracts/contracts/checker/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/checker/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/checker/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.d.ts +56 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.d.ts +56 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.d.ts +143 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.d.ts +56 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/index.d.ts +6 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/anonAadhaar/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASChecker.d.ts +60 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.d.ts +58 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicy.d.ts +143 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/IEAS.d.ts +71 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/IEAS.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/IEAS.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/IEAS.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/index.d.ts +6 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/eas/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.d.ts +48 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.d.ts +46 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.d.ts +135 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/index.d.ts +5 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/freeForAll/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.d.ts +60 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.d.ts +56 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.d.ts +139 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.d.ts +59 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/index.d.ts +6 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsChecker.d.ts +56 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.d.ts +56 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.d.ts +139 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/IHats.d.ts +98 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/IHats.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/IHats.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/IHats.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/index.d.ts +6 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/hats/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/index.d.ts +19 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.d.ts +52 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.d.ts +46 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.d.ts +143 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/index.d.ts +5 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/merkle/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.d.ts +61 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.d.ts +56 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.d.ts +56 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.d.ts +139 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/index.d.ts +6 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/semaphore/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenChecker.d.ts +52 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.d.ts +46 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicy.d.ts +143 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/index.d.ts +5 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/token/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.d.ts +64 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.d.ts +60 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.d.ts +54 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.d.ts +139 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/index.d.ts +6 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/zupass/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/index.d.ts +13 -0
- package/build/typechain-types/@excubiae/contracts/contracts/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBaseChecker.d.ts +36 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBaseChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBaseChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBaseChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBasePolicy.d.ts +84 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBasePolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBasePolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IBasePolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IClone.d.ts +30 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IClone.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IClone.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IClone.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IFactory.d.ts +37 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IPolicy.d.ts +46 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IPolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IPolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/IPolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/index.d.ts +6 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/interfaces/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/BasePolicy.d.ts +135 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/BasePolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/BasePolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/BasePolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/Policy.d.ts +93 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/Policy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/Policy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/Policy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/index.d.ts +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/policy/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/Clone.d.ts +34 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/Clone.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/Clone.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/Clone.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/Factory.d.ts +42 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/Factory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/Factory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/Factory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/index.d.ts +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/proxy/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/index.d.ts +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.d.ts +64 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.d.ts +83 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.d.ts +38 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.d.ts +36 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.d.ts +257 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/MockToken.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/index.d.ts +6 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/extensions/mocks/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/index.d.ts +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/test/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/index.d.ts +3 -0
- package/build/typechain-types/@excubiae/contracts/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/index.js.map +1 -0
- package/build/typechain-types/@excubiae/index.d.ts +3 -0
- package/build/typechain-types/@excubiae/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/index.js +3 -0
- package/build/typechain-types/@excubiae/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts +55 -0
- package/build/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/access/Ownable.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/access/Ownable.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/access/index.d.ts +2 -0
- package/build/typechain-types/@openzeppelin/contracts/access/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/access/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/access/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/index.d.ts +9 -0
- package/build/typechain-types/@openzeppelin/contracts/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.d.ts +21 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.d.ts +21 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.d.ts +21 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +4 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +3 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/interfaces/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.d.ts +142 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.d.ts +130 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.d.ts +142 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +2 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts +5 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC20/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.d.ts +212 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.d.ts +200 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.d.ts +40 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.d.ts +212 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts +2 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/index.d.ts +6 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/ERC721/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/index.d.ts +5 -0
- package/build/typechain-types/@openzeppelin/contracts/token/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/token/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/token/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/Strings.d.ts +21 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/Strings.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/Strings.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/Strings.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/MerkleProof.d.ts +21 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/MerkleProof.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/MerkleProof.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/MerkleProof.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/index.d.ts +2 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/cryptography/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/index.d.ts +8 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.d.ts +30 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts +30 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/introspection/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.d.ts +21 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/math/index.d.ts +2 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/math/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/math/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/utils/math/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/index.d.ts +3 -0
- package/build/typechain-types/@openzeppelin/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/index.js +3 -0
- package/build/typechain-types/@openzeppelin/index.js.map +1 -0
- package/build/typechain-types/common.d.ts +51 -0
- package/build/typechain-types/common.d.ts.map +1 -0
- package/build/typechain-types/common.js +3 -0
- package/build/typechain-types/common.js.map +1 -0
- package/build/typechain-types/contracts/MACI.d.ts +394 -0
- package/build/typechain-types/contracts/MACI.d.ts.map +1 -0
- package/build/typechain-types/contracts/MACI.js +3 -0
- package/build/typechain-types/contracts/MACI.js.map +1 -0
- package/build/typechain-types/contracts/MessageProcessor.d.ts +174 -0
- package/build/typechain-types/contracts/MessageProcessor.d.ts.map +1 -0
- package/build/typechain-types/contracts/MessageProcessor.js +3 -0
- package/build/typechain-types/contracts/MessageProcessor.js.map +1 -0
- package/build/typechain-types/contracts/MessageProcessorFactory.d.ts +44 -0
- package/build/typechain-types/contracts/MessageProcessorFactory.d.ts.map +1 -0
- package/build/typechain-types/contracts/MessageProcessorFactory.js +3 -0
- package/build/typechain-types/contracts/MessageProcessorFactory.js.map +1 -0
- package/build/typechain-types/contracts/Poll.d.ts +687 -0
- package/build/typechain-types/contracts/Poll.d.ts.map +1 -0
- package/build/typechain-types/contracts/Poll.js +3 -0
- package/build/typechain-types/contracts/Poll.js.map +1 -0
- package/build/typechain-types/contracts/PollFactory.d.ts +118 -0
- package/build/typechain-types/contracts/PollFactory.d.ts.map +1 -0
- package/build/typechain-types/contracts/PollFactory.js +3 -0
- package/build/typechain-types/contracts/PollFactory.js.map +1 -0
- package/build/typechain-types/contracts/Tally.d.ts +350 -0
- package/build/typechain-types/contracts/Tally.d.ts.map +1 -0
- package/build/typechain-types/contracts/Tally.js +3 -0
- package/build/typechain-types/contracts/Tally.js.map +1 -0
- package/build/typechain-types/contracts/TallyFactory.d.ts +46 -0
- package/build/typechain-types/contracts/TallyFactory.d.ts.map +1 -0
- package/build/typechain-types/contracts/TallyFactory.js +3 -0
- package/build/typechain-types/contracts/TallyFactory.js.map +1 -0
- package/build/typechain-types/contracts/VkRegistry.d.ts +550 -0
- package/build/typechain-types/contracts/VkRegistry.d.ts.map +1 -0
- package/build/typechain-types/contracts/VkRegistry.js +3 -0
- package/build/typechain-types/contracts/VkRegistry.js.map +1 -0
- package/build/typechain-types/contracts/benchmarks/HasherBenchmarks.d.ts +154 -0
- package/build/typechain-types/contracts/benchmarks/HasherBenchmarks.d.ts.map +1 -0
- package/build/typechain-types/contracts/benchmarks/HasherBenchmarks.js +3 -0
- package/build/typechain-types/contracts/benchmarks/HasherBenchmarks.js.map +1 -0
- package/build/typechain-types/contracts/benchmarks/index.d.ts +2 -0
- package/build/typechain-types/contracts/benchmarks/index.d.ts.map +1 -0
- package/build/typechain-types/contracts/benchmarks/index.js +3 -0
- package/build/typechain-types/contracts/benchmarks/index.js.map +1 -0
- package/build/typechain-types/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.d.ts +34 -0
- package/build/typechain-types/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.js +3 -0
- package/build/typechain-types/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub.js.map +1 -0
- package/build/typechain-types/contracts/crypto/BabyJubJub.sol/index.d.ts +2 -0
- package/build/typechain-types/contracts/crypto/BabyJubJub.sol/index.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/BabyJubJub.sol/index.js +3 -0
- package/build/typechain-types/contracts/crypto/BabyJubJub.sol/index.js.map +1 -0
- package/build/typechain-types/contracts/crypto/Hasher.d.ts +108 -0
- package/build/typechain-types/contracts/crypto/Hasher.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/Hasher.js +3 -0
- package/build/typechain-types/contracts/crypto/Hasher.js.map +1 -0
- package/build/typechain-types/contracts/crypto/Pairing.d.ts +26 -0
- package/build/typechain-types/contracts/crypto/Pairing.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/Pairing.js +3 -0
- package/build/typechain-types/contracts/crypto/Pairing.js.map +1 -0
- package/build/typechain-types/contracts/crypto/PoseidonT3.d.ts +34 -0
- package/build/typechain-types/contracts/crypto/PoseidonT3.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/PoseidonT3.js +3 -0
- package/build/typechain-types/contracts/crypto/PoseidonT3.js.map +1 -0
- package/build/typechain-types/contracts/crypto/PoseidonT4.d.ts +34 -0
- package/build/typechain-types/contracts/crypto/PoseidonT4.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/PoseidonT4.js +3 -0
- package/build/typechain-types/contracts/crypto/PoseidonT4.js.map +1 -0
- package/build/typechain-types/contracts/crypto/PoseidonT5.d.ts +34 -0
- package/build/typechain-types/contracts/crypto/PoseidonT5.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/PoseidonT5.js +3 -0
- package/build/typechain-types/contracts/crypto/PoseidonT5.js.map +1 -0
- package/build/typechain-types/contracts/crypto/PoseidonT6.d.ts +54 -0
- package/build/typechain-types/contracts/crypto/PoseidonT6.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/PoseidonT6.js +3 -0
- package/build/typechain-types/contracts/crypto/PoseidonT6.js.map +1 -0
- package/build/typechain-types/contracts/crypto/Verifier.d.ts +85 -0
- package/build/typechain-types/contracts/crypto/Verifier.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/Verifier.js +3 -0
- package/build/typechain-types/contracts/crypto/Verifier.js.map +1 -0
- package/build/typechain-types/contracts/crypto/index.d.ts +10 -0
- package/build/typechain-types/contracts/crypto/index.d.ts.map +1 -0
- package/build/typechain-types/contracts/crypto/index.js +3 -0
- package/build/typechain-types/contracts/crypto/index.js.map +1 -0
- package/build/typechain-types/contracts/index.d.ts +21 -0
- package/build/typechain-types/contracts/index.d.ts.map +1 -0
- package/build/typechain-types/contracts/index.js +3 -0
- package/build/typechain-types/contracts/index.js.map +1 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.d.ts +48 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.d.ts.map +1 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.js +3 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.js.map +1 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.d.ts +46 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.d.ts.map +1 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.js +3 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.js.map +1 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/index.d.ts +3 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/index.d.ts.map +1 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/index.js +3 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/index.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/IInitialVoiceCreditProxy.d.ts +36 -0
- package/build/typechain-types/contracts/interfaces/IInitialVoiceCreditProxy.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IInitialVoiceCreditProxy.js +3 -0
- package/build/typechain-types/contracts/interfaces/IInitialVoiceCreditProxy.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/IMACI.d.ts +160 -0
- package/build/typechain-types/contracts/interfaces/IMACI.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IMACI.js +3 -0
- package/build/typechain-types/contracts/interfaces/IMACI.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.d.ts +40 -0
- package/build/typechain-types/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.js +3 -0
- package/build/typechain-types/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/IMPFactory.sol/index.d.ts +2 -0
- package/build/typechain-types/contracts/interfaces/IMPFactory.sol/index.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IMPFactory.sol/index.js +3 -0
- package/build/typechain-types/contracts/interfaces/IMPFactory.sol/index.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/IMessageProcessor.d.ts +46 -0
- package/build/typechain-types/contracts/interfaces/IMessageProcessor.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IMessageProcessor.js +3 -0
- package/build/typechain-types/contracts/interfaces/IMessageProcessor.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/IPoll.d.ts +215 -0
- package/build/typechain-types/contracts/interfaces/IPoll.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IPoll.js +3 -0
- package/build/typechain-types/contracts/interfaces/IPoll.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/IPollFactory.d.ts +114 -0
- package/build/typechain-types/contracts/interfaces/IPollFactory.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IPollFactory.js +3 -0
- package/build/typechain-types/contracts/interfaces/IPollFactory.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/ISemaphore.d.ts +61 -0
- package/build/typechain-types/contracts/interfaces/ISemaphore.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/ISemaphore.js +3 -0
- package/build/typechain-types/contracts/interfaces/ISemaphore.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/ITally.d.ts +72 -0
- package/build/typechain-types/contracts/interfaces/ITally.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/ITally.js +3 -0
- package/build/typechain-types/contracts/interfaces/ITally.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/ITallyFactory.d.ts +42 -0
- package/build/typechain-types/contracts/interfaces/ITallyFactory.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/ITallyFactory.js +3 -0
- package/build/typechain-types/contracts/interfaces/ITallyFactory.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/IVerifier.d.ts +81 -0
- package/build/typechain-types/contracts/interfaces/IVerifier.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IVerifier.js +3 -0
- package/build/typechain-types/contracts/interfaces/IVerifier.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/IVkRegistry.d.ts +125 -0
- package/build/typechain-types/contracts/interfaces/IVkRegistry.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IVkRegistry.js +3 -0
- package/build/typechain-types/contracts/interfaces/IVkRegistry.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/index.d.ts +13 -0
- package/build/typechain-types/contracts/interfaces/index.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/index.js +3 -0
- package/build/typechain-types/contracts/interfaces/index.js.map +1 -0
- package/build/typechain-types/contracts/mocks/MockERC20.d.ts +142 -0
- package/build/typechain-types/contracts/mocks/MockERC20.d.ts.map +1 -0
- package/build/typechain-types/contracts/mocks/MockERC20.js +3 -0
- package/build/typechain-types/contracts/mocks/MockERC20.js.map +1 -0
- package/build/typechain-types/contracts/mocks/MockSemaphore.d.ts +73 -0
- package/build/typechain-types/contracts/mocks/MockSemaphore.d.ts.map +1 -0
- package/build/typechain-types/contracts/mocks/MockSemaphore.js +3 -0
- package/build/typechain-types/contracts/mocks/MockSemaphore.js.map +1 -0
- package/build/typechain-types/contracts/mocks/MockTally.d.ts +80 -0
- package/build/typechain-types/contracts/mocks/MockTally.d.ts.map +1 -0
- package/build/typechain-types/contracts/mocks/MockTally.js +3 -0
- package/build/typechain-types/contracts/mocks/MockTally.js.map +1 -0
- package/build/typechain-types/contracts/mocks/MockVerifier.d.ts +81 -0
- package/build/typechain-types/contracts/mocks/MockVerifier.d.ts.map +1 -0
- package/build/typechain-types/contracts/mocks/MockVerifier.js +3 -0
- package/build/typechain-types/contracts/mocks/MockVerifier.js.map +1 -0
- package/build/typechain-types/contracts/mocks/index.d.ts +5 -0
- package/build/typechain-types/contracts/mocks/index.d.ts.map +1 -0
- package/build/typechain-types/contracts/mocks/index.js +3 -0
- package/build/typechain-types/contracts/mocks/index.js.map +1 -0
- package/build/typechain-types/contracts/utilities/DomainObjs.d.ts +26 -0
- package/build/typechain-types/contracts/utilities/DomainObjs.d.ts.map +1 -0
- package/build/typechain-types/contracts/utilities/DomainObjs.js +3 -0
- package/build/typechain-types/contracts/utilities/DomainObjs.js.map +1 -0
- package/build/typechain-types/contracts/utilities/Utilities.d.ts +196 -0
- package/build/typechain-types/contracts/utilities/Utilities.d.ts.map +1 -0
- package/build/typechain-types/contracts/utilities/Utilities.js +3 -0
- package/build/typechain-types/contracts/utilities/Utilities.js.map +1 -0
- package/build/typechain-types/contracts/utilities/index.d.ts +3 -0
- package/build/typechain-types/contracts/utilities/index.d.ts.map +1 -0
- package/build/typechain-types/contracts/utilities/index.js +3 -0
- package/build/typechain-types/contracts/utilities/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.d.ts +56 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.js +82 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/BaseChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.d.ts +2 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.js +9 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/checker/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.d.ts +61 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.js +89 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarCheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.d.ts +103 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.js +143 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.d.ts +236 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.js +314 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/AnonAadhaarPolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.d.ts +42 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.js +64 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/IAnonAadhaar__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.d.ts +6 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.js +17 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/anonAadhaar/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.d.ts +65 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.js +94 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASCheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.d.ts +117 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.js +161 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.d.ts +236 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.js +314 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/EASPolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.d.ts +63 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.js +91 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/IEAS__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.d.ts +6 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.js +17 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/eas/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.d.ts +53 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.js +78 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.d.ts +71 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.js +102 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.d.ts +222 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.js +295 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllPolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.d.ts +5 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.js +15 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.d.ts +61 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.js +89 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportCheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.d.ts +105 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.js +146 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.d.ts +236 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.js +314 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportPolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.d.ts +67 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.js +99 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/IGitcoinPassportDecoder__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.d.ts +6 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.js +17 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/gitcoin/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.d.ts +61 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.js +89 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsCheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.d.ts +103 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.js +144 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.d.ts +236 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.js +314 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/HatsPolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.d.ts +104 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.js +146 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/IHats__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.d.ts +6 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.js +17 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/hats/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.d.ts +10 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.js +49 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofCheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.d.ts +89 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.js +125 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.d.ts +236 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.js +314 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/MerkleProofPolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.d.ts +5 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.js +15 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/merkle/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.d.ts +51 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.js +76 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/ISemaphore__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.d.ts +61 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.js +89 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreCheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.d.ts +103 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.js +143 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphoreChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.d.ts +236 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.js +314 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/SemaphorePolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.d.ts +6 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.js +17 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/semaphore/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenCheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.d.ts +85 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.js +120 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.d.ts +236 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.js +314 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/TokenPolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.d.ts +5 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.js +15 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/token/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.d.ts +69 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.js +99 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassCheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.d.ts +127 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.js +174 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.d.ts +49 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.js +74 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassGroth16Verifier__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.d.ts +236 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.js +314 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/ZupassPolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.d.ts +6 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.js +17 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/zupass/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/index.d.ts +7 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/index.js +46 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.d.ts +26 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.js +44 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBaseChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.d.ts +96 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.js +132 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IBasePolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.d.ts +28 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.js +45 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IClone__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.d.ts +18 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.js +33 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.d.ts +62 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.js +89 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/IPolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.d.ts +6 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.js +17 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/interfaces/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.d.ts +203 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.js +270 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/BasePolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.d.ts +159 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.js +214 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/Policy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.d.ts +3 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.js +11 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/policy/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.d.ts +38 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.js +58 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Clone__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.d.ts +28 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.js +46 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.d.ts +3 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.js +11 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/proxy/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.d.ts +2 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.js +41 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.d.ts +73 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.js +104 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockAnonAadhaar__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.d.ts +124 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.js +171 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockEAS__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.js +85 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockGitcoinPassportDecoder__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.d.ts +41 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.js +64 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockHatsProtocol__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.d.ts +428 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.js +570 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/MockToken__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.d.ts +6 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.js +17 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/extensions/mocks/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.d.ts +2 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.js +41 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/test/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/index.d.ts +2 -0
- package/build/typechain-types/factories/@excubiae/contracts/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/index.js +41 -0
- package/build/typechain-types/factories/@excubiae/contracts/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/index.d.ts +2 -0
- package/build/typechain-types/factories/@excubiae/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/index.js +41 -0
- package/build/typechain-types/factories/@excubiae/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts +65 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js +94 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts +2 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/access/index.js +9 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/access/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/index.d.ts +5 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/index.js +44 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.d.ts +84 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.js +122 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.d.ts +72 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.js +106 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.d.ts +84 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.js +123 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +4 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +13 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +2 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +41 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts +242 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js +328 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts +148 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js +203 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts +178 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js +242 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +2 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js +9 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +4 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js +45 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.d.ts +338 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.js +453 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.d.ts +34 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.js +54 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.d.ts +228 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.js +305 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.d.ts +262 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.js +350 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts +2 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.js +9 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.d.ts +5 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.js +47 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/index.d.ts +3 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/index.js +42 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/token/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts +43 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.js +66 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.d.ts +27 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.js +45 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.d.ts +2 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.js +9 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts +5 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.js +45 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.d.ts +22 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.js +39 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts +22 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js +39 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts +3 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js +11 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts +63 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js +94 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.d.ts +2 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.js +9 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/utils/math/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/index.d.ts +2 -0
- package/build/typechain-types/factories/@openzeppelin/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/index.js +41 -0
- package/build/typechain-types/factories/@openzeppelin/index.js.map +1 -0
- package/build/typechain-types/factories/contracts/MACI__factory.d.ts +580 -0
- package/build/typechain-types/factories/contracts/MACI__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/MACI__factory.js +765 -0
- package/build/typechain-types/factories/contracts/MACI__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.d.ts +69 -0
- package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.js +108 -0
- package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/MessageProcessor__factory.d.ts +288 -0
- package/build/typechain-types/factories/contracts/MessageProcessor__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/MessageProcessor__factory.js +400 -0
- package/build/typechain-types/factories/contracts/MessageProcessor__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/PollFactory__factory.d.ts +138 -0
- package/build/typechain-types/factories/contracts/PollFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/PollFactory__factory.js +201 -0
- package/build/typechain-types/factories/contracts/PollFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/Poll__factory.d.ts +1055 -0
- package/build/typechain-types/factories/contracts/Poll__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/Poll__factory.js +1399 -0
- package/build/typechain-types/factories/contracts/Poll__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/TallyFactory__factory.d.ts +70 -0
- package/build/typechain-types/factories/contracts/TallyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/TallyFactory__factory.js +113 -0
- package/build/typechain-types/factories/contracts/TallyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/Tally__factory.d.ts +525 -0
- package/build/typechain-types/factories/contracts/Tally__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/Tally__factory.js +706 -0
- package/build/typechain-types/factories/contracts/Tally__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/VkRegistry__factory.d.ts +1832 -0
- package/build/typechain-types/factories/contracts/VkRegistry__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/VkRegistry__factory.js +2417 -0
- package/build/typechain-types/factories/contracts/VkRegistry__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/benchmarks/HasherBenchmarks__factory.d.ts +150 -0
- package/build/typechain-types/factories/contracts/benchmarks/HasherBenchmarks__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/benchmarks/HasherBenchmarks__factory.js +223 -0
- package/build/typechain-types/factories/contracts/benchmarks/HasherBenchmarks__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/benchmarks/index.d.ts +2 -0
- package/build/typechain-types/factories/contracts/benchmarks/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/benchmarks/index.js +9 -0
- package/build/typechain-types/factories/contracts/benchmarks/index.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.d.ts +53 -0
- package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.js +79 -0
- package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/CurveBabyJubJub__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.d.ts +2 -0
- package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.js +9 -0
- package/build/typechain-types/factories/contracts/crypto/BabyJubJub.sol/index.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/Hasher__factory.d.ts +118 -0
- package/build/typechain-types/factories/contracts/crypto/Hasher__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/Hasher__factory.js +180 -0
- package/build/typechain-types/factories/contracts/crypto/Hasher__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/Pairing__factory.d.ts +45 -0
- package/build/typechain-types/factories/contracts/crypto/Pairing__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/Pairing__factory.js +68 -0
- package/build/typechain-types/factories/contracts/crypto/Pairing__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.d.ts +37 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.js +59 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT3__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.d.ts +37 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.js +59 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT4__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.d.ts +37 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.js +59 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT5__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.d.ts +37 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.js +59 -0
- package/build/typechain-types/factories/contracts/crypto/PoseidonT6__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/Verifier__factory.d.ts +141 -0
- package/build/typechain-types/factories/contracts/crypto/Verifier__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/Verifier__factory.js +194 -0
- package/build/typechain-types/factories/contracts/crypto/Verifier__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/index.d.ts +9 -0
- package/build/typechain-types/factories/contracts/crypto/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/crypto/index.js +55 -0
- package/build/typechain-types/factories/contracts/crypto/index.js.map +1 -0
- package/build/typechain-types/factories/contracts/index.d.ts +15 -0
- package/build/typechain-types/factories/contracts/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/index.js +62 -0
- package/build/typechain-types/factories/contracts/index.js.map +1 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.js +84 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.d.ts +71 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.js +102 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.d.ts +3 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.js +11 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.d.ts +26 -0
- package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.js +44 -0
- package/build/typechain-types/factories/contracts/interfaces/IInitialVoiceCreditProxy__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.d.ts +193 -0
- package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.js +262 -0
- package/build/typechain-types/factories/contracts/interfaces/IMACI__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory__factory.d.ts +34 -0
- package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory__factory.js +54 -0
- package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/IMessageProcessorFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/index.d.ts +2 -0
- package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/index.js +9 -0
- package/build/typechain-types/factories/contracts/interfaces/IMPFactory.sol/index.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.d.ts +50 -0
- package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.js +75 -0
- package/build/typechain-types/factories/contracts/interfaces/IMessageProcessor__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.d.ts +102 -0
- package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.js +142 -0
- package/build/typechain-types/factories/contracts/interfaces/IPollFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.d.ts +285 -0
- package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.js +379 -0
- package/build/typechain-types/factories/contracts/interfaces/IPoll__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.d.ts +51 -0
- package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.js +76 -0
- package/build/typechain-types/factories/contracts/interfaces/ISemaphore__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.d.ts +38 -0
- package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.js +59 -0
- package/build/typechain-types/factories/contracts/interfaces/ITallyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/ITally__factory.d.ts +72 -0
- package/build/typechain-types/factories/contracts/interfaces/ITally__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/ITally__factory.js +103 -0
- package/build/typechain-types/factories/contracts/interfaces/ITally__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.d.ts +96 -0
- package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.js +136 -0
- package/build/typechain-types/factories/contracts/interfaces/IVerifier__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IVkRegistry__factory.d.ts +352 -0
- package/build/typechain-types/factories/contracts/interfaces/IVkRegistry__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IVkRegistry__factory.js +474 -0
- package/build/typechain-types/factories/contracts/interfaces/IVkRegistry__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/index.d.ts +12 -0
- package/build/typechain-types/factories/contracts/interfaces/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/index.js +61 -0
- package/build/typechain-types/factories/contracts/interfaces/index.js.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.d.ts +269 -0
- package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.js +364 -0
- package/build/typechain-types/factories/contracts/mocks/MockERC20__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.d.ts +100 -0
- package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.js +140 -0
- package/build/typechain-types/factories/contracts/mocks/MockSemaphore__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/MockTally__factory.d.ts +103 -0
- package/build/typechain-types/factories/contracts/mocks/MockTally__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/MockTally__factory.js +143 -0
- package/build/typechain-types/factories/contracts/mocks/MockTally__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.d.ts +111 -0
- package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.js +156 -0
- package/build/typechain-types/factories/contracts/mocks/MockVerifier__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/index.d.ts +5 -0
- package/build/typechain-types/factories/contracts/mocks/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/index.js +15 -0
- package/build/typechain-types/factories/contracts/mocks/index.js.map +1 -0
- package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.d.ts +33 -0
- package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.js +53 -0
- package/build/typechain-types/factories/contracts/utilities/DomainObjs__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/utilities/Utilities__factory.d.ts +236 -0
- package/build/typechain-types/factories/contracts/utilities/Utilities__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/utilities/Utilities__factory.js +337 -0
- package/build/typechain-types/factories/contracts/utilities/Utilities__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/utilities/index.d.ts +3 -0
- package/build/typechain-types/factories/contracts/utilities/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/utilities/index.js +11 -0
- package/build/typechain-types/factories/contracts/utilities/index.js.map +1 -0
- package/build/typechain-types/factories/index.d.ts +5 -0
- package/build/typechain-types/factories/index.d.ts.map +1 -0
- package/build/typechain-types/factories/index.js +44 -0
- package/build/typechain-types/factories/index.js.map +1 -0
- package/build/typechain-types/factories/solady/index.d.ts +2 -0
- package/build/typechain-types/factories/solady/index.d.ts.map +1 -0
- package/build/typechain-types/factories/solady/index.js +41 -0
- package/build/typechain-types/factories/solady/index.js.map +1 -0
- package/build/typechain-types/factories/solady/src/index.d.ts +2 -0
- package/build/typechain-types/factories/solady/src/index.d.ts.map +1 -0
- package/build/typechain-types/factories/solady/src/index.js +41 -0
- package/build/typechain-types/factories/solady/src/index.js.map +1 -0
- package/build/typechain-types/factories/solady/src/utils/LibClone__factory.d.ts +35 -0
- package/build/typechain-types/factories/solady/src/utils/LibClone__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/solady/src/utils/LibClone__factory.js +55 -0
- package/build/typechain-types/factories/solady/src/utils/LibClone__factory.js.map +1 -0
- package/build/typechain-types/factories/solady/src/utils/index.d.ts +2 -0
- package/build/typechain-types/factories/solady/src/utils/index.d.ts.map +1 -0
- package/build/typechain-types/factories/solady/src/utils/index.js +9 -0
- package/build/typechain-types/factories/solady/src/utils/index.js.map +1 -0
- package/build/typechain-types/index.d.ts +228 -0
- package/build/typechain-types/index.d.ts.map +1 -0
- package/build/typechain-types/index.js +258 -0
- package/build/typechain-types/index.js.map +1 -0
- package/build/typechain-types/solady/index.d.ts +3 -0
- package/build/typechain-types/solady/index.d.ts.map +1 -0
- package/build/typechain-types/solady/index.js +3 -0
- package/build/typechain-types/solady/index.js.map +1 -0
- package/build/typechain-types/solady/src/index.d.ts +3 -0
- package/build/typechain-types/solady/src/index.d.ts.map +1 -0
- package/build/typechain-types/solady/src/index.js +3 -0
- package/build/typechain-types/solady/src/index.js.map +1 -0
- package/build/typechain-types/solady/src/utils/LibClone.d.ts +21 -0
- package/build/typechain-types/solady/src/utils/LibClone.d.ts.map +1 -0
- package/build/typechain-types/solady/src/utils/LibClone.js +3 -0
- package/build/typechain-types/solady/src/utils/LibClone.js.map +1 -0
- package/build/typechain-types/solady/src/utils/index.d.ts +2 -0
- package/build/typechain-types/solady/src/utils/index.d.ts.map +1 -0
- package/build/typechain-types/solady/src/utils/index.js +3 -0
- package/build/typechain-types/solady/src/utils/index.js.map +1 -0
- package/contracts/.solhint.json +19 -0
- package/contracts/MACI.sol +220 -0
- package/contracts/MessageProcessor.sol +182 -0
- package/contracts/MessageProcessorFactory.sol +23 -0
- package/contracts/Poll.sol +518 -0
- package/contracts/PollFactory.sol +35 -0
- package/contracts/Tally.sol +440 -0
- package/contracts/TallyFactory.sol +23 -0
- package/contracts/VkRegistry.sol +413 -0
- package/contracts/benchmarks/HasherBenchmarks.sol +23 -0
- package/contracts/crypto/BabyJubJub.sol +138 -0
- package/contracts/crypto/Hasher.sol +58 -0
- package/contracts/crypto/Pairing.sol +164 -0
- package/contracts/crypto/PoseidonT3.sol +8 -0
- package/contracts/crypto/PoseidonT4.sol +8 -0
- package/contracts/crypto/PoseidonT5.sol +8 -0
- package/contracts/crypto/PoseidonT6.sol +8 -0
- package/contracts/crypto/SnarkCommon.sol +17 -0
- package/contracts/crypto/SnarkConstants.sol +26 -0
- package/contracts/crypto/Verifier.sol +93 -0
- package/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxy.sol +30 -0
- package/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory.sol +23 -0
- package/contracts/interfaces/IInitialVoiceCreditProxy.sol +11 -0
- package/contracts/interfaces/IMACI.sol +83 -0
- package/contracts/interfaces/IMPFactory.sol +21 -0
- package/contracts/interfaces/IMessageProcessor.sol +26 -0
- package/contracts/interfaces/IPoll.sol +121 -0
- package/contracts/interfaces/IPollFactory.sol +38 -0
- package/contracts/interfaces/ISemaphore.sol +20 -0
- package/contracts/interfaces/ITally.sol +61 -0
- package/contracts/interfaces/ITallyFactory.sol +23 -0
- package/contracts/interfaces/IVerifier.sol +22 -0
- package/contracts/interfaces/IVkRegistry.sol +45 -0
- package/contracts/mocks/MockERC20.sol +12 -0
- package/contracts/mocks/MockSemaphore.sol +29 -0
- package/contracts/mocks/MockTally.sol +37 -0
- package/contracts/mocks/MockVerifier.sol +16 -0
- package/contracts/mocks/Mocker.sol +30 -0
- package/contracts/trees/LazyIMT.sol +228 -0
- package/contracts/trees/LeanIMT.sol +348 -0
- package/contracts/utilities/DomainObjs.sol +40 -0
- package/contracts/utilities/Params.sol +33 -0
- package/contracts/utilities/Utilities.sol +76 -0
- package/package.json +207 -0
|
@@ -0,0 +1,1055 @@
|
|
|
1
|
+
import { ContractFactory, ContractTransactionResponse } from "ethers";
|
|
2
|
+
import type { Signer, BigNumberish, AddressLike, ContractDeployTransaction, ContractRunner } from "ethers";
|
|
3
|
+
import type { PayableOverrides } from "../../common";
|
|
4
|
+
import type { Poll, PollInterface, Params, DomainObjs } 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(_startDate: BigNumberish, _endDate: BigNumberish, _treeDepths: Params.TreeDepthsStruct, _messageBatchSize: BigNumberish, _coordinatorPubKey: DomainObjs.PubKeyStruct, _extContracts: Params.ExtContractsStruct, _emptyBallotRoot: BigNumberish, _pollId: BigNumberish, _relayers: AddressLike[], _voteOptions: BigNumberish, overrides?: PayableOverrides & {
|
|
10
|
+
from?: string;
|
|
11
|
+
}): Promise<ContractDeployTransaction>;
|
|
12
|
+
deploy(_startDate: BigNumberish, _endDate: BigNumberish, _treeDepths: Params.TreeDepthsStruct, _messageBatchSize: BigNumberish, _coordinatorPubKey: DomainObjs.PubKeyStruct, _extContracts: Params.ExtContractsStruct, _emptyBallotRoot: BigNumberish, _pollId: BigNumberish, _relayers: AddressLike[], _voteOptions: BigNumberish, overrides?: PayableOverrides & {
|
|
13
|
+
from?: string;
|
|
14
|
+
}): Promise<Poll & {
|
|
15
|
+
deploymentTransaction(): ContractTransactionResponse;
|
|
16
|
+
}>;
|
|
17
|
+
connect(runner: ContractRunner | null): Poll__factory;
|
|
18
|
+
static readonly bytecode = "0x6101606040526040516147c83803806147c883398101604081905261002391610ba9565b85516020870151610034919061035f565b610051576040516379fae7af60e01b815260040160405180910390fd5b855160008190556020870151600181905561006c919061040b565b60809081528551600980546001600160a01b03199081166001600160a01b0393841617909155602080890151600a805484169185169190911790556040890151600b805484169185169190911790556060890151600c8054841691851691909117905592880151600d8054909216921691909117905560a08b905260c08a90528801516100fa906005610d93565b81111561011a576040516327c1eb1760e11b815260040160405180910390fd5b61010081815260ff8089166101205289516008805460208d0151841690940261ffff19909416919092161791909117905560e084905261014083905260005b82518110156101b45760016014600085848151811061017a5761017a610da2565b6020908102919091018101516001600160a01b03168252810191909152604001600020805460ff1916911515919091179055600101610159565b506005805460010190556101c6610941565b600080516020614768833981519152815260006020820181905280806101eb84610430565b600080516020614768833981519152600f819055600e8054600181018255600091909152600080516020614748833981519152015591945092509050610230816104d8565b6102b46011600960000160009054906101000a90046001600160a01b03166001600160a01b031663652c76e46040518163ffffffff1660e01b8152600401602060405180830381865afa15801561028b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102af9190610db8565b610574565b6102cd60116000805160206147a88339815191526105c7565b50601680546001810182556000919091526000805160206147a88339815191527fd833147d7dc355ba459fc788f669e58cfaf9dc25ddcd0702e87d69c7b5124289909101556040517f4be9ef9ae736055964ead1cf3c83a19c8b662b5df2bd4414776bb64d81f75d15906103449085908590610dd3565b60405180910390a15050505050505050505050505050610f4d565b60008060008051602061478883398151915284850990506000600080516020614788833981519152848509905060006000805160206147888339815191528260008051602061478883398151915285620292fc090890506000600080516020614788833981519152808460008051602061478883398151915287620292f8090960010890506103fd828260008051602061478883398151915261071e565b159450505050505b92915050565b6000610415610941565b8381526020810183905261042881610759565b949350505050565b61043861095f565b60408051808201909152600080825260208201526000610456610977565b84518152602080860151828201526040805180820182527f171e826ad4a870fd925e0bf0e87884e70e080879c2205ef10114f28a3b6f6dd781527f2bd407d897fbbca9f88adfd2d15252e69de8c1564eb4d3d27162e259172f1a1d81840152815192830190915282825290945092506104cf84846107d4565b93959294505050565b60006104ff6040518060400160405280600f5481526020018481525061075960201b60201c565b90506101205160ff166005546105159190610e31565b60000361054057600e8054600181018255600091909152600080516020614748833981519152018190555b600f81905560405181907fca4eaea204af24b5e48747f98f903698aaf6e7ab2014f1f1209411467a90b62190600090a25050565b60208160ff16111561059957604051633e104c7760e01b815260040160405180910390fd5b6105aa600160ff831681901b610e53565b82546001600160501b03191664ffffffffff919091161790915550565b815460009065010000000000900464ffffffffff166105e7816001610e66565b845464ffffffffff91909116650100000000000264ffffffffff60281b199091161784558260005b8160018701600061062084876108a1565b64ffffffffff168152602081019190915260400160002055600183161561071557600061065782610652600187610e83565b6108a1565b60408051808201825264ffffffffff8316600090815260018b01602090815290839020548252810186905290516314d2f97b60e11b815291925073__$6574937f64fc1d7710ec0e28b7a36713bb$__916329a5f2f6916106b991600401610ea0565b602060405180830381865af41580156106d6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106fa9190610ed1565b647fffffffff600195861c169490935091909101905061060f565b50949350505050565b600083838111610735576107328382610eea565b90505b828061074357610743610e1b565b600061074f8684610e53565b0895945050505050565b6040516314d2f97b60e11b815260009073__$6574937f64fc1d7710ec0e28b7a36713bb$__906329a5f2f690610793908590600401610ea0565b602060405180830381865af41580156107b0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104059190610ed1565b60006107de610996565b835151815283516020908101519082015283516040908101519082015283516060908101519082015283516080908101519082015261081b610996565b845160a001518152845160c001516020820152845160e00151604080830191909152855161010001516060830152855161012001516080808401919091528151908101909152610898908061086f856108cd565b815260200161087d846108cd565b81528651602080830191909152870151604090910152610907565b95945050505050565b6000816108bc60ff851664ff00000000602087901b16610e83565b6108c69190610e66565b9392505050565b604051630926f44b60e31b815260009073__$20527677031d76601747626a9845039fe4$__90634937a25890610793908590600401610efd565b60405163248f667760e01b815260009073__$ce9c2c925f157047e54fa833ec4e61409f$__9063248f667790610793908590600401610f25565b60405180604001604052806002906020820280368337509192915050565b6040518060200160405280610972610977565b905290565b604051806101400160405280600a906020820280368337509192915050565b6040518060a001604052806005906020820280368337509192915050565b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b03811182821017156109ec576109ec6109b4565b60405290565b604051601f8201601f191681016001600160401b0381118282101715610a1a57610a1a6109b4565b604052919050565b805160ff81168114610a3357600080fd5b919050565b600060408284031215610a4a57600080fd5b610a526109ca565b825181526020928301519281019290925250919050565b6001600160a01b0381168114610a7e57600080fd5b50565b600060a08284031215610a9357600080fd5b60405160a081016001600160401b0381118282101715610ab557610ab56109b4565b80604052508091508251610ac881610a69565b81526020830151610ad881610a69565b60208201526040830151610aeb81610a69565b60408201526060830151610afe81610a69565b60608201526080830151610b1181610a69565b6080919091015292915050565b600082601f830112610b2f57600080fd5b81516001600160401b03811115610b4857610b486109b4565b8060051b610b58602082016109f2565b91825260208185018101929081019086841115610b7457600080fd5b6020860192505b83831015610b9f578251610b8e81610a69565b825260209283019290910190610b7b565b9695505050505050565b6000806000806000806000806000808a8c03610200811215610bca57600080fd5b8b5160208d0151909b5099506040603f1982011215610be857600080fd5b50610bf16109ca565b610bfd60408d01610a22565b8152610c0b60608d01610a22565b60208201529750610c1e60808c01610a22565b9650610c2d8c60a08d01610a38565b9550610c3c8c60e08d01610a81565b6101808c01516101a08d01516101c08e015192975090955093506001600160401b03811115610c6a57600080fd5b610c768d828e01610b1e565b92505060006101e08c01519050809150509295989b9194979a5092959850565b634e487b7160e01b600052601160045260246000fd5b6001815b6001841115610ce757808504811115610ccb57610ccb610c96565b6001841615610cd957908102905b60019390931c928002610cb0565b935093915050565b600082610cfe57506001610405565b81610d0b57506000610405565b8160018114610d215760028114610d2b57610d47565b6001915050610405565b60ff841115610d3c57610d3c610c96565b50506001821b610405565b5060208310610133831016604e8410600b8410161715610d6a575081810a610405565b610d776000198484610cac565b8060001904821115610d8b57610d8b610c96565b029392505050565b60006108c660ff841683610cef565b634e487b7160e01b600052603260045260246000fd5b600060208284031215610dca57600080fd5b6108c682610a22565b82516101808201908260005b600a811015610dfe578251825260209283019290910190600101610ddf565b505050825161014083015260208301516101608301529392505050565b634e487b7160e01b600052601260045260246000fd5b600082610e4e57634e487b7160e01b600052601260045260246000fd5b500690565b8181038181111561040557610405610c96565b64ffffffffff818116838216019081111561040557610405610c96565b64ffffffffff828116828216039081111561040557610405610c96565b60408101818360005b6002811015610ec8578151835260209283019290910190600101610ea9565b50505092915050565b600060208284031215610ee357600080fd5b5051919050565b8082018082111561040557610405610c96565b60a08101818360005b6005811015610ec8578151835260209283019290910190600101610f06565b60808101818360005b6004811015610ec8578151835260209283019290910190600101610f2e565b60805160a05160c05160e05161010051610120516101405161374661100260003960008181610557015261153101526000818161058b015281816112cb0152611a0301526000610443015260008181610530015261087101526000818161037e01528181610743015281816107e10152818161098701528181610aaa0152818161126c01526116200152600081816102cf0152818161035d015281816109c80152610aeb015260006105eb01526137466000f3fe608060405234801561001057600080fd5b50600436106102bb5760003560e01c80636f13ab0011610182578063ac98e5df116100e9578063c4e95958116100a2578063e33b13a01161007c578063e33b13a014610794578063edbfe83f146107a1578063ef9a5f0a146107c3578063fba630f2146107d657600080fd5b8063c4e9595814610765578063d2b5751d14610778578063d98665271461078157600080fd5b8063ac98e5df14610669578063ad731cad14610699578063bc14ee2b146106bc578063bea140b314610722578063c17268d914610735578063c24a0f8b1461073e57600080fd5b80638aa0ba921161013b5780638aa0ba92146105e65780638b6e74631461060d5780638c2c887c14610628578063925526671461063b5780639cfced9714610643578063a4de2f5c1461065657600080fd5b80636f13ab00146105525780637028bb0e14610579578063719b9bd81461058657806377399195146105ad5780637d0a81c8146105c05780638a2a3dfb146105d357600080fd5b80633dfb88b2116102265780635bb93995116101df5780635bb93995146104cf5780635d5909dd146104e2578063623f54ac146104eb57806362a361bb146104fe578063683f3dc3146105115780636d582d341461052b57600080fd5b80633dfb88b21461042b57806341495d1c1461043e57806349716ebf146104655780634f367f0f1461048e5780635300f8411461049957806358bfc379146104bc57600080fd5b806314417e8c1161027857806314417e8c146103bc57806327bea0da146103d157806331e766a5146103e4578063340a01c1146103f257806337a90cae146104055780633b2ab96f1461041857600080fd5b806309feaf2a146102c05780630b97bc86146102ca5780630c4eb5c2146103045780630d4e6e6a1461033e5780630e1b48ea1461035b5780630f4cf692146103b3575b600080fd5b6102c86107df565b005b6102f17f000000000000000000000000000000000000000000000000000000000000000081565b6040519081526020015b60405180910390f35b6011546103209064ffffffffff80821691600160281b90041682565b6040805164ffffffffff9384168152929091166020830152016102fb565b60105461034b9060ff1681565b60405190151581526020016102fb565b7f00000000000000000000000000000000000000000000000000000000000000007f00000000000000000000000000000000000000000000000000000000000000005b604080519283526020830191909152016102fb565b6102f160055481565b6103c461092d565b6040516102fb9190612841565b6102c86103df36600461286c565b610985565b60005460015461039e919082565b6102c86104003660046128ab565b610aa8565b61034b610413366004612a0b565b610bfa565b61034b610426366004612a54565b610d70565b6102f1610439366004612a79565b610ee2565b6102f17f000000000000000000000000000000000000000000000000000000000000000081565b610478610473366004612ae1565b610f63565b60405164ffffffffff90911681526020016102fb565b60065460055461039e565b61034b6104a7366004612afa565b60146020526000908152604090205460ff1681565b6102f16104ca366004612b46565b610fd8565b6102f16104dd366004612be0565b611060565b6102f160065481565b6102c86104f9366004612c4d565b611085565b6102f161050c366004612cee565b6110fa565b610519600a81565b60405160ff90911681526020016102fb565b6102f17f000000000000000000000000000000000000000000000000000000000000000081565b6102f17f000000000000000000000000000000000000000000000000000000000000000081565b6007546105199060ff1681565b6105197f000000000000000000000000000000000000000000000000000000000000000081565b6102f16105bb366004612ae1565b611134565b6102f16105ce366004612d62565b611155565b6102f16105e1366004612e57565b611195565b6102f17f000000000000000000000000000000000000000000000000000000000000000081565b6009546040516001600160a01b0390911681526020016102fb565b6102f1610636366004612ae1565b61125a565b6102c861126a565b6102f1610651366004612e85565b611331565b6102f1610664366004612ae1565b61136b565b60085461067f9060ff8082169161010090041682565b6040805160ff9384168152929091166020830152016102fb565b61034b6106a7366004612ae1565b60156020526000908152604090205460ff1681565b600954600a54600b54600c54600d546106e8946001600160a01b03908116948116938116928116911685565b604080516001600160a01b03968716815294861660208601529285169284019290925283166060830152909116608082015260a0016102fb565b6102f1610730366004612ec8565b61137b565b6102f160045481565b6102f17f000000000000000000000000000000000000000000000000000000000000000081565b6103c4610773366004612ae1565b6113b5565b6102f1600f5481565b6103c461078f366004612f0b565b611419565b60035461034b9060ff1681565b6107b46107af366004612cee565b611576565b6040516102fb93929190612f41565b6102c86107d1366004612ffc565b61161e565b6102f160025481565b7f000000000000000000000000000000000000000000000000000000000000000042101561082057604051630931513d60e11b815260040160405180910390fd5b60035460ff16156108445760405163b703d3c960e01b815260040160405180910390fd5b6003805460ff19166001179055600061085d60116118e4565b6002819055905061086c612756565b8181527f00000000000000000000000000000000000000000000000000000000000000006020820152600060408201526108a58161137b565b600455601154600160281b900464ffffffffff16600681905560015b818160ff166001901b64ffffffffff1610156108e957806108e1816130cb565b9150506108c1565b6007805460ff191660ff83161790556006546002546040517f4e3ffd35899168b0b0f09b3a93419888fad4d7602c81fb08fe67506d1e2b42d490600090a350505050565b6060600e80548060200260200160405190810160405280929190818152602001828054801561097b57602002820191906000526020600020905b815481526020019060010190808311610967575b5050505050905090565b7f00000000000000000000000000000000000000000000000000000000000000004211156109c65760405163148fb9a960e31b815260040160405180910390fd5b7f0000000000000000000000000000000000000000000000000000000000000000421015610a07576040516304add5b960e31b815260040160405180910390fd5b610a1681356020830135611934565b610a33576040516379fae7af60e01b815260040160405180910390fd5b6005805460010190556000610a5f610a50368590038501856130ea565b6105e136859003850185613107565b9050610a6a816119de565b7f4be9ef9ae736055964ead1cf3c83a19c8b662b5df2bd4414776bb64d81f75d158383604051610a9b929190613123565b60405180910390a1505050565b7f0000000000000000000000000000000000000000000000000000000000000000421115610ae95760405163148fb9a960e31b815260040160405180910390fd5b7f0000000000000000000000000000000000000000000000000000000000000000421015610b2a576040516304add5b960e31b815260040160405180910390fd5b3360009081526014602052604090205460ff16610b5a5760405163c64891a560e01b815260040160405180910390fd5b60058054830190558160005b81811015610b9757610b8f858583818110610b8357610b8361309f565b905060200201356119de565b600101610b66565b506013805460018101825560009182527f66de8ffda797e3de9c05e8fc57b3bf0ec28a930d40b0d285d93c06501cf6a0900183905560405183917f91b942fa69ed48e396db89fe27f88192d8ca138308a57a2bb49c5824f8d54cab91a250505050565b600b546009546040805163194b1db960e21b8152905160009384936001600160a01b0391821693635585214193919092169163652c76e49160048083019260209291908290030181865afa158015610c56573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c7a9190613148565b6040516001600160e01b031960e084901b16815260ff9091166004820152602401600060405180830381865afa158015610cb8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610ce09190810190613223565b90506000610cef878787611419565b600a5460405163352a4d1560e01b81529192506001600160a01b03169063352a4d1590610d249087908690869060040161338f565b602060405180830381865afa158015610d41573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d659190613490565b979650505050505050565b600b546009546040805163194b1db960e21b8152905160009384936001600160a01b039182169363d3b2c1a293919092169163652c76e49160048083019260209291908290030181865afa158015610dcc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610df09190613148565b6040516001600160e01b031960e084901b16815260ff9091166004820152602401600060405180830381865afa158015610e2e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610e569190810190613223565b90506000610e63856113b5565b600a5460405163352a4d1560e01b81529192506001600160a01b03169063352a4d1590610e989087908690869060040161338f565b602060405180830381865afa158015610eb5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ed99190613490565b95945050505050565b60405163248f667760e01b815260009073__$ce9c2c925f157047e54fa833ec4e61409f$__9063248f667790610f1c9085906004016134b2565b602060405180830381865af4158015610f39573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f5d91906134e3565b92915050565b60115460009064ffffffffff16815b8164ffffffffff168164ffffffffff1611610fbe5764ffffffffff8116600090815260126020526040902054849003610fac579392505050565b80610fb6816134fc565b915050610f72565b50604051631bfab01360e31b815260040160405180910390fd5b60006000805160206136f1833981519152600283604051602001610ffc919061351a565b60408051601f198184030181529082905261101691613569565b602060405180830381855afa158015611033573d6000803e3d6000fd5b5050506040513d601f19601f8201168201806040525081019061105691906134e3565b610f5d919061359b565b600061106a612774565b8381526020810183905261107d816110fa565b949350505050565b8281146110a55760405163ca3487f760e01b815260040160405180910390fd5b8260005b818110156110f2576110ea8686838181106110c6576110c661309f565b905061014002018585848181106110df576110df61309f565b905060400201610985565b6001016110a9565b505050505050565b6040516314d2f97b60e11b815260009073__$6574937f64fc1d7710ec0e28b7a36713bb$__906329a5f2f690610f1c9085906004016135bd565b6016818154811061114457600080fd5b600091825260209091200154905081565b600061115f612792565b825151815282516020908101518183015283015181600260200201526040830151606082015261118e81610ee2565b9392505050565b600061119f6127b0565b83515181528351602090810151908201528351604090810151908201528351606090810151908201528351608090810151908201526111dc6127b0565b845160a001518152845160c001516020820152845160e00151604080830191909152855161010001516060830152855161012001516080808401919091528151908101909152610ed9908061123085611331565b815260200161123e84611331565b8152602001866000015181526020018660200151815250610ee2565b600e818154811061114457600080fd5b7f00000000000000000000000000000000000000000000000000000000000000004210156112ab57604051630931513d60e11b815260040160405180910390fd5b60105460ff1661132f576010805460ff191660011790556005546112f3907f000000000000000000000000000000000000000000000000000000000000000060ff169061359b565b1561132f57600f54600e80546001810182556000919091527fbb7b4a454dc3493923482f07822329ed19e8244eff582cc204f8554c3620c3fd01555b565b604051630926f44b60e31b815260009073__$20527677031d76601747626a9845039fe4$__90634937a25890610f1c9085906004016135e5565b6013818154811061114457600080fd5b6040516304b98e1d60e31b815260009073__$dc01a9744591ab014bc46a3b7671cdaefb$__906325cc70e890610f1c90859060040161360d565b60408051600180825281830190925260609160208083019080368337019050509050601682815481106113ea576113ea61309f565b9060005260206000200154816000815181106114085761140861309f565b602002602001018181525050919050565b60408051600580825260c082019092526060916020820160a0803683370190505090508160000135816000815181106114545761145461309f565b6020026020010181815250508160200135816001815181106114785761147861309f565b60200260200101818152505083816002815181106114985761149861309f565b602090810291909101015260095460405163060881ed60e51b8152600481018590526001600160a01b039091169063c1103da090602401602060405180830381865afa1580156114ec573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061151091906134e3565b816003815181106115235761152361309f565b6020026020010181815250507f0000000000000000000000000000000000000000000000000000000000000000816004815181106115635761156361309f565b6020026020010181815250509392505050565b61157e6127ce565b6040805180820190915260008082526020820152600061159c6127e6565b84518152602080860151828201526040805180820182527f171e826ad4a870fd925e0bf0e87884e70e080879c2205ef10114f28a3b6f6dd781527f2bd407d897fbbca9f88adfd2d15252e69de8c1564eb4d3d27162e259172f1a1d81840152815192830190915282825290945092506116158484611195565b93959294505050565b7f000000000000000000000000000000000000000000000000000000000000000042111561165f5760405163148fb9a960e31b815260040160405180910390fd5b60008681526015602052604090205460ff161561168f5760405163f45d43bf60e01b815260040160405180910390fd5b60008681526015602052604090819020805460ff1916600117905580516101008181019092526116de918891879189919088906008908390839080828437600092019190915250610bfa915050565b6116fb576040516375fc7f6f60e01b815260040160405180910390fd5b600c54604051631e898ef160e01b81526001600160a01b0390911690631e898ef19061172d9033908690600401613635565b600060405180830381600087803b15801561174757600080fd5b505af115801561175b573d6000803e3d6000fd5b5050600d5460405163b36543a960e01b8152600093506001600160a01b03909116915063b36543a9906117949033908690600401613635565b602060405180830381865afa1580156117b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117d591906134e3565b9050600061180c6040518060600160405280898036038101906117f89190613107565b815260200184815260200142815250611155565b9050600061181b601183611aa3565b601680546001808201835560009283527fd833147d7dc355ba459fc788f669e58cfaf9dc25ddcd0702e87d69c7b512428990910183905560115492935090916118729190600160281b900464ffffffffff16613677565b64ffffffffff169050886020013589600001357f1019da9f0eb28579a2d8ff34fd05830972d55b11c8ae086fcfc3793ae46c79da86428e866040516118d0949392919093845260208401929092526040830152606082015260800190565b60405180910390a350505050505050505050565b8054600090600160281b900464ffffffffff1660015b8164ffffffffff168160ff166001901b64ffffffffff1610156119295780611921816130cb565b9150506118fa565b61107d848383611bf8565b6000806000805160206136f1833981519152848509905060006000805160206136f1833981519152848509905060006000805160206136f1833981519152826000805160206136f183398151915285620292fc0908905060006000805160206136f183398151915280846000805160206136f183398151915287620292f8090960010890506119d282826000805160206136f1833981519152611cc4565b15979650505050505050565b60006119ff6040518060400160405280600f548152602001848152506110fa565b90507f000000000000000000000000000000000000000000000000000000000000000060ff16600554611a32919061359b565b600003611a6f57600e80546001810182556000919091527fbb7b4a454dc3493923482f07822329ed19e8244eff582cc204f8554c3620c3fd018190555b600f81905560405181907fca4eaea204af24b5e48747f98f903698aaf6e7ab2014f1f1209411467a90b62190600090a25050565b8154600090600160281b900464ffffffffff16611ac1816001613694565b845464ffffffffff91909116600160281b0269ffffffffff0000000000199091161784558260005b81866001016000611afa8487611cff565b64ffffffffff1681526020810191909152604001600020556001831615611bef576000611b3182611b2c600187613677565b611cff565b60408051808201825264ffffffffff8316600090815260018b01602090815290839020548252810186905290516314d2f97b60e11b815291925073__$6574937f64fc1d7710ec0e28b7a36713bb$__916329a5f2f691611b93916004016135bd565b602060405180830381865af4158015611bb0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611bd491906134e3565b647fffffffff600195861c1694909350919091019050611ae9565b50949350505050565b600060208260ff161115611c1f57604051633e104c7760e01b815260040160405180910390fd5b8264ffffffffff16600003611c3e57611c3782611d24565b905061118e565b6000611c4b8360016136b1565b60ff166001600160401b03811115611c6557611c65612925565b604051908082528060200260200182016040528015611c8e578160200160208202803683370190505b509050611c9d858585846123b1565b808360ff1681518110611cb257611cb261309f565b60200260200101519150509392505050565b600083838111611cdb57611cd883826136ca565b90505b8280611ce957611ce9613585565b6000611cf586846136dd565b0895945050505050565b600081611d1a60ff851664ff00000000602087901b16613677565b61118e9190613694565b60008160ff16600003611d5857507f0ef71f46e11a513c599eed9dd03576c33439bcfb1cee155316f90541e41649ba919050565b8160ff16600103611d8a57507f06928e817d2804a3713efd102bae900c9ab3e8e0b0c6c20f8613bd3b0423a891919050565b8160ff16600203611dbc57507f2a06fb0b739b402c34dc752d8417b9cd67b7f7cabe4b06b5d995053791fcede4919050565b8160ff16600303611dee57507f04265868d2e705f48d3ae49f7749e67a587dafdb569c1d7334675496046eaad6919050565b8160ff16600403611e2057507f08e4b5d410c8de929132c214ea600b5f252fa14aabb97ea67cda5bb4e0ebeec8919050565b8160ff16600503611e5257507f11dc55d21b17daf8e60253c2a43d519039ba968733cf7c9d5df6155939e1a6d8919050565b8160ff16600603611e8457507f30553f8216db90854953edd47602897f897104d5b0d65a5ce000981c51da32e0919050565b8160ff16600703611eb657507f0690bfb582c7502ff6d15d519740ecd73d652b7a14dc82bfd250613ee8e04076919050565b8160ff16600803611ee857507f1ea63a974336db6c0423e719d3f0e11494266237dda3a40de3cb761044366359919050565b8160ff16600903611f1a57507f1e73f08f6e5e4bb9c2096cc4587526ebfd033c222f4a27e97119c867c36a0d3a919050565b8160ff16600a03611f4c57507f10f7b76489e9c36644736c33c600d1bcedd465fd0aff3027e67b02e13875272d919050565b8160ff16600b03611f7e57507f05e0136534f74776d69646bd0bd94519e63af45734405f479382d8400514c1a6919050565b8160ff16600c03611fb057507f1f336d6d45d293180c75964e99a7599d44cac2ad447c202c3e1973b0322cf990919050565b8160ff16600d03611fe257507f2582b5cdefe032d75373f0ede9171406137e93e7d44405a0b0a409c1c7391380919050565b8160ff16600e0361201457507f2ec047dd616221873c234f36461080c3e760644bb519ebdb49eb9645215e0edc919050565b8160ff16600f0361204657507f128fb9ad5b2d8e694bec0888ff95609c15b2a96ae80a34946c953dc503e46fb6919050565b8160ff1660100361207857507f199cd1f5b757c285023767abbe9bbb318da4e1fd375b5a001b54a0f3901ea7d3919050565b8160ff166011036120aa57507f2b8342160822355808db759147a7d6f61de451bd5bb88f9db2eb406ea68b8138919050565b8160ff166012036120dc57507f1874217e8e1dbc51c571a2db1103bf47c3e66a59305ca48bbcee6ad1c8cc5751919050565b8160ff1660130361210e57507f2c849a73ab21c9e88e1d711f221863e2a94eb58f3eb42dde575301451f3ec5c8919050565b8160ff1660140361214057507f1713f3e3dc5e2393bd31ccc0cdd8601bdee3198cf34d566bb60cfab13e5a0873919050565b8160ff1660150361217257507f2ce2c1fb109ad6574570826774ecfca3e04866bb5a3963962b873646db6641f3919050565b8160ff166016036121a457507f2560496c1138c827f1efb407d0cdb9d6ec9539b0957dfb67de2776e6026d630f919050565b8160ff166017036121d657507f1d71ada9e49baeb4a2cf26be37d3bc680554995ef6706105e93978ba71cacf94919050565b8160ff1660180361220857507f19b336a1e0a933e2a8f97d97322dcee843a2d9a2401bece52a3a25ddd5bb6bc9919050565b8160ff1660190361223a57507f1b6367322bac9f24889900d310e2feaa0021516fac77470aea078e89335d3fcf919050565b8160ff16601a0361226c57507f24cb019b59431c232413f66b041923214f7a8a7489caa05b66860f1c3c76d3b1919050565b8160ff16601b0361229e57507f132e4ff3e4ba890f1610efd4d2f69700b825514d557b82663878a56e2acef41c919050565b8160ff16601c036122d057507f0845dd838ca63b2f68775aac8513bd692d26f511698206f3c6ce2b4100dd8d8f919050565b8160ff16601d0361230257507f14b46e659dc4072fc64a18d44911c4a303b45f1296c3cb7dec77f269bee9b5df919050565b8160ff16601e0361233457507f2b59c2651b412c029efa38f835ac1b1b5bdaf89dcb2e4bc9219e7d77c65e776a919050565b8160ff16601f0361236657507f216b9fa3ac3724cf1ec6caf5a66dd85cae3aee727e00d2a0a59f273df3401f10919050565b8160ff1660200361239857507f1d90601a0c76d2f39824f6dc198fb3b48cbd0231516c8f6208e56ea741c341f9919050565b6040516310a2ea0560e21b815260040160405180910390fd5b60208260ff1611156123d657604051633e104c7760e01b815260040160405180910390fd5b8264ffffffffff166000036123fe5760405163bb5e95dd60e01b815260040160405180910390fd5b600061240b600185613677565b90506001811660000361246357846001016000612429600084611cff565b64ffffffffff16815260200190815260200160002054826000815181106124525761245261309f565b60200260200101818152505061248d565b61246d6000611d24565b826000815181106124805761248061309f565b6020026020010181815250505b60005b8360ff168160ff1610156110f257600182166000036125895773__$6574937f64fc1d7710ec0e28b7a36713bb$__6329a5f2f66040518060400160405280868560ff16815181106124e3576124e361309f565b602002602001015181526020016124f985611d24565b8152506040518263ffffffff1660e01b815260040161251891906135bd565b602060405180830381865af4158015612535573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061255991906134e3565b836125658360016136b1565b60ff16815181106125785761257861309f565b602002602001018181525050612743565b60006125968260016136b1565b60ff168664ffffffffff16901c64ffffffffff16905060018364ffffffffff16901c64ffffffffff1681111561263b5760008760010160006125ef8560016125de91906136b1565b60018864ffffffffff16901c611cff565b64ffffffffff168152602001908152602001600020549050808584600161261691906136b1565b60ff16815181106126295761262961309f565b60200260200101818152505050612741565b600087600101600061265485600188611b2c9190613677565b64ffffffffff16815260200190815260200160002054905073__$6574937f64fc1d7710ec0e28b7a36713bb$__6329a5f2f66040518060400160405280848152602001888760ff16815181106126ac576126ac61309f565b60200260200101518152506040518263ffffffff1660e01b81526004016126d391906135bd565b602060405180830381865af41580156126f0573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061271491906134e3565b856127208560016136b1565b60ff16815181106127335761273361309f565b602002602001018181525050505b505b647fffffffff600192831c169101612490565b60405180606001604052806003906020820280368337509192915050565b60405180604001604052806002906020820280368337509192915050565b60405180608001604052806004906020820280368337509192915050565b6040518060a001604052806005906020820280368337509192915050565b60405180602001604052806127e16127e6565b905290565b604051806101400160405280600a906020820280368337509192915050565b600081518084526020840193506020830160005b82811015612837578151865260209586019590910190600101612819565b5093949350505050565b60208152600061118e6020830184612805565b60006040828403121561286657600080fd5b50919050565b60008082840361018081121561288157600080fd5b61014081121561289057600080fd5b508291506128a2846101408501612854565b90509250929050565b6000806000604084860312156128c057600080fd5b83356001600160401b038111156128d657600080fd5b8401601f810186136128e757600080fd5b80356001600160401b038111156128fd57600080fd5b8660208260051b840101111561291257600080fd5b6020918201979096509401359392505050565b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b038111828210171561295d5761295d612925565b60405290565b60405160a081016001600160401b038111828210171561295d5761295d612925565b604051601f8201601f191681016001600160401b03811182821017156129ad576129ad612925565b604052919050565b600082601f8301126129c657600080fd5b60006101006129d481612985565b9150830181858211156129e657600080fd5b845b82811015612a005780358252602091820191016129e8565b509195945050505050565b6000806000806101808587031215612a2257600080fd5b8435935060208501359250612a3a8660408701612854565b9150612a4986608087016129b5565b905092959194509250565b6000806101208385031215612a6857600080fd5b823591506128a284602085016129b5565b600060808284031215612a8b57600080fd5b600083601f840112612a9b578081fd5b80612aa66080612985565b90508091506080840185811115612abc57600080fd5b845b81811015612ad6578035845260209384019301612abe565b509095945050505050565b600060208284031215612af357600080fd5b5035919050565b600060208284031215612b0c57600080fd5b81356001600160a01b038116811461118e57600080fd5b60006001600160401b03821115612b3c57612b3c612925565b5060051b60200190565b600060208284031215612b5857600080fd5b81356001600160401b03811115612b6e57600080fd5b8201601f81018413612b7f57600080fd5b8035612b92612b8d82612b23565b612985565b8082825260208201915060208360051b850101925086831115612bb457600080fd5b6020840193505b82841015612bd6578335825260209384019390910190612bbb565b9695505050505050565b60008060408385031215612bf357600080fd5b50508035926020909101359150565b60008083601f840112612c1457600080fd5b5081356001600160401b03811115612c2b57600080fd5b6020830191508360208260061b8501011115612c4657600080fd5b9250929050565b60008060008060408587031215612c6357600080fd5b84356001600160401b03811115612c7957600080fd5b8501601f81018713612c8a57600080fd5b80356001600160401b03811115612ca057600080fd5b87602061014083028401011115612cb657600080fd5b6020918201955093508501356001600160401b03811115612cd657600080fd5b612ce287828801612c02565b95989497509550505050565b600060408284031215612d0057600080fd5b600083601f840112612d10578081fd5b80612d1b6040612985565b90508091506040840185811115612abc57600080fd5b600060408284031215612d4357600080fd5b612d4b61293b565b823581526020928301359281019290925250919050565b60006080828403128015612d7557600080fd5b50604051606081016001600160401b0381118282101715612d9857612d98612925565b604052612da58484612d31565b815260408381013560208301526060909301359281019290925250919050565b60006101408284031215612dd857600080fd5b604051602081016001600160401b0381118282101715612dfa57612dfa612925565b6040529050806000601f84018513612e10578081fd5b80610140612e1d81612985565b9250829150850186811115612e3157600080fd5b855b81811015612e4b578035845260209384019301612e33565b50509091525092915050565b6000806101808385031215612e6b57600080fd5b612e758484612dc5565b91506128a2846101408501612d31565b600060a08284031215612e9757600080fd5b600083601f840112612ea7578081fd5b80612eb260a0612985565b905080915060a0840185811115612abc57600080fd5b600060608284031215612eda57600080fd5b600083601f840112612eea578081fd5b80612ef56060612985565b90508091506060840185811115612abc57600080fd5b600080600060808486031215612f2057600080fd5b8335925060208401359150612f388560408601612854565b90509250925092565b83516101a08201908260005b600a811015612f6c578251825260209283019290910190600101612f4d565b50508451610140840152506020909301516101608201526101800152919050565b600082601f830112612f9e57600080fd5b81356001600160401b03811115612fb757612fb7612925565b612fca601f8201601f1916602001612985565b818152846020838601011115612fdf57600080fd5b816020850160208301376000918101602001919091529392505050565b6000806000806000806101c0878903121561301657600080fd5b863595506130278860208901612854565b94506060870135935061018087018881111561304257600080fd5b608088019350356001600160401b0381111561305d57600080fd5b61306989828a01612f8d565b9250506101a08701356001600160401b0381111561308657600080fd5b61309289828a01612f8d565b9150509295509295509295565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b600060ff821660ff81036130e1576130e16130b5565b60010192915050565b600061014082840312156130fd57600080fd5b61118e8383612dc5565b60006040828403121561311957600080fd5b61118e8383612d31565b6101808101610140848337823561014083015260209092013561016090910152919050565b60006020828403121561315a57600080fd5b815160ff8116811461118e57600080fd5b60006040828403121561317d57600080fd5b61318561293b565b825181526020928301519281019290925250919050565b600082601f8301126131ad57600080fd5b6131b76040612985565b8060408401858111156131c957600080fd5b845b81811015612ad65780518452602093840193016131cb565b6000608082840312156131f557600080fd5b6131fd61293b565b9050613209838361319c565b8152613218836040840161319c565b602082015292915050565b60006020828403121561323557600080fd5b81516001600160401b0381111561324b57600080fd5b82016101e0818503121561325e57600080fd5b613266612963565b613270858361316b565b815261327f85604084016131e3565b60208201526132918560c084016131e3565b60408201526132a48561014084016131e3565b60608201526101c08201516001600160401b038111156132c357600080fd5b80830192505084601f8301126132d857600080fd5b81516132e6612b8d82612b23565b8082825260208201915060208360061b86010192508783111561330857600080fd5b6020850194505b8285101561333457613321888661316b565b825260208201915060408501945061330f565b6080840152509095945050505050565b8060005b6002811015613367578151845260209384019390910190600101613348565b50505050565b613378828251613344565b602081015161338a6040840182613344565b505050565b60008185825b60088110156133b4578151835260209283019290910190600101613395565b50505061014061010083015261032082016133de6101408401865180518252602090810151910152565b60208501516133f161018085018261336d565b50604085015161340561020085018261336d565b50606085015161341961028085018261336d565b5060808501516101e0610300850152805191829052602001906000906103408501905b808310156134705761345982855180518252602090810151910152565b60408201915060208401935060018301925061343c565b508481036101208601526134848187612805565b98975050505050505050565b6000602082840312156134a257600080fd5b8151801515811461118e57600080fd5b60808101818360005b60048110156134da5781518352602092830192909101906001016134bb565b50505092915050565b6000602082840312156134f557600080fd5b5051919050565b600064ffffffffff821664ffffffffff81036130e1576130e16130b5565b8151600090829060208501835b82811015612a00578151845260209384019390910190600101613527565b60005b83811015613560578181015183820152602001613548565b50506000910152565b6000825161357b818460208701613545565b9190910192915050565b634e487b7160e01b600052601260045260246000fd5b6000826135b857634e487b7160e01b600052601260045260246000fd5b500690565b60408101818360005b60028110156134da5781518352602092830192909101906001016135c6565b60a08101818360005b60058110156134da5781518352602092830192909101906001016135ee565b60608101818360005b60038110156134da578151835260209283019290910190600101613616565b60018060a01b03831681526040602082015260008251806040840152613662816060850160208701613545565b601f01601f1916919091016060019392505050565b64ffffffffff8281168282160390811115610f5d57610f5d6130b5565b64ffffffffff8181168382160190811115610f5d57610f5d6130b5565b60ff8181168382160190811115610f5d57610f5d6130b5565b80820180821115610f5d57610f5d6130b5565b81810381811115610f5d57610f5d6130b556fe30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001a26469706673582212200471244692ebb8eb26367fc26d48153c9aee2f2d41dce119c5d2998a0316f98e64736f6c634300081c0033bb7b4a454dc3493923482f07822329ed19e8244eff582cc204f8554c3620c3fd12817f4161f2f5ded33f26c55735a77e80e4f8975483c8c2704745128417f71130644e72e131a029b85045b68181585d2833e84879b9709143e1f593f00000010ef71f46e11a513c599eed9dd03576c33439bcfb1cee155316f90541e41649ba";
|
|
19
|
+
static readonly abi: readonly [{
|
|
20
|
+
readonly inputs: readonly [{
|
|
21
|
+
readonly internalType: "uint256";
|
|
22
|
+
readonly name: "_startDate";
|
|
23
|
+
readonly type: "uint256";
|
|
24
|
+
}, {
|
|
25
|
+
readonly internalType: "uint256";
|
|
26
|
+
readonly name: "_endDate";
|
|
27
|
+
readonly type: "uint256";
|
|
28
|
+
}, {
|
|
29
|
+
readonly components: readonly [{
|
|
30
|
+
readonly internalType: "uint8";
|
|
31
|
+
readonly name: "intStateTreeDepth";
|
|
32
|
+
readonly type: "uint8";
|
|
33
|
+
}, {
|
|
34
|
+
readonly internalType: "uint8";
|
|
35
|
+
readonly name: "voteOptionTreeDepth";
|
|
36
|
+
readonly type: "uint8";
|
|
37
|
+
}];
|
|
38
|
+
readonly internalType: "struct Params.TreeDepths";
|
|
39
|
+
readonly name: "_treeDepths";
|
|
40
|
+
readonly type: "tuple";
|
|
41
|
+
}, {
|
|
42
|
+
readonly internalType: "uint8";
|
|
43
|
+
readonly name: "_messageBatchSize";
|
|
44
|
+
readonly type: "uint8";
|
|
45
|
+
}, {
|
|
46
|
+
readonly components: readonly [{
|
|
47
|
+
readonly internalType: "uint256";
|
|
48
|
+
readonly name: "x";
|
|
49
|
+
readonly type: "uint256";
|
|
50
|
+
}, {
|
|
51
|
+
readonly internalType: "uint256";
|
|
52
|
+
readonly name: "y";
|
|
53
|
+
readonly type: "uint256";
|
|
54
|
+
}];
|
|
55
|
+
readonly internalType: "struct DomainObjs.PubKey";
|
|
56
|
+
readonly name: "_coordinatorPubKey";
|
|
57
|
+
readonly type: "tuple";
|
|
58
|
+
}, {
|
|
59
|
+
readonly components: readonly [{
|
|
60
|
+
readonly internalType: "contract IMACI";
|
|
61
|
+
readonly name: "maci";
|
|
62
|
+
readonly type: "address";
|
|
63
|
+
}, {
|
|
64
|
+
readonly internalType: "contract IVerifier";
|
|
65
|
+
readonly name: "verifier";
|
|
66
|
+
readonly type: "address";
|
|
67
|
+
}, {
|
|
68
|
+
readonly internalType: "contract IVkRegistry";
|
|
69
|
+
readonly name: "vkRegistry";
|
|
70
|
+
readonly type: "address";
|
|
71
|
+
}, {
|
|
72
|
+
readonly internalType: "contract IBasePolicy";
|
|
73
|
+
readonly name: "policy";
|
|
74
|
+
readonly type: "address";
|
|
75
|
+
}, {
|
|
76
|
+
readonly internalType: "contract IInitialVoiceCreditProxy";
|
|
77
|
+
readonly name: "initialVoiceCreditProxy";
|
|
78
|
+
readonly type: "address";
|
|
79
|
+
}];
|
|
80
|
+
readonly internalType: "struct Params.ExtContracts";
|
|
81
|
+
readonly name: "_extContracts";
|
|
82
|
+
readonly type: "tuple";
|
|
83
|
+
}, {
|
|
84
|
+
readonly internalType: "uint256";
|
|
85
|
+
readonly name: "_emptyBallotRoot";
|
|
86
|
+
readonly type: "uint256";
|
|
87
|
+
}, {
|
|
88
|
+
readonly internalType: "uint256";
|
|
89
|
+
readonly name: "_pollId";
|
|
90
|
+
readonly type: "uint256";
|
|
91
|
+
}, {
|
|
92
|
+
readonly internalType: "address[]";
|
|
93
|
+
readonly name: "_relayers";
|
|
94
|
+
readonly type: "address[]";
|
|
95
|
+
}, {
|
|
96
|
+
readonly internalType: "uint256";
|
|
97
|
+
readonly name: "_voteOptions";
|
|
98
|
+
readonly type: "uint256";
|
|
99
|
+
}];
|
|
100
|
+
readonly stateMutability: "payable";
|
|
101
|
+
readonly type: "constructor";
|
|
102
|
+
}, {
|
|
103
|
+
readonly inputs: readonly [];
|
|
104
|
+
readonly name: "BatchHashesAlreadyPadded";
|
|
105
|
+
readonly type: "error";
|
|
106
|
+
}, {
|
|
107
|
+
readonly inputs: readonly [];
|
|
108
|
+
readonly name: "DefaultZeroBadIndex";
|
|
109
|
+
readonly type: "error";
|
|
110
|
+
}, {
|
|
111
|
+
readonly inputs: readonly [];
|
|
112
|
+
readonly name: "DepthTooLarge";
|
|
113
|
+
readonly type: "error";
|
|
114
|
+
}, {
|
|
115
|
+
readonly inputs: readonly [];
|
|
116
|
+
readonly name: "InvalidBatchLength";
|
|
117
|
+
readonly type: "error";
|
|
118
|
+
}, {
|
|
119
|
+
readonly inputs: readonly [];
|
|
120
|
+
readonly name: "InvalidMessage";
|
|
121
|
+
readonly type: "error";
|
|
122
|
+
}, {
|
|
123
|
+
readonly inputs: readonly [];
|
|
124
|
+
readonly name: "InvalidPollProof";
|
|
125
|
+
readonly type: "error";
|
|
126
|
+
}, {
|
|
127
|
+
readonly inputs: readonly [];
|
|
128
|
+
readonly name: "InvalidPubKey";
|
|
129
|
+
readonly type: "error";
|
|
130
|
+
}, {
|
|
131
|
+
readonly inputs: readonly [];
|
|
132
|
+
readonly name: "NotRelayer";
|
|
133
|
+
readonly type: "error";
|
|
134
|
+
}, {
|
|
135
|
+
readonly inputs: readonly [];
|
|
136
|
+
readonly name: "NumberOfLeavesCannotBeZero";
|
|
137
|
+
readonly type: "error";
|
|
138
|
+
}, {
|
|
139
|
+
readonly inputs: readonly [];
|
|
140
|
+
readonly name: "PollAlreadyInit";
|
|
141
|
+
readonly type: "error";
|
|
142
|
+
}, {
|
|
143
|
+
readonly inputs: readonly [];
|
|
144
|
+
readonly name: "StateAlreadyMerged";
|
|
145
|
+
readonly type: "error";
|
|
146
|
+
}, {
|
|
147
|
+
readonly inputs: readonly [];
|
|
148
|
+
readonly name: "StateLeafNotFound";
|
|
149
|
+
readonly type: "error";
|
|
150
|
+
}, {
|
|
151
|
+
readonly inputs: readonly [];
|
|
152
|
+
readonly name: "TooManyMessages";
|
|
153
|
+
readonly type: "error";
|
|
154
|
+
}, {
|
|
155
|
+
readonly inputs: readonly [];
|
|
156
|
+
readonly name: "TooManyVoteOptions";
|
|
157
|
+
readonly type: "error";
|
|
158
|
+
}, {
|
|
159
|
+
readonly inputs: readonly [];
|
|
160
|
+
readonly name: "UserAlreadyJoined";
|
|
161
|
+
readonly type: "error";
|
|
162
|
+
}, {
|
|
163
|
+
readonly inputs: readonly [];
|
|
164
|
+
readonly name: "VotingPeriodNotOver";
|
|
165
|
+
readonly type: "error";
|
|
166
|
+
}, {
|
|
167
|
+
readonly inputs: readonly [];
|
|
168
|
+
readonly name: "VotingPeriodNotStarted";
|
|
169
|
+
readonly type: "error";
|
|
170
|
+
}, {
|
|
171
|
+
readonly inputs: readonly [];
|
|
172
|
+
readonly name: "VotingPeriodOver";
|
|
173
|
+
readonly type: "error";
|
|
174
|
+
}, {
|
|
175
|
+
readonly anonymous: false;
|
|
176
|
+
readonly inputs: readonly [{
|
|
177
|
+
readonly indexed: true;
|
|
178
|
+
readonly internalType: "uint256";
|
|
179
|
+
readonly name: "_chainHash";
|
|
180
|
+
readonly type: "uint256";
|
|
181
|
+
}];
|
|
182
|
+
readonly name: "ChainHashUpdated";
|
|
183
|
+
readonly type: "event";
|
|
184
|
+
}, {
|
|
185
|
+
readonly anonymous: false;
|
|
186
|
+
readonly inputs: readonly [{
|
|
187
|
+
readonly indexed: true;
|
|
188
|
+
readonly internalType: "bytes32";
|
|
189
|
+
readonly name: "_ipfsHash";
|
|
190
|
+
readonly type: "bytes32";
|
|
191
|
+
}];
|
|
192
|
+
readonly name: "IpfsHashAdded";
|
|
193
|
+
readonly type: "event";
|
|
194
|
+
}, {
|
|
195
|
+
readonly anonymous: false;
|
|
196
|
+
readonly inputs: readonly [{
|
|
197
|
+
readonly indexed: true;
|
|
198
|
+
readonly internalType: "uint256";
|
|
199
|
+
readonly name: "_stateRoot";
|
|
200
|
+
readonly type: "uint256";
|
|
201
|
+
}, {
|
|
202
|
+
readonly indexed: true;
|
|
203
|
+
readonly internalType: "uint256";
|
|
204
|
+
readonly name: "_numSignups";
|
|
205
|
+
readonly type: "uint256";
|
|
206
|
+
}];
|
|
207
|
+
readonly name: "MergeState";
|
|
208
|
+
readonly type: "event";
|
|
209
|
+
}, {
|
|
210
|
+
readonly anonymous: false;
|
|
211
|
+
readonly inputs: readonly [{
|
|
212
|
+
readonly indexed: true;
|
|
213
|
+
readonly internalType: "uint256";
|
|
214
|
+
readonly name: "_pollPubKeyX";
|
|
215
|
+
readonly type: "uint256";
|
|
216
|
+
}, {
|
|
217
|
+
readonly indexed: true;
|
|
218
|
+
readonly internalType: "uint256";
|
|
219
|
+
readonly name: "_pollPubKeyY";
|
|
220
|
+
readonly type: "uint256";
|
|
221
|
+
}, {
|
|
222
|
+
readonly indexed: false;
|
|
223
|
+
readonly internalType: "uint256";
|
|
224
|
+
readonly name: "_voiceCreditBalance";
|
|
225
|
+
readonly type: "uint256";
|
|
226
|
+
}, {
|
|
227
|
+
readonly indexed: false;
|
|
228
|
+
readonly internalType: "uint256";
|
|
229
|
+
readonly name: "_timestamp";
|
|
230
|
+
readonly type: "uint256";
|
|
231
|
+
}, {
|
|
232
|
+
readonly indexed: false;
|
|
233
|
+
readonly internalType: "uint256";
|
|
234
|
+
readonly name: "_nullifier";
|
|
235
|
+
readonly type: "uint256";
|
|
236
|
+
}, {
|
|
237
|
+
readonly indexed: false;
|
|
238
|
+
readonly internalType: "uint256";
|
|
239
|
+
readonly name: "_pollStateIndex";
|
|
240
|
+
readonly type: "uint256";
|
|
241
|
+
}];
|
|
242
|
+
readonly name: "PollJoined";
|
|
243
|
+
readonly type: "event";
|
|
244
|
+
}, {
|
|
245
|
+
readonly anonymous: false;
|
|
246
|
+
readonly inputs: readonly [{
|
|
247
|
+
readonly components: readonly [{
|
|
248
|
+
readonly internalType: "uint256[10]";
|
|
249
|
+
readonly name: "data";
|
|
250
|
+
readonly type: "uint256[10]";
|
|
251
|
+
}];
|
|
252
|
+
readonly indexed: false;
|
|
253
|
+
readonly internalType: "struct DomainObjs.Message";
|
|
254
|
+
readonly name: "_message";
|
|
255
|
+
readonly type: "tuple";
|
|
256
|
+
}, {
|
|
257
|
+
readonly components: readonly [{
|
|
258
|
+
readonly internalType: "uint256";
|
|
259
|
+
readonly name: "x";
|
|
260
|
+
readonly type: "uint256";
|
|
261
|
+
}, {
|
|
262
|
+
readonly internalType: "uint256";
|
|
263
|
+
readonly name: "y";
|
|
264
|
+
readonly type: "uint256";
|
|
265
|
+
}];
|
|
266
|
+
readonly indexed: false;
|
|
267
|
+
readonly internalType: "struct DomainObjs.PubKey";
|
|
268
|
+
readonly name: "_encPubKey";
|
|
269
|
+
readonly type: "tuple";
|
|
270
|
+
}];
|
|
271
|
+
readonly name: "PublishMessage";
|
|
272
|
+
readonly type: "event";
|
|
273
|
+
}, {
|
|
274
|
+
readonly inputs: readonly [];
|
|
275
|
+
readonly name: "MESSAGE_DATA_LENGTH";
|
|
276
|
+
readonly outputs: readonly [{
|
|
277
|
+
readonly internalType: "uint8";
|
|
278
|
+
readonly name: "";
|
|
279
|
+
readonly type: "uint8";
|
|
280
|
+
}];
|
|
281
|
+
readonly stateMutability: "view";
|
|
282
|
+
readonly type: "function";
|
|
283
|
+
}, {
|
|
284
|
+
readonly inputs: readonly [];
|
|
285
|
+
readonly name: "actualStateTreeDepth";
|
|
286
|
+
readonly outputs: readonly [{
|
|
287
|
+
readonly internalType: "uint8";
|
|
288
|
+
readonly name: "";
|
|
289
|
+
readonly type: "uint8";
|
|
290
|
+
}];
|
|
291
|
+
readonly stateMutability: "view";
|
|
292
|
+
readonly type: "function";
|
|
293
|
+
}, {
|
|
294
|
+
readonly inputs: readonly [{
|
|
295
|
+
readonly internalType: "uint256";
|
|
296
|
+
readonly name: "";
|
|
297
|
+
readonly type: "uint256";
|
|
298
|
+
}];
|
|
299
|
+
readonly name: "batchHashes";
|
|
300
|
+
readonly outputs: readonly [{
|
|
301
|
+
readonly internalType: "uint256";
|
|
302
|
+
readonly name: "";
|
|
303
|
+
readonly type: "uint256";
|
|
304
|
+
}];
|
|
305
|
+
readonly stateMutability: "view";
|
|
306
|
+
readonly type: "function";
|
|
307
|
+
}, {
|
|
308
|
+
readonly inputs: readonly [];
|
|
309
|
+
readonly name: "chainHash";
|
|
310
|
+
readonly outputs: readonly [{
|
|
311
|
+
readonly internalType: "uint256";
|
|
312
|
+
readonly name: "";
|
|
313
|
+
readonly type: "uint256";
|
|
314
|
+
}];
|
|
315
|
+
readonly stateMutability: "view";
|
|
316
|
+
readonly type: "function";
|
|
317
|
+
}, {
|
|
318
|
+
readonly inputs: readonly [];
|
|
319
|
+
readonly name: "coordinatorPubKey";
|
|
320
|
+
readonly outputs: readonly [{
|
|
321
|
+
readonly internalType: "uint256";
|
|
322
|
+
readonly name: "x";
|
|
323
|
+
readonly type: "uint256";
|
|
324
|
+
}, {
|
|
325
|
+
readonly internalType: "uint256";
|
|
326
|
+
readonly name: "y";
|
|
327
|
+
readonly type: "uint256";
|
|
328
|
+
}];
|
|
329
|
+
readonly stateMutability: "view";
|
|
330
|
+
readonly type: "function";
|
|
331
|
+
}, {
|
|
332
|
+
readonly inputs: readonly [];
|
|
333
|
+
readonly name: "coordinatorPubKeyHash";
|
|
334
|
+
readonly outputs: readonly [{
|
|
335
|
+
readonly internalType: "uint256";
|
|
336
|
+
readonly name: "";
|
|
337
|
+
readonly type: "uint256";
|
|
338
|
+
}];
|
|
339
|
+
readonly stateMutability: "view";
|
|
340
|
+
readonly type: "function";
|
|
341
|
+
}, {
|
|
342
|
+
readonly inputs: readonly [];
|
|
343
|
+
readonly name: "currentSbCommitment";
|
|
344
|
+
readonly outputs: readonly [{
|
|
345
|
+
readonly internalType: "uint256";
|
|
346
|
+
readonly name: "";
|
|
347
|
+
readonly type: "uint256";
|
|
348
|
+
}];
|
|
349
|
+
readonly stateMutability: "view";
|
|
350
|
+
readonly type: "function";
|
|
351
|
+
}, {
|
|
352
|
+
readonly inputs: readonly [];
|
|
353
|
+
readonly name: "emptyBallotRoot";
|
|
354
|
+
readonly outputs: readonly [{
|
|
355
|
+
readonly internalType: "uint256";
|
|
356
|
+
readonly name: "";
|
|
357
|
+
readonly type: "uint256";
|
|
358
|
+
}];
|
|
359
|
+
readonly stateMutability: "view";
|
|
360
|
+
readonly type: "function";
|
|
361
|
+
}, {
|
|
362
|
+
readonly inputs: readonly [];
|
|
363
|
+
readonly name: "endDate";
|
|
364
|
+
readonly outputs: readonly [{
|
|
365
|
+
readonly internalType: "uint256";
|
|
366
|
+
readonly name: "";
|
|
367
|
+
readonly type: "uint256";
|
|
368
|
+
}];
|
|
369
|
+
readonly stateMutability: "view";
|
|
370
|
+
readonly type: "function";
|
|
371
|
+
}, {
|
|
372
|
+
readonly inputs: readonly [];
|
|
373
|
+
readonly name: "extContracts";
|
|
374
|
+
readonly outputs: readonly [{
|
|
375
|
+
readonly internalType: "contract IMACI";
|
|
376
|
+
readonly name: "maci";
|
|
377
|
+
readonly type: "address";
|
|
378
|
+
}, {
|
|
379
|
+
readonly internalType: "contract IVerifier";
|
|
380
|
+
readonly name: "verifier";
|
|
381
|
+
readonly type: "address";
|
|
382
|
+
}, {
|
|
383
|
+
readonly internalType: "contract IVkRegistry";
|
|
384
|
+
readonly name: "vkRegistry";
|
|
385
|
+
readonly type: "address";
|
|
386
|
+
}, {
|
|
387
|
+
readonly internalType: "contract IBasePolicy";
|
|
388
|
+
readonly name: "policy";
|
|
389
|
+
readonly type: "address";
|
|
390
|
+
}, {
|
|
391
|
+
readonly internalType: "contract IInitialVoiceCreditProxy";
|
|
392
|
+
readonly name: "initialVoiceCreditProxy";
|
|
393
|
+
readonly type: "address";
|
|
394
|
+
}];
|
|
395
|
+
readonly stateMutability: "view";
|
|
396
|
+
readonly type: "function";
|
|
397
|
+
}, {
|
|
398
|
+
readonly inputs: readonly [];
|
|
399
|
+
readonly name: "getBatchHashes";
|
|
400
|
+
readonly outputs: readonly [{
|
|
401
|
+
readonly internalType: "uint256[]";
|
|
402
|
+
readonly name: "";
|
|
403
|
+
readonly type: "uint256[]";
|
|
404
|
+
}];
|
|
405
|
+
readonly stateMutability: "view";
|
|
406
|
+
readonly type: "function";
|
|
407
|
+
}, {
|
|
408
|
+
readonly inputs: readonly [];
|
|
409
|
+
readonly name: "getMaciContract";
|
|
410
|
+
readonly outputs: readonly [{
|
|
411
|
+
readonly internalType: "contract IMACI";
|
|
412
|
+
readonly name: "maci";
|
|
413
|
+
readonly type: "address";
|
|
414
|
+
}];
|
|
415
|
+
readonly stateMutability: "view";
|
|
416
|
+
readonly type: "function";
|
|
417
|
+
}, {
|
|
418
|
+
readonly inputs: readonly [{
|
|
419
|
+
readonly internalType: "uint256";
|
|
420
|
+
readonly name: "_index";
|
|
421
|
+
readonly type: "uint256";
|
|
422
|
+
}];
|
|
423
|
+
readonly name: "getPublicJoinedCircuitInputs";
|
|
424
|
+
readonly outputs: readonly [{
|
|
425
|
+
readonly internalType: "uint256[]";
|
|
426
|
+
readonly name: "publicInputs";
|
|
427
|
+
readonly type: "uint256[]";
|
|
428
|
+
}];
|
|
429
|
+
readonly stateMutability: "view";
|
|
430
|
+
readonly type: "function";
|
|
431
|
+
}, {
|
|
432
|
+
readonly inputs: readonly [{
|
|
433
|
+
readonly internalType: "uint256";
|
|
434
|
+
readonly name: "_nullifier";
|
|
435
|
+
readonly type: "uint256";
|
|
436
|
+
}, {
|
|
437
|
+
readonly internalType: "uint256";
|
|
438
|
+
readonly name: "_index";
|
|
439
|
+
readonly type: "uint256";
|
|
440
|
+
}, {
|
|
441
|
+
readonly components: readonly [{
|
|
442
|
+
readonly internalType: "uint256";
|
|
443
|
+
readonly name: "x";
|
|
444
|
+
readonly type: "uint256";
|
|
445
|
+
}, {
|
|
446
|
+
readonly internalType: "uint256";
|
|
447
|
+
readonly name: "y";
|
|
448
|
+
readonly type: "uint256";
|
|
449
|
+
}];
|
|
450
|
+
readonly internalType: "struct DomainObjs.PubKey";
|
|
451
|
+
readonly name: "_pubKey";
|
|
452
|
+
readonly type: "tuple";
|
|
453
|
+
}];
|
|
454
|
+
readonly name: "getPublicJoiningCircuitInputs";
|
|
455
|
+
readonly outputs: readonly [{
|
|
456
|
+
readonly internalType: "uint256[]";
|
|
457
|
+
readonly name: "publicInputs";
|
|
458
|
+
readonly type: "uint256[]";
|
|
459
|
+
}];
|
|
460
|
+
readonly stateMutability: "view";
|
|
461
|
+
readonly type: "function";
|
|
462
|
+
}, {
|
|
463
|
+
readonly inputs: readonly [];
|
|
464
|
+
readonly name: "getStartAndEndDate";
|
|
465
|
+
readonly outputs: readonly [{
|
|
466
|
+
readonly internalType: "uint256";
|
|
467
|
+
readonly name: "pollStartDate";
|
|
468
|
+
readonly type: "uint256";
|
|
469
|
+
}, {
|
|
470
|
+
readonly internalType: "uint256";
|
|
471
|
+
readonly name: "pollEndDate";
|
|
472
|
+
readonly type: "uint256";
|
|
473
|
+
}];
|
|
474
|
+
readonly stateMutability: "view";
|
|
475
|
+
readonly type: "function";
|
|
476
|
+
}, {
|
|
477
|
+
readonly inputs: readonly [{
|
|
478
|
+
readonly internalType: "uint256";
|
|
479
|
+
readonly name: "element";
|
|
480
|
+
readonly type: "uint256";
|
|
481
|
+
}];
|
|
482
|
+
readonly name: "getStateIndex";
|
|
483
|
+
readonly outputs: readonly [{
|
|
484
|
+
readonly internalType: "uint40";
|
|
485
|
+
readonly name: "";
|
|
486
|
+
readonly type: "uint40";
|
|
487
|
+
}];
|
|
488
|
+
readonly stateMutability: "view";
|
|
489
|
+
readonly type: "function";
|
|
490
|
+
}, {
|
|
491
|
+
readonly inputs: readonly [{
|
|
492
|
+
readonly internalType: "uint256[2]";
|
|
493
|
+
readonly name: "array";
|
|
494
|
+
readonly type: "uint256[2]";
|
|
495
|
+
}];
|
|
496
|
+
readonly name: "hash2";
|
|
497
|
+
readonly outputs: readonly [{
|
|
498
|
+
readonly internalType: "uint256";
|
|
499
|
+
readonly name: "result";
|
|
500
|
+
readonly type: "uint256";
|
|
501
|
+
}];
|
|
502
|
+
readonly stateMutability: "pure";
|
|
503
|
+
readonly type: "function";
|
|
504
|
+
}, {
|
|
505
|
+
readonly inputs: readonly [{
|
|
506
|
+
readonly internalType: "uint256[3]";
|
|
507
|
+
readonly name: "array";
|
|
508
|
+
readonly type: "uint256[3]";
|
|
509
|
+
}];
|
|
510
|
+
readonly name: "hash3";
|
|
511
|
+
readonly outputs: readonly [{
|
|
512
|
+
readonly internalType: "uint256";
|
|
513
|
+
readonly name: "result";
|
|
514
|
+
readonly type: "uint256";
|
|
515
|
+
}];
|
|
516
|
+
readonly stateMutability: "pure";
|
|
517
|
+
readonly type: "function";
|
|
518
|
+
}, {
|
|
519
|
+
readonly inputs: readonly [{
|
|
520
|
+
readonly internalType: "uint256[4]";
|
|
521
|
+
readonly name: "array";
|
|
522
|
+
readonly type: "uint256[4]";
|
|
523
|
+
}];
|
|
524
|
+
readonly name: "hash4";
|
|
525
|
+
readonly outputs: readonly [{
|
|
526
|
+
readonly internalType: "uint256";
|
|
527
|
+
readonly name: "result";
|
|
528
|
+
readonly type: "uint256";
|
|
529
|
+
}];
|
|
530
|
+
readonly stateMutability: "pure";
|
|
531
|
+
readonly type: "function";
|
|
532
|
+
}, {
|
|
533
|
+
readonly inputs: readonly [{
|
|
534
|
+
readonly internalType: "uint256[5]";
|
|
535
|
+
readonly name: "array";
|
|
536
|
+
readonly type: "uint256[5]";
|
|
537
|
+
}];
|
|
538
|
+
readonly name: "hash5";
|
|
539
|
+
readonly outputs: readonly [{
|
|
540
|
+
readonly internalType: "uint256";
|
|
541
|
+
readonly name: "result";
|
|
542
|
+
readonly type: "uint256";
|
|
543
|
+
}];
|
|
544
|
+
readonly stateMutability: "pure";
|
|
545
|
+
readonly type: "function";
|
|
546
|
+
}, {
|
|
547
|
+
readonly inputs: readonly [{
|
|
548
|
+
readonly internalType: "uint256";
|
|
549
|
+
readonly name: "left";
|
|
550
|
+
readonly type: "uint256";
|
|
551
|
+
}, {
|
|
552
|
+
readonly internalType: "uint256";
|
|
553
|
+
readonly name: "right";
|
|
554
|
+
readonly type: "uint256";
|
|
555
|
+
}];
|
|
556
|
+
readonly name: "hashLeftRight";
|
|
557
|
+
readonly outputs: readonly [{
|
|
558
|
+
readonly internalType: "uint256";
|
|
559
|
+
readonly name: "result";
|
|
560
|
+
readonly type: "uint256";
|
|
561
|
+
}];
|
|
562
|
+
readonly stateMutability: "pure";
|
|
563
|
+
readonly type: "function";
|
|
564
|
+
}, {
|
|
565
|
+
readonly inputs: readonly [{
|
|
566
|
+
readonly components: readonly [{
|
|
567
|
+
readonly internalType: "uint256[10]";
|
|
568
|
+
readonly name: "data";
|
|
569
|
+
readonly type: "uint256[10]";
|
|
570
|
+
}];
|
|
571
|
+
readonly internalType: "struct DomainObjs.Message";
|
|
572
|
+
readonly name: "_message";
|
|
573
|
+
readonly type: "tuple";
|
|
574
|
+
}, {
|
|
575
|
+
readonly components: readonly [{
|
|
576
|
+
readonly internalType: "uint256";
|
|
577
|
+
readonly name: "x";
|
|
578
|
+
readonly type: "uint256";
|
|
579
|
+
}, {
|
|
580
|
+
readonly internalType: "uint256";
|
|
581
|
+
readonly name: "y";
|
|
582
|
+
readonly type: "uint256";
|
|
583
|
+
}];
|
|
584
|
+
readonly internalType: "struct DomainObjs.PubKey";
|
|
585
|
+
readonly name: "_encPubKey";
|
|
586
|
+
readonly type: "tuple";
|
|
587
|
+
}];
|
|
588
|
+
readonly name: "hashMessageAndEncPubKey";
|
|
589
|
+
readonly outputs: readonly [{
|
|
590
|
+
readonly internalType: "uint256";
|
|
591
|
+
readonly name: "msgHash";
|
|
592
|
+
readonly type: "uint256";
|
|
593
|
+
}];
|
|
594
|
+
readonly stateMutability: "pure";
|
|
595
|
+
readonly type: "function";
|
|
596
|
+
}, {
|
|
597
|
+
readonly inputs: readonly [{
|
|
598
|
+
readonly components: readonly [{
|
|
599
|
+
readonly components: readonly [{
|
|
600
|
+
readonly internalType: "uint256";
|
|
601
|
+
readonly name: "x";
|
|
602
|
+
readonly type: "uint256";
|
|
603
|
+
}, {
|
|
604
|
+
readonly internalType: "uint256";
|
|
605
|
+
readonly name: "y";
|
|
606
|
+
readonly type: "uint256";
|
|
607
|
+
}];
|
|
608
|
+
readonly internalType: "struct DomainObjs.PubKey";
|
|
609
|
+
readonly name: "pubKey";
|
|
610
|
+
readonly type: "tuple";
|
|
611
|
+
}, {
|
|
612
|
+
readonly internalType: "uint256";
|
|
613
|
+
readonly name: "voiceCreditBalance";
|
|
614
|
+
readonly type: "uint256";
|
|
615
|
+
}, {
|
|
616
|
+
readonly internalType: "uint256";
|
|
617
|
+
readonly name: "timestamp";
|
|
618
|
+
readonly type: "uint256";
|
|
619
|
+
}];
|
|
620
|
+
readonly internalType: "struct DomainObjs.StateLeaf";
|
|
621
|
+
readonly name: "_stateLeaf";
|
|
622
|
+
readonly type: "tuple";
|
|
623
|
+
}];
|
|
624
|
+
readonly name: "hashStateLeaf";
|
|
625
|
+
readonly outputs: readonly [{
|
|
626
|
+
readonly internalType: "uint256";
|
|
627
|
+
readonly name: "ciphertext";
|
|
628
|
+
readonly type: "uint256";
|
|
629
|
+
}];
|
|
630
|
+
readonly stateMutability: "pure";
|
|
631
|
+
readonly type: "function";
|
|
632
|
+
}, {
|
|
633
|
+
readonly inputs: readonly [{
|
|
634
|
+
readonly internalType: "uint256";
|
|
635
|
+
readonly name: "";
|
|
636
|
+
readonly type: "uint256";
|
|
637
|
+
}];
|
|
638
|
+
readonly name: "ipfsHashes";
|
|
639
|
+
readonly outputs: readonly [{
|
|
640
|
+
readonly internalType: "bytes32";
|
|
641
|
+
readonly name: "";
|
|
642
|
+
readonly type: "bytes32";
|
|
643
|
+
}];
|
|
644
|
+
readonly stateMutability: "view";
|
|
645
|
+
readonly type: "function";
|
|
646
|
+
}, {
|
|
647
|
+
readonly inputs: readonly [];
|
|
648
|
+
readonly name: "isBatchHashesPadded";
|
|
649
|
+
readonly outputs: readonly [{
|
|
650
|
+
readonly internalType: "bool";
|
|
651
|
+
readonly name: "";
|
|
652
|
+
readonly type: "bool";
|
|
653
|
+
}];
|
|
654
|
+
readonly stateMutability: "view";
|
|
655
|
+
readonly type: "function";
|
|
656
|
+
}, {
|
|
657
|
+
readonly inputs: readonly [{
|
|
658
|
+
readonly internalType: "uint256";
|
|
659
|
+
readonly name: "_nullifier";
|
|
660
|
+
readonly type: "uint256";
|
|
661
|
+
}, {
|
|
662
|
+
readonly components: readonly [{
|
|
663
|
+
readonly internalType: "uint256";
|
|
664
|
+
readonly name: "x";
|
|
665
|
+
readonly type: "uint256";
|
|
666
|
+
}, {
|
|
667
|
+
readonly internalType: "uint256";
|
|
668
|
+
readonly name: "y";
|
|
669
|
+
readonly type: "uint256";
|
|
670
|
+
}];
|
|
671
|
+
readonly internalType: "struct DomainObjs.PubKey";
|
|
672
|
+
readonly name: "_pubKey";
|
|
673
|
+
readonly type: "tuple";
|
|
674
|
+
}, {
|
|
675
|
+
readonly internalType: "uint256";
|
|
676
|
+
readonly name: "_stateRootIndex";
|
|
677
|
+
readonly type: "uint256";
|
|
678
|
+
}, {
|
|
679
|
+
readonly internalType: "uint256[8]";
|
|
680
|
+
readonly name: "_proof";
|
|
681
|
+
readonly type: "uint256[8]";
|
|
682
|
+
}, {
|
|
683
|
+
readonly internalType: "bytes";
|
|
684
|
+
readonly name: "_signUpPolicyData";
|
|
685
|
+
readonly type: "bytes";
|
|
686
|
+
}, {
|
|
687
|
+
readonly internalType: "bytes";
|
|
688
|
+
readonly name: "_initialVoiceCreditProxyData";
|
|
689
|
+
readonly type: "bytes";
|
|
690
|
+
}];
|
|
691
|
+
readonly name: "joinPoll";
|
|
692
|
+
readonly outputs: readonly [];
|
|
693
|
+
readonly stateMutability: "nonpayable";
|
|
694
|
+
readonly type: "function";
|
|
695
|
+
}, {
|
|
696
|
+
readonly inputs: readonly [];
|
|
697
|
+
readonly name: "mergeState";
|
|
698
|
+
readonly outputs: readonly [];
|
|
699
|
+
readonly stateMutability: "nonpayable";
|
|
700
|
+
readonly type: "function";
|
|
701
|
+
}, {
|
|
702
|
+
readonly inputs: readonly [];
|
|
703
|
+
readonly name: "mergedStateRoot";
|
|
704
|
+
readonly outputs: readonly [{
|
|
705
|
+
readonly internalType: "uint256";
|
|
706
|
+
readonly name: "";
|
|
707
|
+
readonly type: "uint256";
|
|
708
|
+
}];
|
|
709
|
+
readonly stateMutability: "view";
|
|
710
|
+
readonly type: "function";
|
|
711
|
+
}, {
|
|
712
|
+
readonly inputs: readonly [];
|
|
713
|
+
readonly name: "messageBatchSize";
|
|
714
|
+
readonly outputs: readonly [{
|
|
715
|
+
readonly internalType: "uint8";
|
|
716
|
+
readonly name: "";
|
|
717
|
+
readonly type: "uint8";
|
|
718
|
+
}];
|
|
719
|
+
readonly stateMutability: "view";
|
|
720
|
+
readonly type: "function";
|
|
721
|
+
}, {
|
|
722
|
+
readonly inputs: readonly [];
|
|
723
|
+
readonly name: "numMessages";
|
|
724
|
+
readonly outputs: readonly [{
|
|
725
|
+
readonly internalType: "uint256";
|
|
726
|
+
readonly name: "";
|
|
727
|
+
readonly type: "uint256";
|
|
728
|
+
}];
|
|
729
|
+
readonly stateMutability: "view";
|
|
730
|
+
readonly type: "function";
|
|
731
|
+
}, {
|
|
732
|
+
readonly inputs: readonly [];
|
|
733
|
+
readonly name: "numSignUpsAndMessages";
|
|
734
|
+
readonly outputs: readonly [{
|
|
735
|
+
readonly internalType: "uint256";
|
|
736
|
+
readonly name: "numSUps";
|
|
737
|
+
readonly type: "uint256";
|
|
738
|
+
}, {
|
|
739
|
+
readonly internalType: "uint256";
|
|
740
|
+
readonly name: "numMsgs";
|
|
741
|
+
readonly type: "uint256";
|
|
742
|
+
}];
|
|
743
|
+
readonly stateMutability: "view";
|
|
744
|
+
readonly type: "function";
|
|
745
|
+
}, {
|
|
746
|
+
readonly inputs: readonly [];
|
|
747
|
+
readonly name: "numSignups";
|
|
748
|
+
readonly outputs: readonly [{
|
|
749
|
+
readonly internalType: "uint256";
|
|
750
|
+
readonly name: "";
|
|
751
|
+
readonly type: "uint256";
|
|
752
|
+
}];
|
|
753
|
+
readonly stateMutability: "view";
|
|
754
|
+
readonly type: "function";
|
|
755
|
+
}, {
|
|
756
|
+
readonly inputs: readonly [{
|
|
757
|
+
readonly internalType: "uint256[2]";
|
|
758
|
+
readonly name: "dataToPad";
|
|
759
|
+
readonly type: "uint256[2]";
|
|
760
|
+
}];
|
|
761
|
+
readonly name: "padAndHashMessage";
|
|
762
|
+
readonly outputs: readonly [{
|
|
763
|
+
readonly components: readonly [{
|
|
764
|
+
readonly internalType: "uint256[10]";
|
|
765
|
+
readonly name: "data";
|
|
766
|
+
readonly type: "uint256[10]";
|
|
767
|
+
}];
|
|
768
|
+
readonly internalType: "struct DomainObjs.Message";
|
|
769
|
+
readonly name: "message";
|
|
770
|
+
readonly type: "tuple";
|
|
771
|
+
}, {
|
|
772
|
+
readonly components: readonly [{
|
|
773
|
+
readonly internalType: "uint256";
|
|
774
|
+
readonly name: "x";
|
|
775
|
+
readonly type: "uint256";
|
|
776
|
+
}, {
|
|
777
|
+
readonly internalType: "uint256";
|
|
778
|
+
readonly name: "y";
|
|
779
|
+
readonly type: "uint256";
|
|
780
|
+
}];
|
|
781
|
+
readonly internalType: "struct DomainObjs.PubKey";
|
|
782
|
+
readonly name: "padKey";
|
|
783
|
+
readonly type: "tuple";
|
|
784
|
+
}, {
|
|
785
|
+
readonly internalType: "uint256";
|
|
786
|
+
readonly name: "msgHash";
|
|
787
|
+
readonly type: "uint256";
|
|
788
|
+
}];
|
|
789
|
+
readonly stateMutability: "pure";
|
|
790
|
+
readonly type: "function";
|
|
791
|
+
}, {
|
|
792
|
+
readonly inputs: readonly [];
|
|
793
|
+
readonly name: "padLastBatch";
|
|
794
|
+
readonly outputs: readonly [];
|
|
795
|
+
readonly stateMutability: "nonpayable";
|
|
796
|
+
readonly type: "function";
|
|
797
|
+
}, {
|
|
798
|
+
readonly inputs: readonly [];
|
|
799
|
+
readonly name: "pollId";
|
|
800
|
+
readonly outputs: readonly [{
|
|
801
|
+
readonly internalType: "uint256";
|
|
802
|
+
readonly name: "";
|
|
803
|
+
readonly type: "uint256";
|
|
804
|
+
}];
|
|
805
|
+
readonly stateMutability: "view";
|
|
806
|
+
readonly type: "function";
|
|
807
|
+
}, {
|
|
808
|
+
readonly inputs: readonly [{
|
|
809
|
+
readonly internalType: "uint256";
|
|
810
|
+
readonly name: "";
|
|
811
|
+
readonly type: "uint256";
|
|
812
|
+
}];
|
|
813
|
+
readonly name: "pollNullifiers";
|
|
814
|
+
readonly outputs: readonly [{
|
|
815
|
+
readonly internalType: "bool";
|
|
816
|
+
readonly name: "";
|
|
817
|
+
readonly type: "bool";
|
|
818
|
+
}];
|
|
819
|
+
readonly stateMutability: "view";
|
|
820
|
+
readonly type: "function";
|
|
821
|
+
}, {
|
|
822
|
+
readonly inputs: readonly [{
|
|
823
|
+
readonly internalType: "uint256";
|
|
824
|
+
readonly name: "";
|
|
825
|
+
readonly type: "uint256";
|
|
826
|
+
}];
|
|
827
|
+
readonly name: "pollStateRootsOnJoin";
|
|
828
|
+
readonly outputs: readonly [{
|
|
829
|
+
readonly internalType: "uint256";
|
|
830
|
+
readonly name: "";
|
|
831
|
+
readonly type: "uint256";
|
|
832
|
+
}];
|
|
833
|
+
readonly stateMutability: "view";
|
|
834
|
+
readonly type: "function";
|
|
835
|
+
}, {
|
|
836
|
+
readonly inputs: readonly [];
|
|
837
|
+
readonly name: "pollStateTree";
|
|
838
|
+
readonly outputs: readonly [{
|
|
839
|
+
readonly internalType: "uint40";
|
|
840
|
+
readonly name: "maxIndex";
|
|
841
|
+
readonly type: "uint40";
|
|
842
|
+
}, {
|
|
843
|
+
readonly internalType: "uint40";
|
|
844
|
+
readonly name: "numberOfLeaves";
|
|
845
|
+
readonly type: "uint40";
|
|
846
|
+
}];
|
|
847
|
+
readonly stateMutability: "view";
|
|
848
|
+
readonly type: "function";
|
|
849
|
+
}, {
|
|
850
|
+
readonly inputs: readonly [{
|
|
851
|
+
readonly components: readonly [{
|
|
852
|
+
readonly internalType: "uint256[10]";
|
|
853
|
+
readonly name: "data";
|
|
854
|
+
readonly type: "uint256[10]";
|
|
855
|
+
}];
|
|
856
|
+
readonly internalType: "struct DomainObjs.Message";
|
|
857
|
+
readonly name: "_message";
|
|
858
|
+
readonly type: "tuple";
|
|
859
|
+
}, {
|
|
860
|
+
readonly components: readonly [{
|
|
861
|
+
readonly internalType: "uint256";
|
|
862
|
+
readonly name: "x";
|
|
863
|
+
readonly type: "uint256";
|
|
864
|
+
}, {
|
|
865
|
+
readonly internalType: "uint256";
|
|
866
|
+
readonly name: "y";
|
|
867
|
+
readonly type: "uint256";
|
|
868
|
+
}];
|
|
869
|
+
readonly internalType: "struct DomainObjs.PubKey";
|
|
870
|
+
readonly name: "_encPubKey";
|
|
871
|
+
readonly type: "tuple";
|
|
872
|
+
}];
|
|
873
|
+
readonly name: "publishMessage";
|
|
874
|
+
readonly outputs: readonly [];
|
|
875
|
+
readonly stateMutability: "nonpayable";
|
|
876
|
+
readonly type: "function";
|
|
877
|
+
}, {
|
|
878
|
+
readonly inputs: readonly [{
|
|
879
|
+
readonly components: readonly [{
|
|
880
|
+
readonly internalType: "uint256[10]";
|
|
881
|
+
readonly name: "data";
|
|
882
|
+
readonly type: "uint256[10]";
|
|
883
|
+
}];
|
|
884
|
+
readonly internalType: "struct DomainObjs.Message[]";
|
|
885
|
+
readonly name: "_messages";
|
|
886
|
+
readonly type: "tuple[]";
|
|
887
|
+
}, {
|
|
888
|
+
readonly components: readonly [{
|
|
889
|
+
readonly internalType: "uint256";
|
|
890
|
+
readonly name: "x";
|
|
891
|
+
readonly type: "uint256";
|
|
892
|
+
}, {
|
|
893
|
+
readonly internalType: "uint256";
|
|
894
|
+
readonly name: "y";
|
|
895
|
+
readonly type: "uint256";
|
|
896
|
+
}];
|
|
897
|
+
readonly internalType: "struct DomainObjs.PubKey[]";
|
|
898
|
+
readonly name: "_encPubKeys";
|
|
899
|
+
readonly type: "tuple[]";
|
|
900
|
+
}];
|
|
901
|
+
readonly name: "publishMessageBatch";
|
|
902
|
+
readonly outputs: readonly [];
|
|
903
|
+
readonly stateMutability: "nonpayable";
|
|
904
|
+
readonly type: "function";
|
|
905
|
+
}, {
|
|
906
|
+
readonly inputs: readonly [{
|
|
907
|
+
readonly internalType: "uint256[]";
|
|
908
|
+
readonly name: "_messageHashes";
|
|
909
|
+
readonly type: "uint256[]";
|
|
910
|
+
}, {
|
|
911
|
+
readonly internalType: "bytes32";
|
|
912
|
+
readonly name: "_ipfsHash";
|
|
913
|
+
readonly type: "bytes32";
|
|
914
|
+
}];
|
|
915
|
+
readonly name: "relayMessagesBatch";
|
|
916
|
+
readonly outputs: readonly [];
|
|
917
|
+
readonly stateMutability: "nonpayable";
|
|
918
|
+
readonly type: "function";
|
|
919
|
+
}, {
|
|
920
|
+
readonly inputs: readonly [{
|
|
921
|
+
readonly internalType: "address";
|
|
922
|
+
readonly name: "";
|
|
923
|
+
readonly type: "address";
|
|
924
|
+
}];
|
|
925
|
+
readonly name: "relayers";
|
|
926
|
+
readonly outputs: readonly [{
|
|
927
|
+
readonly internalType: "bool";
|
|
928
|
+
readonly name: "";
|
|
929
|
+
readonly type: "bool";
|
|
930
|
+
}];
|
|
931
|
+
readonly stateMutability: "view";
|
|
932
|
+
readonly type: "function";
|
|
933
|
+
}, {
|
|
934
|
+
readonly inputs: readonly [{
|
|
935
|
+
readonly internalType: "uint256[]";
|
|
936
|
+
readonly name: "array";
|
|
937
|
+
readonly type: "uint256[]";
|
|
938
|
+
}];
|
|
939
|
+
readonly name: "sha256Hash";
|
|
940
|
+
readonly outputs: readonly [{
|
|
941
|
+
readonly internalType: "uint256";
|
|
942
|
+
readonly name: "result";
|
|
943
|
+
readonly type: "uint256";
|
|
944
|
+
}];
|
|
945
|
+
readonly stateMutability: "pure";
|
|
946
|
+
readonly type: "function";
|
|
947
|
+
}, {
|
|
948
|
+
readonly inputs: readonly [];
|
|
949
|
+
readonly name: "startDate";
|
|
950
|
+
readonly outputs: readonly [{
|
|
951
|
+
readonly internalType: "uint256";
|
|
952
|
+
readonly name: "";
|
|
953
|
+
readonly type: "uint256";
|
|
954
|
+
}];
|
|
955
|
+
readonly stateMutability: "view";
|
|
956
|
+
readonly type: "function";
|
|
957
|
+
}, {
|
|
958
|
+
readonly inputs: readonly [];
|
|
959
|
+
readonly name: "stateMerged";
|
|
960
|
+
readonly outputs: readonly [{
|
|
961
|
+
readonly internalType: "bool";
|
|
962
|
+
readonly name: "";
|
|
963
|
+
readonly type: "bool";
|
|
964
|
+
}];
|
|
965
|
+
readonly stateMutability: "view";
|
|
966
|
+
readonly type: "function";
|
|
967
|
+
}, {
|
|
968
|
+
readonly inputs: readonly [];
|
|
969
|
+
readonly name: "treeDepths";
|
|
970
|
+
readonly outputs: readonly [{
|
|
971
|
+
readonly internalType: "uint8";
|
|
972
|
+
readonly name: "intStateTreeDepth";
|
|
973
|
+
readonly type: "uint8";
|
|
974
|
+
}, {
|
|
975
|
+
readonly internalType: "uint8";
|
|
976
|
+
readonly name: "voteOptionTreeDepth";
|
|
977
|
+
readonly type: "uint8";
|
|
978
|
+
}];
|
|
979
|
+
readonly stateMutability: "view";
|
|
980
|
+
readonly type: "function";
|
|
981
|
+
}, {
|
|
982
|
+
readonly inputs: readonly [{
|
|
983
|
+
readonly internalType: "uint256";
|
|
984
|
+
readonly name: "_index";
|
|
985
|
+
readonly type: "uint256";
|
|
986
|
+
}, {
|
|
987
|
+
readonly internalType: "uint256[8]";
|
|
988
|
+
readonly name: "_proof";
|
|
989
|
+
readonly type: "uint256[8]";
|
|
990
|
+
}];
|
|
991
|
+
readonly name: "verifyJoinedPollProof";
|
|
992
|
+
readonly outputs: readonly [{
|
|
993
|
+
readonly internalType: "bool";
|
|
994
|
+
readonly name: "isValid";
|
|
995
|
+
readonly type: "bool";
|
|
996
|
+
}];
|
|
997
|
+
readonly stateMutability: "view";
|
|
998
|
+
readonly type: "function";
|
|
999
|
+
}, {
|
|
1000
|
+
readonly inputs: readonly [{
|
|
1001
|
+
readonly internalType: "uint256";
|
|
1002
|
+
readonly name: "_nullifier";
|
|
1003
|
+
readonly type: "uint256";
|
|
1004
|
+
}, {
|
|
1005
|
+
readonly internalType: "uint256";
|
|
1006
|
+
readonly name: "_index";
|
|
1007
|
+
readonly type: "uint256";
|
|
1008
|
+
}, {
|
|
1009
|
+
readonly components: readonly [{
|
|
1010
|
+
readonly internalType: "uint256";
|
|
1011
|
+
readonly name: "x";
|
|
1012
|
+
readonly type: "uint256";
|
|
1013
|
+
}, {
|
|
1014
|
+
readonly internalType: "uint256";
|
|
1015
|
+
readonly name: "y";
|
|
1016
|
+
readonly type: "uint256";
|
|
1017
|
+
}];
|
|
1018
|
+
readonly internalType: "struct DomainObjs.PubKey";
|
|
1019
|
+
readonly name: "_pubKey";
|
|
1020
|
+
readonly type: "tuple";
|
|
1021
|
+
}, {
|
|
1022
|
+
readonly internalType: "uint256[8]";
|
|
1023
|
+
readonly name: "_proof";
|
|
1024
|
+
readonly type: "uint256[8]";
|
|
1025
|
+
}];
|
|
1026
|
+
readonly name: "verifyJoiningPollProof";
|
|
1027
|
+
readonly outputs: readonly [{
|
|
1028
|
+
readonly internalType: "bool";
|
|
1029
|
+
readonly name: "isValid";
|
|
1030
|
+
readonly type: "bool";
|
|
1031
|
+
}];
|
|
1032
|
+
readonly stateMutability: "view";
|
|
1033
|
+
readonly type: "function";
|
|
1034
|
+
}, {
|
|
1035
|
+
readonly inputs: readonly [];
|
|
1036
|
+
readonly name: "voteOptions";
|
|
1037
|
+
readonly outputs: readonly [{
|
|
1038
|
+
readonly internalType: "uint256";
|
|
1039
|
+
readonly name: "";
|
|
1040
|
+
readonly type: "uint256";
|
|
1041
|
+
}];
|
|
1042
|
+
readonly stateMutability: "view";
|
|
1043
|
+
readonly type: "function";
|
|
1044
|
+
}];
|
|
1045
|
+
static createInterface(): PollInterface;
|
|
1046
|
+
static connect(address: string, runner?: ContractRunner | null): Poll;
|
|
1047
|
+
}
|
|
1048
|
+
export interface PollLibraryAddresses {
|
|
1049
|
+
["contracts/crypto/PoseidonT3.sol:PoseidonT3"]: string;
|
|
1050
|
+
["contracts/crypto/PoseidonT6.sol:PoseidonT6"]: string;
|
|
1051
|
+
["contracts/crypto/PoseidonT5.sol:PoseidonT5"]: string;
|
|
1052
|
+
["contracts/crypto/PoseidonT4.sol:PoseidonT4"]: string;
|
|
1053
|
+
}
|
|
1054
|
+
export {};
|
|
1055
|
+
//# sourceMappingURL=Poll__factory.d.ts.map
|