@maci-protocol/contracts 0.0.0-ci.185b643
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/erc20/ERC20Checker.sol/ERC20Checker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker.sol/ERC20Checker.json +104 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory.sol/ERC20CheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory.sol/ERC20CheckerFactory.json +60 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy.sol/ERC20Policy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy.sol/ERC20Policy.json +285 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory.sol/ERC20PolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory.sol/ERC20PolicyFactory.json +55 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker.sol/ERC20VotesChecker.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker.sol/ERC20VotesChecker.json +117 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory.sol/ERC20VotesCheckerFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory.sol/ERC20VotesCheckerFactory.json +65 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy.sol/ERC20VotesPolicy.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy.sol/ERC20VotesPolicy.json +285 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory.sol/ERC20VotesPolicyFactory.dbg.json +4 -0
- package/build/artifacts/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory.sol/ERC20VotesPolicyFactory.json +55 -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/governance/utils/IVotes.sol/IVotes.dbg.json +4 -0
- package/build/artifacts/@openzeppelin/contracts/governance/utils/IVotes.sol/IVotes.json +204 -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/651a12ba363437a30e3bb89000a91e33.json +1 -0
- package/build/artifacts/contracts/MACI.sol/MACI.dbg.json +4 -0
- package/build/artifacts/contracts/MACI.sol/MACI.json +802 -0
- package/build/artifacts/contracts/MessageProcessor.sol/MessageProcessor.dbg.json +4 -0
- package/build/artifacts/contracts/MessageProcessor.sol/MessageProcessor.json +428 -0
- package/build/artifacts/contracts/MessageProcessorFactory.sol/MessageProcessorFactory.dbg.json +4 -0
- package/build/artifacts/contracts/MessageProcessorFactory.sol/MessageProcessorFactory.json +122 -0
- package/build/artifacts/contracts/Poll.sol/Poll.dbg.json +4 -0
- package/build/artifacts/contracts/Poll.sol/Poll.json +1382 -0
- package/build/artifacts/contracts/PollFactory.sol/PollFactory.dbg.json +4 -0
- package/build/artifacts/contracts/PollFactory.sol/PollFactory.json +227 -0
- package/build/artifacts/contracts/Tally.sol/Tally.dbg.json +4 -0
- package/build/artifacts/contracts/Tally.sol/Tally.json +729 -0
- package/build/artifacts/contracts/TallyFactory.sol/TallyFactory.dbg.json +4 -0
- package/build/artifacts/contracts/TallyFactory.sol/TallyFactory.json +127 -0
- package/build/artifacts/contracts/VkRegistry.sol/VkRegistry.dbg.json +4 -0
- package/build/artifacts/contracts/VkRegistry.sol/VkRegistry.json +2400 -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 +61 -0
- package/build/artifacts/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy.sol/ERC20VotesInitialVoiceCreditProxy.dbg.json +4 -0
- package/build/artifacts/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy.sol/ERC20VotesInitialVoiceCreditProxy.json +112 -0
- package/build/artifacts/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory.sol/ERC20VotesInitialVoiceCreditProxyFactory.dbg.json +4 -0
- package/build/artifacts/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory.sol/ERC20VotesInitialVoiceCreditProxyFactory.json +71 -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 +258 -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 +375 -0
- package/build/artifacts/contracts/interfaces/IPollFactory.sol/IPollFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IPollFactory.sol/IPollFactory.json +138 -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/MockERC20Votes.sol/MockERC20Votes.dbg.json +4 -0
- package/build/artifacts/contracts/mocks/MockERC20Votes.sol/MockERC20Votes.json +385 -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 +348 -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 +17 -0
- package/build/hardhat.config.d.ts.map +1 -0
- package/build/hardhat.config.js +240 -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 +558 -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 +47 -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 +47 -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 +47 -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 +68 -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 +88 -0
- package/build/tasks/deploy/maci/08-vkRegistry.js.map +1 -0
- package/build/tasks/deploy/poll/01-voiceCreditProxy.d.ts +2 -0
- package/build/tasks/deploy/poll/01-voiceCreditProxy.d.ts.map +1 -0
- package/build/tasks/deploy/poll/01-voiceCreditProxy.js +135 -0
- package/build/tasks/deploy/poll/01-voiceCreditProxy.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 +592 -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 +173 -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 +242 -0
- package/build/tasks/helpers/ContractStorage.js.map +1 -0
- package/build/tasks/helpers/ContractVerifier.d.ts +28 -0
- package/build/tasks/helpers/ContractVerifier.d.ts.map +1 -0
- package/build/tasks/helpers/ContractVerifier.js +105 -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 +66 -0
- package/build/tasks/helpers/constants.d.ts.map +1 -0
- package/build/tasks/helpers/constants.js +132 -0
- package/build/tasks/helpers/constants.js.map +1 -0
- package/build/tasks/helpers/types.d.ts +742 -0
- package/build/tasks/helpers/types.d.ts.map +1 -0
- package/build/tasks/helpers/types.js +123 -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 +81 -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 +77 -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 +247 -0
- package/build/ts/deploy.d.ts.map +1 -0
- package/build/ts/deploy.js +574 -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 +275 -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 +97 -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 +361 -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/erc20/ERC20Checker.d.ts +56 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory.d.ts +56 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy.d.ts +139 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/index.d.ts +5 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20/index.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker.d.ts +60 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory.d.ts +58 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy.d.ts +139 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory.d.ts +50 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory.js.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/index.d.ts +5 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/index.d.ts.map +1 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/index.js +3 -0
- package/build/typechain-types/@excubiae/contracts/contracts/extensions/erc20votes/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 +23 -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/governance/index.d.ts +3 -0
- package/build/typechain-types/@openzeppelin/contracts/governance/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/governance/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/governance/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/governance/utils/IVotes.d.ts +135 -0
- package/build/typechain-types/@openzeppelin/contracts/governance/utils/IVotes.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/governance/utils/IVotes.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/governance/utils/IVotes.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/governance/utils/index.d.ts +2 -0
- package/build/typechain-types/@openzeppelin/contracts/governance/utils/index.d.ts.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/governance/utils/index.js +3 -0
- package/build/typechain-types/@openzeppelin/contracts/governance/utils/index.js.map +1 -0
- package/build/typechain-types/@openzeppelin/contracts/index.d.ts +11 -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 +397 -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 +186 -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 +64 -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 +668 -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 +141 -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 +362 -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 +66 -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 +561 -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/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 +19 -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/ERC20VotesInitialVoiceCreditProxy.d.ts +60 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy.d.ts.map +1 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy.js +3 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy.js.map +1 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory.d.ts +58 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory.d.ts.map +1 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory.js +3 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory.js.map +1 -0
- package/build/typechain-types/contracts/initialVoiceCreditProxy/index.d.ts +5 -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 +163 -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 +219 -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 +117 -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/MockERC20Votes.d.ts +168 -0
- package/build/typechain-types/contracts/mocks/MockERC20Votes.d.ts.map +1 -0
- package/build/typechain-types/contracts/mocks/MockERC20Votes.js +3 -0
- package/build/typechain-types/contracts/mocks/MockERC20Votes.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 +6 -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 +193 -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/erc20/ERC20CheckerFactory__factory.d.ts +61 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory__factory.js +89 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20CheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker__factory.d.ts +95 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker__factory.js +133 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Checker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20PolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy__factory.d.ts +236 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy__factory.js +314 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/ERC20Policy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/index.d.ts +5 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/index.js +15 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20/index.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory__factory.d.ts +65 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory__factory.js +94 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesCheckerFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker__factory.d.ts +105 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker__factory.js +146 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesChecker__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory__factory.d.ts +57 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory__factory.js +84 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy__factory.d.ts +236 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy__factory.js +314 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/ERC20VotesPolicy__factory.js.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/index.d.ts +5 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/index.js +15 -0
- package/build/typechain-types/factories/@excubiae/contracts/contracts/extensions/erc20votes/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 +12 -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 +51 -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/governance/index.d.ts +2 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/governance/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/governance/index.js +41 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/governance/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/IVotes__factory.d.ts +156 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/IVotes__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/IVotes__factory.js +213 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/IVotes__factory.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/index.d.ts +2 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/index.js +9 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/governance/utils/index.js.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/index.d.ts +6 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/index.d.ts.map +1 -0
- package/build/typechain-types/factories/@openzeppelin/contracts/index.js +45 -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 +584 -0
- package/build/typechain-types/factories/contracts/MACI__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/MACI__factory.js +770 -0
- package/build/typechain-types/factories/contracts/MACI__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.d.ts +93 -0
- package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.js +139 -0
- package/build/typechain-types/factories/contracts/MessageProcessorFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/MessageProcessor__factory.d.ts +298 -0
- package/build/typechain-types/factories/contracts/MessageProcessor__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/MessageProcessor__factory.js +412 -0
- package/build/typechain-types/factories/contracts/MessageProcessor__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/PollFactory__factory.d.ts +162 -0
- package/build/typechain-types/factories/contracts/PollFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/PollFactory__factory.js +232 -0
- package/build/typechain-types/factories/contracts/PollFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/Poll__factory.d.ts +1011 -0
- package/build/typechain-types/factories/contracts/Poll__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/Poll__factory.js +1342 -0
- package/build/typechain-types/factories/contracts/Poll__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/TallyFactory__factory.d.ts +94 -0
- package/build/typechain-types/factories/contracts/TallyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/TallyFactory__factory.js +144 -0
- package/build/typechain-types/factories/contracts/TallyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/Tally__factory.d.ts +531 -0
- package/build/typechain-types/factories/contracts/Tally__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/Tally__factory.js +713 -0
- package/build/typechain-types/factories/contracts/Tally__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/VkRegistry__factory.d.ts +1841 -0
- package/build/typechain-types/factories/contracts/VkRegistry__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/VkRegistry__factory.js +2429 -0
- package/build/typechain-types/factories/contracts/VkRegistry__factory.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 +14 -0
- package/build/typechain-types/factories/contracts/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/index.js +61 -0
- package/build/typechain-types/factories/contracts/index.js.map +1 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ConstantInitialVoiceCreditProxyFactory__factory.d.ts +61 -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 +90 -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/ERC20VotesInitialVoiceCreditProxyFactory__factory.d.ts +69 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory__factory.js +100 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy__factory.d.ts +101 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy__factory.js +141 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy__factory.js.map +1 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.d.ts +5 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/initialVoiceCreditProxy/index.js +15 -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 +197 -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 +267 -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 +106 -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 +147 -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 +289 -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 +384 -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/MockERC20Votes__factory.d.ts +307 -0
- package/build/typechain-types/factories/contracts/mocks/MockERC20Votes__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/MockERC20Votes__factory.js +414 -0
- package/build/typechain-types/factories/contracts/mocks/MockERC20Votes__factory.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 +6 -0
- package/build/typechain-types/factories/contracts/mocks/index.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/mocks/index.js +17 -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 +232 -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 +332 -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 +250 -0
- package/build/typechain-types/index.d.ts.map +1 -0
- package/build/typechain-types/index.js +280 -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 +188 -0
- package/contracts/MessageProcessorFactory.sol +32 -0
- package/contracts/Poll.sol +533 -0
- package/contracts/PollFactory.sol +38 -0
- package/contracts/Tally.sol +445 -0
- package/contracts/TallyFactory.sol +32 -0
- package/contracts/VkRegistry.sol +395 -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 +24 -0
- package/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxy.sol +37 -0
- package/contracts/initialVoiceCreditProxy/ERC20VotesInitialVoiceCreditProxyFactory.sol +26 -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 +125 -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 +68 -0
- package/contracts/mocks/MockERC20.sol +12 -0
- package/contracts/mocks/MockERC20Votes.sol +27 -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 +38 -0
- package/contracts/trees/LazyIMT.sol +228 -0
- package/contracts/trees/LeanIMT.sol +348 -0
- package/contracts/utilities/DomainObjs.sol +39 -0
- package/contracts/utilities/Params.sol +34 -0
- package/contracts/utilities/Utilities.sol +75 -0
- package/package.json +212 -0
|
@@ -0,0 +1,1011 @@
|
|
|
1
|
+
import { ContractFactory, ContractTransactionResponse } from "ethers";
|
|
2
|
+
import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers";
|
|
3
|
+
import type { NonPayableOverrides } from "../../common";
|
|
4
|
+
import type { Poll, PollInterface } from "../../contracts/Poll";
|
|
5
|
+
type PollConstructorParams = [linkLibraryAddresses: PollLibraryAddresses, signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
|
|
6
|
+
export declare class Poll__factory extends ContractFactory {
|
|
7
|
+
constructor(...args: PollConstructorParams);
|
|
8
|
+
static linkBytecode(linkLibraryAddresses: PollLibraryAddresses): string;
|
|
9
|
+
getDeployTransaction(overrides?: NonPayableOverrides & {
|
|
10
|
+
from?: string;
|
|
11
|
+
}): Promise<ContractDeployTransaction>;
|
|
12
|
+
deploy(overrides?: NonPayableOverrides & {
|
|
13
|
+
from?: string;
|
|
14
|
+
}): Promise<Poll & {
|
|
15
|
+
deploymentTransaction(): ContractTransactionResponse;
|
|
16
|
+
}>;
|
|
17
|
+
connect(runner: ContractRunner | null): Poll__factory;
|
|
18
|
+
static readonly bytecode = "0x6080604052348015600f57600080fd5b50613c948061001f6000396000f3fe608060405234801561001057600080fd5b50600436106103275760003560e01c80637028bb0e116101b8578063ad731cad11610104578063d2b5751d116100a2578063e33b13a01161007c578063e33b13a01461073d578063edbfe83f1461074a578063ef9a5f0a1461076c578063fba630f21461077f57600080fd5b8063d2b5751d14610718578063d986652714610721578063df82635a1461073457600080fd5b8063bea140b3116100de578063bea140b3146106e0578063c17268d9146106f3578063c24a0f8b146106fc578063c4e959581461070557600080fd5b8063ad731cad14610642578063b41a4b1914610665578063bc14ee2b1461067a57600080fd5b80638aa0ba9211610171578063925526671161014b57806392552667146105d05780639cfced97146105d8578063a4de2f5c146105eb578063ac98e5df146105fe57600080fd5b80638aa0ba92146105995780638b6e7463146105a25780638c2c887c146105bd57600080fd5b80637028bb0e1461053e578063719b9bd81461054b5780637739919514610558578063793c56321461056b5780638129fc1c1461057e5780638a2a3dfb1461058657600080fd5b80633dfb88b2116102775780635bb939951161023057806362a361bb1161020a57806362a361bb146104ff578063683f3dc3146105125780636d582d341461052c5780636f13ab001461053557600080fd5b80635bb93995146104d05780635d5909dd146104e3578063623f54ac146104ec57600080fd5b80633dfb88b21461044a57806341495d1c1461045d57806349716ebf146104665780634f367f0f1461048f5780635300f8411461049a57806358bfc379146104bd57600080fd5b806314417e8c116102e457806331e766a5116102be57806331e766a514610403578063340a01c11461041157806337a90cae146104245780633b2ab96f1461043757600080fd5b806314417e8c146103ce578063158ef93e146103e357806327bea0da146103f057600080fd5b806309feaf2a1461032c5780630b97bc86146103365780630c4eb5c2146103525780630d4e6e6a1461038c5780630e1b48ea146103a95780630f4cf692146103c5575b600080fd5b610334610788565b005b61033f60065481565b6040519081526020015b60405180910390f35b60195461036e9064ffffffffff80821691600160281b90041682565b6040805164ffffffffff938416815292909116602083015201610349565b6018546103999060ff1681565b6040519015158152602001610349565b6006546007545b60408051928352602083019190915201610349565b61033f600b5481565b6103d661089a565b6040516103499190612a55565b6000546103999060ff1681565b6103346103fe366004612a80565b6108f2565b6002546003546103b0919082565b61033461041f366004612abf565b6109d9565b610399610432366004612c41565b610aef565b610399610445366004612c8a565b610c00565b61033f610458366004612caf565b610d0d565b61033f600e5481565b610479610474366004612d17565b610d8e565b60405164ffffffffff9091168152602001610349565b600c54600b546103b0565b6103996104a8366004612d48565b601c6020526000908152604090205460ff1681565b61033f6104cb366004612d88565b610e03565b61033f6104de366004612e22565b610e8b565b61033f600c5481565b6103346104fa366004612e8f565b610eb0565b61033f61050d366004612f30565b610f25565b61051a600a81565b60405160ff9091168152602001610349565b61033f60085481565b61033f601e5481565b600d5461051a9060ff1681565b60105461051a9060ff1681565b61033f610566366004612d17565b610f5f565b61033f610579366004612fa4565b610f80565b610334610fb3565b61033f610594366004613070565b610fbd565b61033f60045481565b6011546040516001600160a01b039091168152602001610349565b61033f6105cb366004612d17565b611082565b610334611092565b61033f6105e636600461309e565b61111c565b61033f6105f9366004612d17565b611156565b600f5461061e9060ff808216916101008104821691620100009091041683565b6040805160ff94851681529284166020840152921691810191909152606001610349565b610399610650366004612d17565b601d6020526000908152604090205460ff1681565b61066d611166565b6040516103499190613131565b6011546012546013546014546015546106a6946001600160a01b03908116948116938116928116911685565b604080516001600160a01b03968716815294861660208601529285169284019290925283166060830152909116608082015260a001610349565b61033f6106ee366004613144565b611175565b61033f600a5481565b61033f60075481565b6103d6610713366004612d17565b6111af565b61033f60175481565b6103d661072f366004613187565b611213565b61033f60015481565b6009546103999060ff1681565b61075d610758366004612f30565b611352565b604051610349939291906131e9565b61033461077a366004613285565b6113fa565b61033f60055481565b6007544210156107ab57604051630931513d60e11b815260040160405180910390fd5b60095460ff16156107cf5760405163b703d3c960e01b815260040160405180910390fd5b6009805460ff1916600117905560006107e860196116c6565b600581905590506107f7612988565b81815260085460208201526000604082015261081281611175565b600a55601954600160281b900464ffffffffff16600c81905560015b818160ff166001901b64ffffffffff161015610856578061084e81613354565b91505061082e565b600d805460ff191660ff8316179055600c546005546040517f4e3ffd35899168b0b0f09b3a93419888fad4d7602c81fb08fe67506d1e2b42d490600090a350505050565b606060168054806020026020016040519081016040528092919081815260200182805480156108e857602002820191906000526020600020905b8154815260200190600101908083116108d4575b5050505050905090565b6007544211156109155760405163148fb9a960e31b815260040160405180910390fd5b600654421015610938576040516304add5b960e31b815260040160405180910390fd5b61094781356020830135611716565b610964576040516379fae7af60e01b815260040160405180910390fd5b600b80546001019055600061099061098136859003850185613373565b61059436859003850185613390565b905061099b816117c0565b7f4be9ef9ae736055964ead1cf3c83a19c8b662b5df2bd4414776bb64d81f75d1583836040516109cc9291906133ac565b60405180910390a1505050565b6007544211156109fc5760405163148fb9a960e31b815260040160405180910390fd5b600654421015610a1f576040516304add5b960e31b815260040160405180910390fd5b336000908152601c602052604090205460ff16610a4f5760405163c64891a560e01b815260040160405180910390fd5b600b8054830190558160005b81811015610a8c57610a84858583818110610a7857610a78613328565b905060200201356117c0565b600101610a5b565b50601b805460018101825560009182527f3ad8aa4f87544323a9d1e5dd902f40c356527a7955687113db5f9a85ad579dc10183905560405183917f91b942fa69ed48e396db89fe27f88192d8ca138308a57a2bb49c5824f8d54cab91a250505050565b601354600f54604051635585214160e01b81526201000090910460ff16600482015260009182916001600160a01b0390911690635585214190602401600060405180830381865afa158015610b48573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610b709190810190613489565b90506000610b7f878787611213565b60125460405163352a4d1560e01b81529192506001600160a01b03169063352a4d1590610bb4908790869086906004016135f5565b602060405180830381865afa158015610bd1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bf591906136f6565b979650505050505050565b601354600f546040516369d960d160e11b81526201000090910460ff16600482015260009182916001600160a01b039091169063d3b2c1a290602401600060405180830381865afa158015610c59573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610c819190810190613489565b90506000610c8e856111af565b60125460405163352a4d1560e01b81529192506001600160a01b03169063352a4d1590610cc3908790869086906004016135f5565b602060405180830381865afa158015610ce0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d0491906136f6565b95945050505050565b60405163248f667760e01b815260009073__$ce9c2c925f157047e54fa833ec4e61409f$__9063248f667790610d47908590600401613718565b602060405180830381865af4158015610d64573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d889190613749565b92915050565b60195460009064ffffffffff16815b8164ffffffffff168164ffffffffff1611610de95764ffffffffff81166000908152601a6020526040902054849003610dd7579392505050565b80610de181613762565b915050610d9d565b50604051631bfab01360e31b815260040160405180910390fd5b6000600080516020613c3f833981519152600283604051602001610e279190613780565b60408051601f1981840301815290829052610e41916137ab565b602060405180830381855afa158015610e5e573d6000803e3d6000fd5b5050506040513d601f19601f82011682018060405250810190610e819190613749565b610d8891906137dd565b6000610e956129a6565b83815260208101839052610ea881610f25565b949350505050565b828114610ed05760405163ca3487f760e01b815260040160405180910390fd5b8260005b81811015610f1d57610f15868683818110610ef157610ef1613328565b90506101400201858584818110610f0a57610f0a613328565b9050604002016108f2565b600101610ed4565b505050505050565b6040516314d2f97b60e11b815260009073__$6574937f64fc1d7710ec0e28b7a36713bb$__906329a5f2f690610d479085906004016137ff565b601f8181548110610f6f57600080fd5b600091825260209091200154905081565b6000610f8a612988565b82515181528251602090810151818301528301516040820152610fac81611175565b9392505050565b610fbb61186a565b565b6000610fc76129c4565b83515181528351602090810151908201528351604090810151908201528351606090810151908201528351608090810151908201526110046129c4565b845160a001518152845160c001516020820152845160e00151604080830191909152855161010001516060830152855161012001516080808401919091528151908101909152610d0490806110588561111c565b81526020016110668461111c565b8152602001866000015181526020018660200151815250610d0d565b60168181548110610f6f57600080fd5b6007544210156110b557604051630931513d60e11b815260040160405180910390fd5b60185460ff16610fbb576018805460ff19166001179055601054600b546110df9160ff16906137dd565b15610fbb57601754601680546001810182556000919091527fd833147d7dc355ba459fc788f669e58cfaf9dc25ddcd0702e87d69c7b51242890155565b604051630926f44b60e31b815260009073__$20527677031d76601747626a9845039fe4$__90634937a25890610d47908590600401613827565b601b8181548110610f6f57600080fd5b6060611170611c13565b905090565b6040516304b98e1d60e31b815260009073__$dc01a9744591ab014bc46a3b7671cdaefb$__906325cc70e890610d4790859060040161384f565b60408051600180825281830190925260609160208083019080368337019050509050601f82815481106111e4576111e4613328565b90600052602060002001548160008151811061120257611202613328565b602002602001018181525050919050565b60408051600580825260c082019092526060916020820160a08036833701905050905081600001358160008151811061124e5761124e613328565b60200260200101818152505081602001358160018151811061127257611272613328565b602002602001018181525050838160028151811061129257611292613328565b602090810291909101015260115460405163060881ed60e51b8152600481018590526001600160a01b039091169063c1103da090602401602060405180830381865afa1580156112e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061130a9190613749565b8160038151811061131d5761131d613328565b602002602001018181525050601e548160048151811061133f5761133f613328565b6020026020010181815250509392505050565b61135a6129e2565b604080518082019091526000808252602082015260006113786129fa565b84518152602080860151828201526040805180820182527f171e826ad4a870fd925e0bf0e87884e70e080879c2205ef10114f28a3b6f6dd781527f2bd407d897fbbca9f88adfd2d15252e69de8c1564eb4d3d27162e259172f1a1d81840152815192830190915282825290945092506113f18484610fbd565b93959294505050565b60075442111561141d5760405163148fb9a960e31b815260040160405180910390fd5b600154601954600160281b900464ffffffffff161061144f5760405163b984588b60e01b815260040160405180910390fd5b6000868152601d602052604090205460ff161561147f5760405163f45d43bf60e01b815260040160405180910390fd5b6000868152601d602052604090819020805460ff1916600117905580516101008181019092526114ce918891879189919088906008908390839080828437600092019190915250610aef915050565b6114eb576040516375fc7f6f60e01b815260040160405180910390fd5b601454604051631e898ef160e01b81526001600160a01b0390911690631e898ef19061151d9033908690600401613877565b600060405180830381600087803b15801561153757600080fd5b505af115801561154b573d6000803e3d6000fd5b505060155460405163b36543a960e01b8152600093506001600160a01b03909116915063b36543a9906115849033908690600401613877565b602060405180830381865afa1580156115a1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115c59190613749565b905060006115f56040518060400160405280898036038101906115e89190613390565b8152602001849052610f80565b90506000611604601983611c1e565b601f80546001808201835560009283527fa03837a25210ee280c2113ff4b77ca23440b19d4866cca721c801278fd08d807909101839055601954929350909161165b9190600160281b900464ffffffffff1661389b565b64ffffffffff169050886020013589600001357f0a572bcefffe7bd7ad8229e43033a1e9b6dbf856b924b9474102c7fe5a7434f4868d856040516116b2939291909283526020830191909152604082015260600190565b60405180910390a350505050505050505050565b8054600090600160281b900464ffffffffff1660015b8164ffffffffff168160ff166001901b64ffffffffff16101561170b578061170381613354565b9150506116dc565b610ea8848383611d73565b600080600080516020613c3f83398151915284850990506000600080516020613c3f83398151915284850990506000600080516020613c3f83398151915282600080516020613c3f83398151915285620292fc090890506000600080516020613c3f8339815191528084600080516020613c3f83398151915287620292f8090960010890506117b48282600080516020613c3f833981519152611e3f565b15979650505050505050565b60006117e16040518060400160405280601754815260200184815250610f25565b601054600b549192506117f99160ff909116906137dd565b60000361183657601680546001810182556000919091527fd833147d7dc355ba459fc788f669e58cfaf9dc25ddcd0702e87d69c7b5124289018190555b601781905560405181907fca4eaea204af24b5e48747f98f903698aaf6e7ab2014f1f1209411467a90b62190600090a25050565b611872611e7a565b600061187c611c13565b90506000806000806000806000806000808a8060200190518101906118a191906139ba565b99509950995099509950995099509950995099506118c786600001518760200151611716565b6118e4576040516379fae7af60e01b815260040160405180910390fd5b85516002819055602087015160038190556118ff9190610e8b565b6004558451601180546001600160a01b03199081166001600160a01b039384161790915560208088015160128054841691851691909117905560408801516013805484169185169190911790556060880151601480548416918516919091179055608088015160158054909316931692909217905560068b905560078a905588015161198c906005613ba0565b8111156119ac576040516327c1eb1760e11b815260040160405180910390fd5b600e8190556010805460ff808a1660ff19909216919091179091558851600f805460208c015160408d0151851662010000810262ff0000199287166101000261ffff1990941695909616949094179190911716929092179091556008859055601e849055611a1b906002613baf565b60015560005b8251811015611a7c576001601c6000858481518110611a4257611a42613328565b6020908102919091018101516001600160a01b03168252810191909152604001600020805460ff1916911515919091179055600101611a21565b50600b80546001019055611a8e6129a6565b7f12817f4161f2f5ded33f26c55735a77e80e4f8975483c8c2704745128417f71181526000602082018190528080611ac584611352565b7f12817f4161f2f5ded33f26c55735a77e80e4f8975483c8c2704745128417f7116017819055601680546001810182556000919091527fd833147d7dc355ba459fc788f669e58cfaf9dc25ddcd0702e87d69c7b5124289015591945092509050611b2e816117c0565b600f54611b469060199062010000900460ff16611eac565b611b7160197f19ce4238de2f70198652072a6fc1d13e88dbb8338091878c892cfffd95b3b870611c1e565b50601f80546001810182556000919091527f19ce4238de2f70198652072a6fc1d13e88dbb8338091878c892cfffd95b3b8707fa03837a25210ee280c2113ff4b77ca23440b19d4866cca721c801278fd08d807909101556040517f4be9ef9ae736055964ead1cf3c83a19c8b662b5df2bd4414776bb64d81f75d1590611bfa9085908590613bbb565b60405180910390a1505050505050505050505050505050565b606061117030611f02565b8154600090600160281b900464ffffffffff16611c3c816001613be2565b845464ffffffffff91909116600160281b0269ffffffffff0000000000199091161784558260005b81866001016000611c758487611f31565b64ffffffffff1681526020810191909152604001600020556001831615611d6a576000611cac82611ca760018761389b565b611f31565b60408051808201825264ffffffffff8316600090815260018b01602090815290839020548252810186905290516314d2f97b60e11b815291925073__$6574937f64fc1d7710ec0e28b7a36713bb$__916329a5f2f691611d0e916004016137ff565b602060405180830381865af4158015611d2b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d4f9190613749565b647fffffffff600195861c1694909350919091019050611c64565b50949350505050565b600060208260ff161115611d9a57604051633e104c7760e01b815260040160405180910390fd5b8264ffffffffff16600003611db957611db282611f56565b9050610fac565b6000611dc6836001613bff565b60ff166001600160401b03811115611de057611de0612b39565b604051908082528060200260200182016040528015611e09578160200160208202803683370190505b509050611e18858585846125e3565b808360ff1681518110611e2d57611e2d613328565b60200260200101519150509392505050565b600083838111611e5657611e538382613c18565b90505b8280611e6457611e646137c7565b6000611e708684613c2b565b0895945050505050565b60005460ff1615611e9d5760405162dc149f60e41b815260040160405180910390fd5b6000805460ff19166001179055565b60208160ff161115611ed157604051633e104c7760e01b815260040160405180910390fd5b611ee2600160ff831681901b613c2b565b825469ffffffffffffffffffff191664ffffffffff919091161790915550565b60405164ffffffffff602c19833b0116808252602090810190602d908301843c60408101815101604052919050565b600081611f4c60ff851664ff00000000602087901b1661389b565b610fac9190613be2565b60008160ff16600003611f8a57507f19ce4238de2f70198652072a6fc1d13e88dbb8338091878c892cfffd95b3b870919050565b8160ff16600103611fbc57507f2abd53d5b7c689279518d76ee2a062156c4dfc1f91b3a41120822915ccebbbdf919050565b8160ff16600203611fee57507f28f1a6f8e2afd3b4bdb2354b1878c03fbc0689f59f2506ec9c1a07f3ae43eb8e919050565b8160ff1660030361202057507f1475250f14274b35bf6f3f21fb0b92c7429da64a16f9e14a76b42e13278671e3919050565b8160ff1660040361205257507f16205c1b6fef76c5f3ebeeb65fb9d03870de9406b4553c230a0967e54c778236919050565b8160ff1660050361208457507f21c60230ea583db469b0241e9b4b1fed912978ea94e8fd7943d70d66f054c850919050565b8160ff166006036120b657507f03ad6f31eab2ec748fda41d3934b66023e024d9703d2f3c6edc5f4ba4d48e7be919050565b8160ff166007036120e857507f0befe58467be4b6c5b9d65fc0a6596ef02d82806db3e979d40dc5654ac1ee5a8919050565b8160ff1660080361211a57507f0ac219d437658ac8605b019fac8a60408566d3751a21ef1564483cc27dd5de5f919050565b8160ff1660090361214c57507f2f8fe9193176b84b71478e9502f8f48eaccace275b8b3a8c1aaf4168b4334185919050565b8160ff16600a0361217e57507f0f102297a5668325e6e6bfa55eac199040d547a95105e09d9d10ad2b504f9f49919050565b8160ff16600b036121b057507f0977a346af59d90dabe49ae89dff6ec78805eb6e5e69d6a3eeb257c44f1c1c64919050565b8160ff16600c036121e257507f09e43fcca6bc56c2bd13cd9a21ca1e0174ffb0c689cf19690e0db346bd0cd16c919050565b8160ff16600d0361221457507f240b746d9368ffb3a702caea6e6274c0b0eb6e065d32931b2239c5f6b88309e4919050565b8160ff16600e0361224657507f1a2a4e74d4eb4ac3332c0811a016fa102349fcbdb3d2d89da33eb2a12306bf57919050565b8160ff16600f0361227857507f3017a0b7fe96c1a157a01c501a48127d35889650ce434965971fb82de767dc97919050565b8160ff166010036122aa57507f0cff1baadb1ac05e3c62f13bb21856a2b9f06bf00e998c4c5d7826988e257e2f919050565b8160ff166011036122dc57507f0b15eb49f1565e5f998871ebde73f384e9c5a87f663e7566425baf2c6d493e04919050565b8160ff1660120361230e57507f2ab1fa8163d01750eb2f04d9236f8266eaec1e812e96a8c43e1d1037e20e1618919050565b8160ff1660130361234057507f21fa81f21f63799353b8c8d03eee49725aa679e4492dc79a003d09f86ef71de6919050565b8160ff1660140361237257507f0b2254e23cc7bdf6f8b12359de6fee38385dc134ece68124713f7486308c23b6919050565b8160ff166015036123a457507f1d880478ac15630d219747d000bd7d9a309e1f242115fc7fb87ab2c67f2dc6b9919050565b8160ff166016036123d657507f1713f9c548555e72906dc7a0f5d2860820e19244839c8bdd96d13ef08f96a19e919050565b8160ff1660170361240857507f10071050836b9ebb6f892aff50bda0ada97feb480a8b9d01d8d17d21a3a198aa919050565b8160ff1660180361243a57507f081524bb945f526d53b708d73e8ececbcbefddad50ab56028468b9246d8106f7919050565b8160ff1660190361246c57507f12d2875eae7bbe7764577d1ce6396912577f3a7c8b4f36f2cddc67001c58cd9c919050565b8160ff16601a0361249e57507f2c6b18c2416056c5acf1306bafff0557daa33ade81234d73899d861e1d135339919050565b8160ff16601b036124d057507f17dd14d86e5504bca0683737f412067958998653d54bc5f0ea68e5fa4374801e919050565b8160ff16601c0361250257507f243604d67ae0ccc5878ac99dbb78c54730bcfd3f96e6fb79fb949882deebd664919050565b8160ff16601d0361253457507f070343da8389cdfc1eea58b29b644c56549c4bc85edb64144cb6b1ea5a260b1d919050565b8160ff16601e0361256657507f098b5f814b673b715260df256d19b89831007fabb70a272b049122d729418de6919050565b8160ff16601f0361259857507f1830698c9c78f79b1c942fa9616a94d62fe0bee717cb6e48abca720b273bdcd0919050565b8160ff166020036125ca57507f1134fee1d5551a91e22a67de9d9f00574cbaa2003a4bcb16f2fe9283c49ab377919050565b6040516310a2ea0560e21b815260040160405180910390fd5b60208260ff16111561260857604051633e104c7760e01b815260040160405180910390fd5b8264ffffffffff166000036126305760405163bb5e95dd60e01b815260040160405180910390fd5b600061263d60018561389b565b9050600181166000036126955784600101600061265b600084611f31565b64ffffffffff168152602001908152602001600020548260008151811061268457612684613328565b6020026020010181815250506126bf565b61269f6000611f56565b826000815181106126b2576126b2613328565b6020026020010181815250505b60005b8360ff168160ff161015610f1d57600182166000036127bb5773__$6574937f64fc1d7710ec0e28b7a36713bb$__6329a5f2f66040518060400160405280868560ff168151811061271557612715613328565b6020026020010151815260200161272b85611f56565b8152506040518263ffffffff1660e01b815260040161274a91906137ff565b602060405180830381865af4158015612767573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061278b9190613749565b83612797836001613bff565b60ff16815181106127aa576127aa613328565b602002602001018181525050612975565b60006127c8826001613bff565b60ff168664ffffffffff16901c64ffffffffff16905060018364ffffffffff16901c64ffffffffff1681111561286d5760008760010160006128218560016128109190613bff565b60018864ffffffffff16901c611f31565b64ffffffffff16815260200190815260200160002054905080858460016128489190613bff565b60ff168151811061285b5761285b613328565b60200260200101818152505050612973565b600087600101600061288685600188611ca7919061389b565b64ffffffffff16815260200190815260200160002054905073__$6574937f64fc1d7710ec0e28b7a36713bb$__6329a5f2f66040518060400160405280848152602001888760ff16815181106128de576128de613328565b60200260200101518152506040518263ffffffff1660e01b815260040161290591906137ff565b602060405180830381865af4158015612922573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906129469190613749565b85612952856001613bff565b60ff168151811061296557612965613328565b602002602001018181525050505b505b647fffffffff600192831c1691016126c2565b60405180606001604052806003906020820280368337509192915050565b60405180604001604052806002906020820280368337509192915050565b6040518060a001604052806005906020820280368337509192915050565b60405180602001604052806129f56129fa565b905290565b604051806101400160405280600a906020820280368337509192915050565b600081518084526020840193506020830160005b82811015612a4b578151865260209586019590910190600101612a2d565b5093949350505050565b602081526000610fac6020830184612a19565b600060408284031215612a7a57600080fd5b50919050565b600080828403610180811215612a9557600080fd5b610140811215612aa457600080fd5b50829150612ab6846101408501612a68565b90509250929050565b600080600060408486031215612ad457600080fd5b83356001600160401b03811115612aea57600080fd5b8401601f81018613612afb57600080fd5b80356001600160401b03811115612b1157600080fd5b8660208260051b8401011115612b2657600080fd5b6020918201979096509401359392505050565b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b0381118282101715612b7157612b71612b39565b60405290565b60405160a081016001600160401b0381118282101715612b7157612b71612b39565b604051606081016001600160401b0381118282101715612b7157612b71612b39565b604051601f8201601f191681016001600160401b0381118282101715612be357612be3612b39565b604052919050565b600082601f830112612bfc57600080fd5b6000610100612c0a81612bbb565b915083018185821115612c1c57600080fd5b845b82811015612c36578035825260209182019101612c1e565b509195945050505050565b6000806000806101808587031215612c5857600080fd5b8435935060208501359250612c708660408701612a68565b9150612c7f8660808701612beb565b905092959194509250565b6000806101208385031215612c9e57600080fd5b82359150612ab68460208501612beb565b600060808284031215612cc157600080fd5b600083601f840112612cd1578081fd5b80612cdc6080612bbb565b90508091506080840185811115612cf257600080fd5b845b81811015612d0c578035845260209384019301612cf4565b509095945050505050565b600060208284031215612d2957600080fd5b5035919050565b6001600160a01b0381168114612d4557600080fd5b50565b600060208284031215612d5a57600080fd5b8135610fac81612d30565b60006001600160401b03821115612d7e57612d7e612b39565b5060051b60200190565b600060208284031215612d9a57600080fd5b81356001600160401b03811115612db057600080fd5b8201601f81018413612dc157600080fd5b8035612dd4612dcf82612d65565b612bbb565b8082825260208201915060208360051b850101925086831115612df657600080fd5b6020840193505b82841015612e18578335825260209384019390910190612dfd565b9695505050505050565b60008060408385031215612e3557600080fd5b50508035926020909101359150565b60008083601f840112612e5657600080fd5b5081356001600160401b03811115612e6d57600080fd5b6020830191508360208260061b8501011115612e8857600080fd5b9250929050565b60008060008060408587031215612ea557600080fd5b84356001600160401b03811115612ebb57600080fd5b8501601f81018713612ecc57600080fd5b80356001600160401b03811115612ee257600080fd5b87602061014083028401011115612ef857600080fd5b6020918201955093508501356001600160401b03811115612f1857600080fd5b612f2487828801612e44565b95989497509550505050565b600060408284031215612f4257600080fd5b600083601f840112612f52578081fd5b80612f5d6040612bbb565b90508091506040840185811115612cf257600080fd5b600060408284031215612f8557600080fd5b612f8d612b4f565b823581526020928301359281019290925250919050565b60006060828403128015612fb757600080fd5b50612fc0612b4f565b612fca8484612f73565b815260409290920135602083015250919050565b60006101408284031215612ff157600080fd5b604051602081016001600160401b038111828210171561301357613013612b39565b6040529050806000601f84018513613029578081fd5b8061014061303681612bbb565b925082915085018681111561304a57600080fd5b855b8181101561306457803584526020938401930161304c565b50509091525092915050565b600080610180838503121561308457600080fd5b61308e8484612fde565b9150612ab6846101408501612f73565b600060a082840312156130b057600080fd5b600083601f8401126130c0578081fd5b806130cb60a0612bbb565b905080915060a0840185811115612cf257600080fd5b60005b838110156130fc5781810151838201526020016130e4565b50506000910152565b6000815180845261311d8160208601602086016130e1565b601f01601f19169290920160200192915050565b602081526000610fac6020830184613105565b60006060828403121561315657600080fd5b600083601f840112613166578081fd5b806131716060612bbb565b90508091506060840185811115612cf257600080fd5b60008060006080848603121561319c57600080fd5b83359250602084013591506131b48560408601612a68565b90509250925092565b80518260005b600a8110156131e25782518252602092830192909101906001016131c3565b5050505050565b6101a081016131f882866131bd565b83516101408301526020909301516101608201526101800152919050565b600082601f83011261322757600080fd5b81356001600160401b0381111561324057613240612b39565b613253601f8201601f1916602001612bbb565b81815284602083860101111561326857600080fd5b816020850160208301376000918101602001919091529392505050565b6000806000806000806101c0878903121561329f57600080fd5b863595506132b08860208901612a68565b9450606087013593506101808701888111156132cb57600080fd5b608088019350356001600160401b038111156132e657600080fd5b6132f289828a01613216565b9250506101a08701356001600160401b0381111561330f57600080fd5b61331b89828a01613216565b9150509295509295509295565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b600060ff821660ff810361336a5761336a61333e565b60010192915050565b6000610140828403121561338657600080fd5b610fac8383612fde565b6000604082840312156133a257600080fd5b610fac8383612f73565b6101808101610140848337823561014083015260209092013561016090910152919050565b6000604082840312156133e357600080fd5b6133eb612b4f565b825181526020928301519281019290925250919050565b600082601f83011261341357600080fd5b61341d6040612bbb565b80604084018581111561342f57600080fd5b845b81811015612d0c578051845260209384019301613431565b60006080828403121561345b57600080fd5b613463612b4f565b905061346f8383613402565b815261347e8360408401613402565b602082015292915050565b60006020828403121561349b57600080fd5b81516001600160401b038111156134b157600080fd5b82016101e081850312156134c457600080fd5b6134cc612b77565b6134d685836133d1565b81526134e58560408401613449565b60208201526134f78560c08401613449565b604082015261350a856101408401613449565b60608201526101c08201516001600160401b0381111561352957600080fd5b80830192505084601f83011261353e57600080fd5b815161354c612dcf82612d65565b8082825260208201915060208360061b86010192508783111561356e57600080fd5b6020850194505b8285101561359a5761358788866133d1565b8252602082019150604085019450613575565b6080840152509095945050505050565b8060005b60028110156135cd5781518452602093840193909101906001016135ae565b50505050565b6135de8282516135aa565b60208101516135f060408401826135aa565b505050565b60008185825b600881101561361a5781518352602092830192909101906001016135fb565b50505061014061010083015261032082016136446101408401865180518252602090810151910152565b60208501516136576101808501826135d3565b50604085015161366b6102008501826135d3565b50606085015161367f6102808501826135d3565b5060808501516101e0610300850152805191829052602001906000906103408501905b808310156136d6576136bf82855180518252602090810151910152565b6040820191506020840193506001830192506136a2565b508481036101208601526136ea8187612a19565b98975050505050505050565b60006020828403121561370857600080fd5b81518015158114610fac57600080fd5b60808101818360005b6004811015613740578151835260209283019290910190600101613721565b50505092915050565b60006020828403121561375b57600080fd5b5051919050565b600064ffffffffff821664ffffffffff810361336a5761336a61333e565b8151600090829060208501835b82811015612c3657815184526020938401939091019060010161378d565b600082516137bd8184602087016130e1565b9190910192915050565b634e487b7160e01b600052601260045260246000fd5b6000826137fa57634e487b7160e01b600052601260045260246000fd5b500690565b60408101818360005b6002811015613740578151835260209283019290910190600101613808565b60a08101818360005b6005811015613740578151835260209283019290910190600101613830565b60608101818360005b6003811015613740578151835260209283019290910190600101613858565b6001600160a01b0383168152604060208201819052600090610ea890830184613105565b64ffffffffff8281168282160390811115610d8857610d8861333e565b805160ff811681146138c957600080fd5b919050565b600060a082840312156138e057600080fd5b6138e8612b77565b905081516138f581612d30565b8152602082015161390581612d30565b6020820152604082015161391881612d30565b6040820152606082015161392b81612d30565b6060820152608082015161393e81612d30565b608082015292915050565b600082601f83011261395a57600080fd5b8151613968612dcf82612d65565b8082825260208201915060208360051b86010192508583111561398a57600080fd5b602085015b838110156139b05780516139a281612d30565b83526020928301920161398f565b5095945050505050565b6000806000806000806000806000808a8c036102208112156139db57600080fd5b8b5160208d0151909b5099506060603f19820112156139f957600080fd5b50613a02612b99565b613a0e60408d016138b8565b8152613a1c60608d016138b8565b6020820152613a2d60808d016138b8565b60408201529750613a4060a08c016138b8565b9650613a4f8c60c08d016133d1565b9550613a5f8c6101008d016138ce565b6101a08c01516101c08d01516101e08e015192975090955093506001600160401b03811115613a8d57600080fd5b613a998d828e01613949565b92505060006102008c01519050809150509295989b9194979a5092959850565b6001815b6001841115613af457808504811115613ad857613ad861333e565b6001841615613ae657908102905b60019390931c928002613abd565b935093915050565b600082613b0b57506001610d88565b81613b1857506000610d88565b8160018114613b2e5760028114613b3857613b54565b6001915050610d88565b60ff841115613b4957613b4961333e565b50506001821b610d88565b5060208310610133831016604e8410600b8410161715613b77575081810a610d88565b613b846000198484613ab9565b8060001904821115613b9857613b9861333e565b029392505050565b6000610fac60ff841683613afc565b6000610fac8383613afc565b6101808101613bca82856131bd565b82516101408301526020830151610160830152610fac565b64ffffffffff8181168382160190811115610d8857610d8861333e565b60ff8181168382160190811115610d8857610d8861333e565b80820180821115610d8857610d8861333e565b81810381811115610d8857610d8861333e56fe30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001a2646970667358221220c675b7c4b79a294369288cd6c7f23b2704d2e8288299dbaf90fcd2591df6727f64736f6c634300081c0033";
|
|
19
|
+
static readonly abi: readonly [{
|
|
20
|
+
readonly inputs: readonly [];
|
|
21
|
+
readonly name: "AlreadyInitialized";
|
|
22
|
+
readonly type: "error";
|
|
23
|
+
}, {
|
|
24
|
+
readonly inputs: readonly [];
|
|
25
|
+
readonly name: "BatchHashesAlreadyPadded";
|
|
26
|
+
readonly type: "error";
|
|
27
|
+
}, {
|
|
28
|
+
readonly inputs: readonly [];
|
|
29
|
+
readonly name: "DefaultZeroBadIndex";
|
|
30
|
+
readonly type: "error";
|
|
31
|
+
}, {
|
|
32
|
+
readonly inputs: readonly [];
|
|
33
|
+
readonly name: "DepthTooLarge";
|
|
34
|
+
readonly type: "error";
|
|
35
|
+
}, {
|
|
36
|
+
readonly inputs: readonly [];
|
|
37
|
+
readonly name: "InvalidBatchLength";
|
|
38
|
+
readonly type: "error";
|
|
39
|
+
}, {
|
|
40
|
+
readonly inputs: readonly [];
|
|
41
|
+
readonly name: "InvalidMessage";
|
|
42
|
+
readonly type: "error";
|
|
43
|
+
}, {
|
|
44
|
+
readonly inputs: readonly [];
|
|
45
|
+
readonly name: "InvalidPollProof";
|
|
46
|
+
readonly type: "error";
|
|
47
|
+
}, {
|
|
48
|
+
readonly inputs: readonly [];
|
|
49
|
+
readonly name: "InvalidPubKey";
|
|
50
|
+
readonly type: "error";
|
|
51
|
+
}, {
|
|
52
|
+
readonly inputs: readonly [];
|
|
53
|
+
readonly name: "NotRelayer";
|
|
54
|
+
readonly type: "error";
|
|
55
|
+
}, {
|
|
56
|
+
readonly inputs: readonly [];
|
|
57
|
+
readonly name: "NumberOfLeavesCannotBeZero";
|
|
58
|
+
readonly type: "error";
|
|
59
|
+
}, {
|
|
60
|
+
readonly inputs: readonly [];
|
|
61
|
+
readonly name: "PollAlreadyInit";
|
|
62
|
+
readonly type: "error";
|
|
63
|
+
}, {
|
|
64
|
+
readonly inputs: readonly [];
|
|
65
|
+
readonly name: "StateAlreadyMerged";
|
|
66
|
+
readonly type: "error";
|
|
67
|
+
}, {
|
|
68
|
+
readonly inputs: readonly [];
|
|
69
|
+
readonly name: "StateLeafNotFound";
|
|
70
|
+
readonly type: "error";
|
|
71
|
+
}, {
|
|
72
|
+
readonly inputs: readonly [];
|
|
73
|
+
readonly name: "TooManyMessages";
|
|
74
|
+
readonly type: "error";
|
|
75
|
+
}, {
|
|
76
|
+
readonly inputs: readonly [];
|
|
77
|
+
readonly name: "TooManySignups";
|
|
78
|
+
readonly type: "error";
|
|
79
|
+
}, {
|
|
80
|
+
readonly inputs: readonly [];
|
|
81
|
+
readonly name: "TooManyVoteOptions";
|
|
82
|
+
readonly type: "error";
|
|
83
|
+
}, {
|
|
84
|
+
readonly inputs: readonly [];
|
|
85
|
+
readonly name: "UserAlreadyJoined";
|
|
86
|
+
readonly type: "error";
|
|
87
|
+
}, {
|
|
88
|
+
readonly inputs: readonly [];
|
|
89
|
+
readonly name: "VotingPeriodNotOver";
|
|
90
|
+
readonly type: "error";
|
|
91
|
+
}, {
|
|
92
|
+
readonly inputs: readonly [];
|
|
93
|
+
readonly name: "VotingPeriodNotStarted";
|
|
94
|
+
readonly type: "error";
|
|
95
|
+
}, {
|
|
96
|
+
readonly inputs: readonly [];
|
|
97
|
+
readonly name: "VotingPeriodOver";
|
|
98
|
+
readonly type: "error";
|
|
99
|
+
}, {
|
|
100
|
+
readonly anonymous: false;
|
|
101
|
+
readonly inputs: readonly [{
|
|
102
|
+
readonly indexed: true;
|
|
103
|
+
readonly internalType: "uint256";
|
|
104
|
+
readonly name: "_chainHash";
|
|
105
|
+
readonly type: "uint256";
|
|
106
|
+
}];
|
|
107
|
+
readonly name: "ChainHashUpdated";
|
|
108
|
+
readonly type: "event";
|
|
109
|
+
}, {
|
|
110
|
+
readonly anonymous: false;
|
|
111
|
+
readonly inputs: readonly [{
|
|
112
|
+
readonly indexed: true;
|
|
113
|
+
readonly internalType: "bytes32";
|
|
114
|
+
readonly name: "_ipfsHash";
|
|
115
|
+
readonly type: "bytes32";
|
|
116
|
+
}];
|
|
117
|
+
readonly name: "IpfsHashAdded";
|
|
118
|
+
readonly type: "event";
|
|
119
|
+
}, {
|
|
120
|
+
readonly anonymous: false;
|
|
121
|
+
readonly inputs: readonly [{
|
|
122
|
+
readonly indexed: true;
|
|
123
|
+
readonly internalType: "uint256";
|
|
124
|
+
readonly name: "_stateRoot";
|
|
125
|
+
readonly type: "uint256";
|
|
126
|
+
}, {
|
|
127
|
+
readonly indexed: true;
|
|
128
|
+
readonly internalType: "uint256";
|
|
129
|
+
readonly name: "_numSignups";
|
|
130
|
+
readonly type: "uint256";
|
|
131
|
+
}];
|
|
132
|
+
readonly name: "MergeState";
|
|
133
|
+
readonly type: "event";
|
|
134
|
+
}, {
|
|
135
|
+
readonly anonymous: false;
|
|
136
|
+
readonly inputs: readonly [{
|
|
137
|
+
readonly indexed: true;
|
|
138
|
+
readonly internalType: "uint256";
|
|
139
|
+
readonly name: "_pollPubKeyX";
|
|
140
|
+
readonly type: "uint256";
|
|
141
|
+
}, {
|
|
142
|
+
readonly indexed: true;
|
|
143
|
+
readonly internalType: "uint256";
|
|
144
|
+
readonly name: "_pollPubKeyY";
|
|
145
|
+
readonly type: "uint256";
|
|
146
|
+
}, {
|
|
147
|
+
readonly indexed: false;
|
|
148
|
+
readonly internalType: "uint256";
|
|
149
|
+
readonly name: "_voiceCreditBalance";
|
|
150
|
+
readonly type: "uint256";
|
|
151
|
+
}, {
|
|
152
|
+
readonly indexed: false;
|
|
153
|
+
readonly internalType: "uint256";
|
|
154
|
+
readonly name: "_nullifier";
|
|
155
|
+
readonly type: "uint256";
|
|
156
|
+
}, {
|
|
157
|
+
readonly indexed: false;
|
|
158
|
+
readonly internalType: "uint256";
|
|
159
|
+
readonly name: "_pollStateIndex";
|
|
160
|
+
readonly type: "uint256";
|
|
161
|
+
}];
|
|
162
|
+
readonly name: "PollJoined";
|
|
163
|
+
readonly type: "event";
|
|
164
|
+
}, {
|
|
165
|
+
readonly anonymous: false;
|
|
166
|
+
readonly inputs: readonly [{
|
|
167
|
+
readonly components: readonly [{
|
|
168
|
+
readonly internalType: "uint256[10]";
|
|
169
|
+
readonly name: "data";
|
|
170
|
+
readonly type: "uint256[10]";
|
|
171
|
+
}];
|
|
172
|
+
readonly indexed: false;
|
|
173
|
+
readonly internalType: "struct DomainObjs.Message";
|
|
174
|
+
readonly name: "_message";
|
|
175
|
+
readonly type: "tuple";
|
|
176
|
+
}, {
|
|
177
|
+
readonly components: readonly [{
|
|
178
|
+
readonly internalType: "uint256";
|
|
179
|
+
readonly name: "x";
|
|
180
|
+
readonly type: "uint256";
|
|
181
|
+
}, {
|
|
182
|
+
readonly internalType: "uint256";
|
|
183
|
+
readonly name: "y";
|
|
184
|
+
readonly type: "uint256";
|
|
185
|
+
}];
|
|
186
|
+
readonly indexed: false;
|
|
187
|
+
readonly internalType: "struct DomainObjs.PubKey";
|
|
188
|
+
readonly name: "_encPubKey";
|
|
189
|
+
readonly type: "tuple";
|
|
190
|
+
}];
|
|
191
|
+
readonly name: "PublishMessage";
|
|
192
|
+
readonly type: "event";
|
|
193
|
+
}, {
|
|
194
|
+
readonly inputs: readonly [];
|
|
195
|
+
readonly name: "MESSAGE_DATA_LENGTH";
|
|
196
|
+
readonly outputs: readonly [{
|
|
197
|
+
readonly internalType: "uint8";
|
|
198
|
+
readonly name: "";
|
|
199
|
+
readonly type: "uint8";
|
|
200
|
+
}];
|
|
201
|
+
readonly stateMutability: "view";
|
|
202
|
+
readonly type: "function";
|
|
203
|
+
}, {
|
|
204
|
+
readonly inputs: readonly [];
|
|
205
|
+
readonly name: "actualStateTreeDepth";
|
|
206
|
+
readonly outputs: readonly [{
|
|
207
|
+
readonly internalType: "uint8";
|
|
208
|
+
readonly name: "";
|
|
209
|
+
readonly type: "uint8";
|
|
210
|
+
}];
|
|
211
|
+
readonly stateMutability: "view";
|
|
212
|
+
readonly type: "function";
|
|
213
|
+
}, {
|
|
214
|
+
readonly inputs: readonly [{
|
|
215
|
+
readonly internalType: "uint256";
|
|
216
|
+
readonly name: "";
|
|
217
|
+
readonly type: "uint256";
|
|
218
|
+
}];
|
|
219
|
+
readonly name: "batchHashes";
|
|
220
|
+
readonly outputs: readonly [{
|
|
221
|
+
readonly internalType: "uint256";
|
|
222
|
+
readonly name: "";
|
|
223
|
+
readonly type: "uint256";
|
|
224
|
+
}];
|
|
225
|
+
readonly stateMutability: "view";
|
|
226
|
+
readonly type: "function";
|
|
227
|
+
}, {
|
|
228
|
+
readonly inputs: readonly [];
|
|
229
|
+
readonly name: "chainHash";
|
|
230
|
+
readonly outputs: readonly [{
|
|
231
|
+
readonly internalType: "uint256";
|
|
232
|
+
readonly name: "";
|
|
233
|
+
readonly type: "uint256";
|
|
234
|
+
}];
|
|
235
|
+
readonly stateMutability: "view";
|
|
236
|
+
readonly type: "function";
|
|
237
|
+
}, {
|
|
238
|
+
readonly inputs: readonly [];
|
|
239
|
+
readonly name: "coordinatorPubKey";
|
|
240
|
+
readonly outputs: readonly [{
|
|
241
|
+
readonly internalType: "uint256";
|
|
242
|
+
readonly name: "x";
|
|
243
|
+
readonly type: "uint256";
|
|
244
|
+
}, {
|
|
245
|
+
readonly internalType: "uint256";
|
|
246
|
+
readonly name: "y";
|
|
247
|
+
readonly type: "uint256";
|
|
248
|
+
}];
|
|
249
|
+
readonly stateMutability: "view";
|
|
250
|
+
readonly type: "function";
|
|
251
|
+
}, {
|
|
252
|
+
readonly inputs: readonly [];
|
|
253
|
+
readonly name: "coordinatorPubKeyHash";
|
|
254
|
+
readonly outputs: readonly [{
|
|
255
|
+
readonly internalType: "uint256";
|
|
256
|
+
readonly name: "";
|
|
257
|
+
readonly type: "uint256";
|
|
258
|
+
}];
|
|
259
|
+
readonly stateMutability: "view";
|
|
260
|
+
readonly type: "function";
|
|
261
|
+
}, {
|
|
262
|
+
readonly inputs: readonly [];
|
|
263
|
+
readonly name: "currentSbCommitment";
|
|
264
|
+
readonly outputs: readonly [{
|
|
265
|
+
readonly internalType: "uint256";
|
|
266
|
+
readonly name: "";
|
|
267
|
+
readonly type: "uint256";
|
|
268
|
+
}];
|
|
269
|
+
readonly stateMutability: "view";
|
|
270
|
+
readonly type: "function";
|
|
271
|
+
}, {
|
|
272
|
+
readonly inputs: readonly [];
|
|
273
|
+
readonly name: "emptyBallotRoot";
|
|
274
|
+
readonly outputs: readonly [{
|
|
275
|
+
readonly internalType: "uint256";
|
|
276
|
+
readonly name: "";
|
|
277
|
+
readonly type: "uint256";
|
|
278
|
+
}];
|
|
279
|
+
readonly stateMutability: "view";
|
|
280
|
+
readonly type: "function";
|
|
281
|
+
}, {
|
|
282
|
+
readonly inputs: readonly [];
|
|
283
|
+
readonly name: "endDate";
|
|
284
|
+
readonly outputs: readonly [{
|
|
285
|
+
readonly internalType: "uint256";
|
|
286
|
+
readonly name: "";
|
|
287
|
+
readonly type: "uint256";
|
|
288
|
+
}];
|
|
289
|
+
readonly stateMutability: "view";
|
|
290
|
+
readonly type: "function";
|
|
291
|
+
}, {
|
|
292
|
+
readonly inputs: readonly [];
|
|
293
|
+
readonly name: "extContracts";
|
|
294
|
+
readonly outputs: readonly [{
|
|
295
|
+
readonly internalType: "contract IMACI";
|
|
296
|
+
readonly name: "maci";
|
|
297
|
+
readonly type: "address";
|
|
298
|
+
}, {
|
|
299
|
+
readonly internalType: "contract IVerifier";
|
|
300
|
+
readonly name: "verifier";
|
|
301
|
+
readonly type: "address";
|
|
302
|
+
}, {
|
|
303
|
+
readonly internalType: "contract IVkRegistry";
|
|
304
|
+
readonly name: "vkRegistry";
|
|
305
|
+
readonly type: "address";
|
|
306
|
+
}, {
|
|
307
|
+
readonly internalType: "contract IBasePolicy";
|
|
308
|
+
readonly name: "policy";
|
|
309
|
+
readonly type: "address";
|
|
310
|
+
}, {
|
|
311
|
+
readonly internalType: "contract IInitialVoiceCreditProxy";
|
|
312
|
+
readonly name: "initialVoiceCreditProxy";
|
|
313
|
+
readonly type: "address";
|
|
314
|
+
}];
|
|
315
|
+
readonly stateMutability: "view";
|
|
316
|
+
readonly type: "function";
|
|
317
|
+
}, {
|
|
318
|
+
readonly inputs: readonly [];
|
|
319
|
+
readonly name: "getAppendedBytes";
|
|
320
|
+
readonly outputs: readonly [{
|
|
321
|
+
readonly internalType: "bytes";
|
|
322
|
+
readonly name: "appendedBytes";
|
|
323
|
+
readonly type: "bytes";
|
|
324
|
+
}];
|
|
325
|
+
readonly stateMutability: "view";
|
|
326
|
+
readonly type: "function";
|
|
327
|
+
}, {
|
|
328
|
+
readonly inputs: readonly [];
|
|
329
|
+
readonly name: "getBatchHashes";
|
|
330
|
+
readonly outputs: readonly [{
|
|
331
|
+
readonly internalType: "uint256[]";
|
|
332
|
+
readonly name: "";
|
|
333
|
+
readonly type: "uint256[]";
|
|
334
|
+
}];
|
|
335
|
+
readonly stateMutability: "view";
|
|
336
|
+
readonly type: "function";
|
|
337
|
+
}, {
|
|
338
|
+
readonly inputs: readonly [];
|
|
339
|
+
readonly name: "getMaciContract";
|
|
340
|
+
readonly outputs: readonly [{
|
|
341
|
+
readonly internalType: "contract IMACI";
|
|
342
|
+
readonly name: "maci";
|
|
343
|
+
readonly type: "address";
|
|
344
|
+
}];
|
|
345
|
+
readonly stateMutability: "view";
|
|
346
|
+
readonly type: "function";
|
|
347
|
+
}, {
|
|
348
|
+
readonly inputs: readonly [{
|
|
349
|
+
readonly internalType: "uint256";
|
|
350
|
+
readonly name: "_index";
|
|
351
|
+
readonly type: "uint256";
|
|
352
|
+
}];
|
|
353
|
+
readonly name: "getPublicJoinedCircuitInputs";
|
|
354
|
+
readonly outputs: readonly [{
|
|
355
|
+
readonly internalType: "uint256[]";
|
|
356
|
+
readonly name: "publicInputs";
|
|
357
|
+
readonly type: "uint256[]";
|
|
358
|
+
}];
|
|
359
|
+
readonly stateMutability: "view";
|
|
360
|
+
readonly type: "function";
|
|
361
|
+
}, {
|
|
362
|
+
readonly inputs: readonly [{
|
|
363
|
+
readonly internalType: "uint256";
|
|
364
|
+
readonly name: "_nullifier";
|
|
365
|
+
readonly type: "uint256";
|
|
366
|
+
}, {
|
|
367
|
+
readonly internalType: "uint256";
|
|
368
|
+
readonly name: "_index";
|
|
369
|
+
readonly type: "uint256";
|
|
370
|
+
}, {
|
|
371
|
+
readonly components: readonly [{
|
|
372
|
+
readonly internalType: "uint256";
|
|
373
|
+
readonly name: "x";
|
|
374
|
+
readonly type: "uint256";
|
|
375
|
+
}, {
|
|
376
|
+
readonly internalType: "uint256";
|
|
377
|
+
readonly name: "y";
|
|
378
|
+
readonly type: "uint256";
|
|
379
|
+
}];
|
|
380
|
+
readonly internalType: "struct DomainObjs.PubKey";
|
|
381
|
+
readonly name: "_pubKey";
|
|
382
|
+
readonly type: "tuple";
|
|
383
|
+
}];
|
|
384
|
+
readonly name: "getPublicJoiningCircuitInputs";
|
|
385
|
+
readonly outputs: readonly [{
|
|
386
|
+
readonly internalType: "uint256[]";
|
|
387
|
+
readonly name: "publicInputs";
|
|
388
|
+
readonly type: "uint256[]";
|
|
389
|
+
}];
|
|
390
|
+
readonly stateMutability: "view";
|
|
391
|
+
readonly type: "function";
|
|
392
|
+
}, {
|
|
393
|
+
readonly inputs: readonly [];
|
|
394
|
+
readonly name: "getStartAndEndDate";
|
|
395
|
+
readonly outputs: readonly [{
|
|
396
|
+
readonly internalType: "uint256";
|
|
397
|
+
readonly name: "pollStartDate";
|
|
398
|
+
readonly type: "uint256";
|
|
399
|
+
}, {
|
|
400
|
+
readonly internalType: "uint256";
|
|
401
|
+
readonly name: "pollEndDate";
|
|
402
|
+
readonly type: "uint256";
|
|
403
|
+
}];
|
|
404
|
+
readonly stateMutability: "view";
|
|
405
|
+
readonly type: "function";
|
|
406
|
+
}, {
|
|
407
|
+
readonly inputs: readonly [{
|
|
408
|
+
readonly internalType: "uint256";
|
|
409
|
+
readonly name: "element";
|
|
410
|
+
readonly type: "uint256";
|
|
411
|
+
}];
|
|
412
|
+
readonly name: "getStateIndex";
|
|
413
|
+
readonly outputs: readonly [{
|
|
414
|
+
readonly internalType: "uint40";
|
|
415
|
+
readonly name: "";
|
|
416
|
+
readonly type: "uint40";
|
|
417
|
+
}];
|
|
418
|
+
readonly stateMutability: "view";
|
|
419
|
+
readonly type: "function";
|
|
420
|
+
}, {
|
|
421
|
+
readonly inputs: readonly [{
|
|
422
|
+
readonly internalType: "uint256[2]";
|
|
423
|
+
readonly name: "array";
|
|
424
|
+
readonly type: "uint256[2]";
|
|
425
|
+
}];
|
|
426
|
+
readonly name: "hash2";
|
|
427
|
+
readonly outputs: readonly [{
|
|
428
|
+
readonly internalType: "uint256";
|
|
429
|
+
readonly name: "result";
|
|
430
|
+
readonly type: "uint256";
|
|
431
|
+
}];
|
|
432
|
+
readonly stateMutability: "pure";
|
|
433
|
+
readonly type: "function";
|
|
434
|
+
}, {
|
|
435
|
+
readonly inputs: readonly [{
|
|
436
|
+
readonly internalType: "uint256[3]";
|
|
437
|
+
readonly name: "array";
|
|
438
|
+
readonly type: "uint256[3]";
|
|
439
|
+
}];
|
|
440
|
+
readonly name: "hash3";
|
|
441
|
+
readonly outputs: readonly [{
|
|
442
|
+
readonly internalType: "uint256";
|
|
443
|
+
readonly name: "result";
|
|
444
|
+
readonly type: "uint256";
|
|
445
|
+
}];
|
|
446
|
+
readonly stateMutability: "pure";
|
|
447
|
+
readonly type: "function";
|
|
448
|
+
}, {
|
|
449
|
+
readonly inputs: readonly [{
|
|
450
|
+
readonly internalType: "uint256[4]";
|
|
451
|
+
readonly name: "array";
|
|
452
|
+
readonly type: "uint256[4]";
|
|
453
|
+
}];
|
|
454
|
+
readonly name: "hash4";
|
|
455
|
+
readonly outputs: readonly [{
|
|
456
|
+
readonly internalType: "uint256";
|
|
457
|
+
readonly name: "result";
|
|
458
|
+
readonly type: "uint256";
|
|
459
|
+
}];
|
|
460
|
+
readonly stateMutability: "pure";
|
|
461
|
+
readonly type: "function";
|
|
462
|
+
}, {
|
|
463
|
+
readonly inputs: readonly [{
|
|
464
|
+
readonly internalType: "uint256[5]";
|
|
465
|
+
readonly name: "array";
|
|
466
|
+
readonly type: "uint256[5]";
|
|
467
|
+
}];
|
|
468
|
+
readonly name: "hash5";
|
|
469
|
+
readonly outputs: readonly [{
|
|
470
|
+
readonly internalType: "uint256";
|
|
471
|
+
readonly name: "result";
|
|
472
|
+
readonly type: "uint256";
|
|
473
|
+
}];
|
|
474
|
+
readonly stateMutability: "pure";
|
|
475
|
+
readonly type: "function";
|
|
476
|
+
}, {
|
|
477
|
+
readonly inputs: readonly [{
|
|
478
|
+
readonly internalType: "uint256";
|
|
479
|
+
readonly name: "left";
|
|
480
|
+
readonly type: "uint256";
|
|
481
|
+
}, {
|
|
482
|
+
readonly internalType: "uint256";
|
|
483
|
+
readonly name: "right";
|
|
484
|
+
readonly type: "uint256";
|
|
485
|
+
}];
|
|
486
|
+
readonly name: "hashLeftRight";
|
|
487
|
+
readonly outputs: readonly [{
|
|
488
|
+
readonly internalType: "uint256";
|
|
489
|
+
readonly name: "result";
|
|
490
|
+
readonly type: "uint256";
|
|
491
|
+
}];
|
|
492
|
+
readonly stateMutability: "pure";
|
|
493
|
+
readonly type: "function";
|
|
494
|
+
}, {
|
|
495
|
+
readonly inputs: readonly [{
|
|
496
|
+
readonly components: readonly [{
|
|
497
|
+
readonly internalType: "uint256[10]";
|
|
498
|
+
readonly name: "data";
|
|
499
|
+
readonly type: "uint256[10]";
|
|
500
|
+
}];
|
|
501
|
+
readonly internalType: "struct DomainObjs.Message";
|
|
502
|
+
readonly name: "_message";
|
|
503
|
+
readonly type: "tuple";
|
|
504
|
+
}, {
|
|
505
|
+
readonly components: readonly [{
|
|
506
|
+
readonly internalType: "uint256";
|
|
507
|
+
readonly name: "x";
|
|
508
|
+
readonly type: "uint256";
|
|
509
|
+
}, {
|
|
510
|
+
readonly internalType: "uint256";
|
|
511
|
+
readonly name: "y";
|
|
512
|
+
readonly type: "uint256";
|
|
513
|
+
}];
|
|
514
|
+
readonly internalType: "struct DomainObjs.PubKey";
|
|
515
|
+
readonly name: "_encPubKey";
|
|
516
|
+
readonly type: "tuple";
|
|
517
|
+
}];
|
|
518
|
+
readonly name: "hashMessageAndEncPubKey";
|
|
519
|
+
readonly outputs: readonly [{
|
|
520
|
+
readonly internalType: "uint256";
|
|
521
|
+
readonly name: "msgHash";
|
|
522
|
+
readonly type: "uint256";
|
|
523
|
+
}];
|
|
524
|
+
readonly stateMutability: "pure";
|
|
525
|
+
readonly type: "function";
|
|
526
|
+
}, {
|
|
527
|
+
readonly inputs: readonly [{
|
|
528
|
+
readonly components: readonly [{
|
|
529
|
+
readonly components: readonly [{
|
|
530
|
+
readonly internalType: "uint256";
|
|
531
|
+
readonly name: "x";
|
|
532
|
+
readonly type: "uint256";
|
|
533
|
+
}, {
|
|
534
|
+
readonly internalType: "uint256";
|
|
535
|
+
readonly name: "y";
|
|
536
|
+
readonly type: "uint256";
|
|
537
|
+
}];
|
|
538
|
+
readonly internalType: "struct DomainObjs.PubKey";
|
|
539
|
+
readonly name: "pubKey";
|
|
540
|
+
readonly type: "tuple";
|
|
541
|
+
}, {
|
|
542
|
+
readonly internalType: "uint256";
|
|
543
|
+
readonly name: "voiceCreditBalance";
|
|
544
|
+
readonly type: "uint256";
|
|
545
|
+
}];
|
|
546
|
+
readonly internalType: "struct DomainObjs.StateLeaf";
|
|
547
|
+
readonly name: "_stateLeaf";
|
|
548
|
+
readonly type: "tuple";
|
|
549
|
+
}];
|
|
550
|
+
readonly name: "hashStateLeaf";
|
|
551
|
+
readonly outputs: readonly [{
|
|
552
|
+
readonly internalType: "uint256";
|
|
553
|
+
readonly name: "ciphertext";
|
|
554
|
+
readonly type: "uint256";
|
|
555
|
+
}];
|
|
556
|
+
readonly stateMutability: "pure";
|
|
557
|
+
readonly type: "function";
|
|
558
|
+
}, {
|
|
559
|
+
readonly inputs: readonly [];
|
|
560
|
+
readonly name: "initialize";
|
|
561
|
+
readonly outputs: readonly [];
|
|
562
|
+
readonly stateMutability: "nonpayable";
|
|
563
|
+
readonly type: "function";
|
|
564
|
+
}, {
|
|
565
|
+
readonly inputs: readonly [];
|
|
566
|
+
readonly name: "initialized";
|
|
567
|
+
readonly outputs: readonly [{
|
|
568
|
+
readonly internalType: "bool";
|
|
569
|
+
readonly name: "";
|
|
570
|
+
readonly type: "bool";
|
|
571
|
+
}];
|
|
572
|
+
readonly stateMutability: "view";
|
|
573
|
+
readonly type: "function";
|
|
574
|
+
}, {
|
|
575
|
+
readonly inputs: readonly [{
|
|
576
|
+
readonly internalType: "uint256";
|
|
577
|
+
readonly name: "";
|
|
578
|
+
readonly type: "uint256";
|
|
579
|
+
}];
|
|
580
|
+
readonly name: "ipfsHashes";
|
|
581
|
+
readonly outputs: readonly [{
|
|
582
|
+
readonly internalType: "bytes32";
|
|
583
|
+
readonly name: "";
|
|
584
|
+
readonly type: "bytes32";
|
|
585
|
+
}];
|
|
586
|
+
readonly stateMutability: "view";
|
|
587
|
+
readonly type: "function";
|
|
588
|
+
}, {
|
|
589
|
+
readonly inputs: readonly [];
|
|
590
|
+
readonly name: "isBatchHashesPadded";
|
|
591
|
+
readonly outputs: readonly [{
|
|
592
|
+
readonly internalType: "bool";
|
|
593
|
+
readonly name: "";
|
|
594
|
+
readonly type: "bool";
|
|
595
|
+
}];
|
|
596
|
+
readonly stateMutability: "view";
|
|
597
|
+
readonly type: "function";
|
|
598
|
+
}, {
|
|
599
|
+
readonly inputs: readonly [{
|
|
600
|
+
readonly internalType: "uint256";
|
|
601
|
+
readonly name: "_nullifier";
|
|
602
|
+
readonly type: "uint256";
|
|
603
|
+
}, {
|
|
604
|
+
readonly components: readonly [{
|
|
605
|
+
readonly internalType: "uint256";
|
|
606
|
+
readonly name: "x";
|
|
607
|
+
readonly type: "uint256";
|
|
608
|
+
}, {
|
|
609
|
+
readonly internalType: "uint256";
|
|
610
|
+
readonly name: "y";
|
|
611
|
+
readonly type: "uint256";
|
|
612
|
+
}];
|
|
613
|
+
readonly internalType: "struct DomainObjs.PubKey";
|
|
614
|
+
readonly name: "_pubKey";
|
|
615
|
+
readonly type: "tuple";
|
|
616
|
+
}, {
|
|
617
|
+
readonly internalType: "uint256";
|
|
618
|
+
readonly name: "_stateRootIndex";
|
|
619
|
+
readonly type: "uint256";
|
|
620
|
+
}, {
|
|
621
|
+
readonly internalType: "uint256[8]";
|
|
622
|
+
readonly name: "_proof";
|
|
623
|
+
readonly type: "uint256[8]";
|
|
624
|
+
}, {
|
|
625
|
+
readonly internalType: "bytes";
|
|
626
|
+
readonly name: "_signUpPolicyData";
|
|
627
|
+
readonly type: "bytes";
|
|
628
|
+
}, {
|
|
629
|
+
readonly internalType: "bytes";
|
|
630
|
+
readonly name: "_initialVoiceCreditProxyData";
|
|
631
|
+
readonly type: "bytes";
|
|
632
|
+
}];
|
|
633
|
+
readonly name: "joinPoll";
|
|
634
|
+
readonly outputs: readonly [];
|
|
635
|
+
readonly stateMutability: "nonpayable";
|
|
636
|
+
readonly type: "function";
|
|
637
|
+
}, {
|
|
638
|
+
readonly inputs: readonly [];
|
|
639
|
+
readonly name: "maxSignups";
|
|
640
|
+
readonly outputs: readonly [{
|
|
641
|
+
readonly internalType: "uint256";
|
|
642
|
+
readonly name: "";
|
|
643
|
+
readonly type: "uint256";
|
|
644
|
+
}];
|
|
645
|
+
readonly stateMutability: "view";
|
|
646
|
+
readonly type: "function";
|
|
647
|
+
}, {
|
|
648
|
+
readonly inputs: readonly [];
|
|
649
|
+
readonly name: "mergeState";
|
|
650
|
+
readonly outputs: readonly [];
|
|
651
|
+
readonly stateMutability: "nonpayable";
|
|
652
|
+
readonly type: "function";
|
|
653
|
+
}, {
|
|
654
|
+
readonly inputs: readonly [];
|
|
655
|
+
readonly name: "mergedStateRoot";
|
|
656
|
+
readonly outputs: readonly [{
|
|
657
|
+
readonly internalType: "uint256";
|
|
658
|
+
readonly name: "";
|
|
659
|
+
readonly type: "uint256";
|
|
660
|
+
}];
|
|
661
|
+
readonly stateMutability: "view";
|
|
662
|
+
readonly type: "function";
|
|
663
|
+
}, {
|
|
664
|
+
readonly inputs: readonly [];
|
|
665
|
+
readonly name: "messageBatchSize";
|
|
666
|
+
readonly outputs: readonly [{
|
|
667
|
+
readonly internalType: "uint8";
|
|
668
|
+
readonly name: "";
|
|
669
|
+
readonly type: "uint8";
|
|
670
|
+
}];
|
|
671
|
+
readonly stateMutability: "view";
|
|
672
|
+
readonly type: "function";
|
|
673
|
+
}, {
|
|
674
|
+
readonly inputs: readonly [];
|
|
675
|
+
readonly name: "numMessages";
|
|
676
|
+
readonly outputs: readonly [{
|
|
677
|
+
readonly internalType: "uint256";
|
|
678
|
+
readonly name: "";
|
|
679
|
+
readonly type: "uint256";
|
|
680
|
+
}];
|
|
681
|
+
readonly stateMutability: "view";
|
|
682
|
+
readonly type: "function";
|
|
683
|
+
}, {
|
|
684
|
+
readonly inputs: readonly [];
|
|
685
|
+
readonly name: "numSignUpsAndMessages";
|
|
686
|
+
readonly outputs: readonly [{
|
|
687
|
+
readonly internalType: "uint256";
|
|
688
|
+
readonly name: "numSUps";
|
|
689
|
+
readonly type: "uint256";
|
|
690
|
+
}, {
|
|
691
|
+
readonly internalType: "uint256";
|
|
692
|
+
readonly name: "numMsgs";
|
|
693
|
+
readonly type: "uint256";
|
|
694
|
+
}];
|
|
695
|
+
readonly stateMutability: "view";
|
|
696
|
+
readonly type: "function";
|
|
697
|
+
}, {
|
|
698
|
+
readonly inputs: readonly [];
|
|
699
|
+
readonly name: "numSignups";
|
|
700
|
+
readonly outputs: readonly [{
|
|
701
|
+
readonly internalType: "uint256";
|
|
702
|
+
readonly name: "";
|
|
703
|
+
readonly type: "uint256";
|
|
704
|
+
}];
|
|
705
|
+
readonly stateMutability: "view";
|
|
706
|
+
readonly type: "function";
|
|
707
|
+
}, {
|
|
708
|
+
readonly inputs: readonly [{
|
|
709
|
+
readonly internalType: "uint256[2]";
|
|
710
|
+
readonly name: "dataToPad";
|
|
711
|
+
readonly type: "uint256[2]";
|
|
712
|
+
}];
|
|
713
|
+
readonly name: "padAndHashMessage";
|
|
714
|
+
readonly outputs: readonly [{
|
|
715
|
+
readonly components: readonly [{
|
|
716
|
+
readonly internalType: "uint256[10]";
|
|
717
|
+
readonly name: "data";
|
|
718
|
+
readonly type: "uint256[10]";
|
|
719
|
+
}];
|
|
720
|
+
readonly internalType: "struct DomainObjs.Message";
|
|
721
|
+
readonly name: "message";
|
|
722
|
+
readonly type: "tuple";
|
|
723
|
+
}, {
|
|
724
|
+
readonly components: readonly [{
|
|
725
|
+
readonly internalType: "uint256";
|
|
726
|
+
readonly name: "x";
|
|
727
|
+
readonly type: "uint256";
|
|
728
|
+
}, {
|
|
729
|
+
readonly internalType: "uint256";
|
|
730
|
+
readonly name: "y";
|
|
731
|
+
readonly type: "uint256";
|
|
732
|
+
}];
|
|
733
|
+
readonly internalType: "struct DomainObjs.PubKey";
|
|
734
|
+
readonly name: "padKey";
|
|
735
|
+
readonly type: "tuple";
|
|
736
|
+
}, {
|
|
737
|
+
readonly internalType: "uint256";
|
|
738
|
+
readonly name: "msgHash";
|
|
739
|
+
readonly type: "uint256";
|
|
740
|
+
}];
|
|
741
|
+
readonly stateMutability: "pure";
|
|
742
|
+
readonly type: "function";
|
|
743
|
+
}, {
|
|
744
|
+
readonly inputs: readonly [];
|
|
745
|
+
readonly name: "padLastBatch";
|
|
746
|
+
readonly outputs: readonly [];
|
|
747
|
+
readonly stateMutability: "nonpayable";
|
|
748
|
+
readonly type: "function";
|
|
749
|
+
}, {
|
|
750
|
+
readonly inputs: readonly [];
|
|
751
|
+
readonly name: "pollId";
|
|
752
|
+
readonly outputs: readonly [{
|
|
753
|
+
readonly internalType: "uint256";
|
|
754
|
+
readonly name: "";
|
|
755
|
+
readonly type: "uint256";
|
|
756
|
+
}];
|
|
757
|
+
readonly stateMutability: "view";
|
|
758
|
+
readonly type: "function";
|
|
759
|
+
}, {
|
|
760
|
+
readonly inputs: readonly [{
|
|
761
|
+
readonly internalType: "uint256";
|
|
762
|
+
readonly name: "";
|
|
763
|
+
readonly type: "uint256";
|
|
764
|
+
}];
|
|
765
|
+
readonly name: "pollNullifiers";
|
|
766
|
+
readonly outputs: readonly [{
|
|
767
|
+
readonly internalType: "bool";
|
|
768
|
+
readonly name: "";
|
|
769
|
+
readonly type: "bool";
|
|
770
|
+
}];
|
|
771
|
+
readonly stateMutability: "view";
|
|
772
|
+
readonly type: "function";
|
|
773
|
+
}, {
|
|
774
|
+
readonly inputs: readonly [{
|
|
775
|
+
readonly internalType: "uint256";
|
|
776
|
+
readonly name: "";
|
|
777
|
+
readonly type: "uint256";
|
|
778
|
+
}];
|
|
779
|
+
readonly name: "pollStateRootsOnJoin";
|
|
780
|
+
readonly outputs: readonly [{
|
|
781
|
+
readonly internalType: "uint256";
|
|
782
|
+
readonly name: "";
|
|
783
|
+
readonly type: "uint256";
|
|
784
|
+
}];
|
|
785
|
+
readonly stateMutability: "view";
|
|
786
|
+
readonly type: "function";
|
|
787
|
+
}, {
|
|
788
|
+
readonly inputs: readonly [];
|
|
789
|
+
readonly name: "pollStateTree";
|
|
790
|
+
readonly outputs: readonly [{
|
|
791
|
+
readonly internalType: "uint40";
|
|
792
|
+
readonly name: "maxIndex";
|
|
793
|
+
readonly type: "uint40";
|
|
794
|
+
}, {
|
|
795
|
+
readonly internalType: "uint40";
|
|
796
|
+
readonly name: "numberOfLeaves";
|
|
797
|
+
readonly type: "uint40";
|
|
798
|
+
}];
|
|
799
|
+
readonly stateMutability: "view";
|
|
800
|
+
readonly type: "function";
|
|
801
|
+
}, {
|
|
802
|
+
readonly inputs: readonly [{
|
|
803
|
+
readonly components: readonly [{
|
|
804
|
+
readonly internalType: "uint256[10]";
|
|
805
|
+
readonly name: "data";
|
|
806
|
+
readonly type: "uint256[10]";
|
|
807
|
+
}];
|
|
808
|
+
readonly internalType: "struct DomainObjs.Message";
|
|
809
|
+
readonly name: "_message";
|
|
810
|
+
readonly type: "tuple";
|
|
811
|
+
}, {
|
|
812
|
+
readonly components: readonly [{
|
|
813
|
+
readonly internalType: "uint256";
|
|
814
|
+
readonly name: "x";
|
|
815
|
+
readonly type: "uint256";
|
|
816
|
+
}, {
|
|
817
|
+
readonly internalType: "uint256";
|
|
818
|
+
readonly name: "y";
|
|
819
|
+
readonly type: "uint256";
|
|
820
|
+
}];
|
|
821
|
+
readonly internalType: "struct DomainObjs.PubKey";
|
|
822
|
+
readonly name: "_encPubKey";
|
|
823
|
+
readonly type: "tuple";
|
|
824
|
+
}];
|
|
825
|
+
readonly name: "publishMessage";
|
|
826
|
+
readonly outputs: readonly [];
|
|
827
|
+
readonly stateMutability: "nonpayable";
|
|
828
|
+
readonly type: "function";
|
|
829
|
+
}, {
|
|
830
|
+
readonly inputs: readonly [{
|
|
831
|
+
readonly components: readonly [{
|
|
832
|
+
readonly internalType: "uint256[10]";
|
|
833
|
+
readonly name: "data";
|
|
834
|
+
readonly type: "uint256[10]";
|
|
835
|
+
}];
|
|
836
|
+
readonly internalType: "struct DomainObjs.Message[]";
|
|
837
|
+
readonly name: "_messages";
|
|
838
|
+
readonly type: "tuple[]";
|
|
839
|
+
}, {
|
|
840
|
+
readonly components: readonly [{
|
|
841
|
+
readonly internalType: "uint256";
|
|
842
|
+
readonly name: "x";
|
|
843
|
+
readonly type: "uint256";
|
|
844
|
+
}, {
|
|
845
|
+
readonly internalType: "uint256";
|
|
846
|
+
readonly name: "y";
|
|
847
|
+
readonly type: "uint256";
|
|
848
|
+
}];
|
|
849
|
+
readonly internalType: "struct DomainObjs.PubKey[]";
|
|
850
|
+
readonly name: "_encPubKeys";
|
|
851
|
+
readonly type: "tuple[]";
|
|
852
|
+
}];
|
|
853
|
+
readonly name: "publishMessageBatch";
|
|
854
|
+
readonly outputs: readonly [];
|
|
855
|
+
readonly stateMutability: "nonpayable";
|
|
856
|
+
readonly type: "function";
|
|
857
|
+
}, {
|
|
858
|
+
readonly inputs: readonly [{
|
|
859
|
+
readonly internalType: "uint256[]";
|
|
860
|
+
readonly name: "_messageHashes";
|
|
861
|
+
readonly type: "uint256[]";
|
|
862
|
+
}, {
|
|
863
|
+
readonly internalType: "bytes32";
|
|
864
|
+
readonly name: "_ipfsHash";
|
|
865
|
+
readonly type: "bytes32";
|
|
866
|
+
}];
|
|
867
|
+
readonly name: "relayMessagesBatch";
|
|
868
|
+
readonly outputs: readonly [];
|
|
869
|
+
readonly stateMutability: "nonpayable";
|
|
870
|
+
readonly type: "function";
|
|
871
|
+
}, {
|
|
872
|
+
readonly inputs: readonly [{
|
|
873
|
+
readonly internalType: "address";
|
|
874
|
+
readonly name: "";
|
|
875
|
+
readonly type: "address";
|
|
876
|
+
}];
|
|
877
|
+
readonly name: "relayers";
|
|
878
|
+
readonly outputs: readonly [{
|
|
879
|
+
readonly internalType: "bool";
|
|
880
|
+
readonly name: "";
|
|
881
|
+
readonly type: "bool";
|
|
882
|
+
}];
|
|
883
|
+
readonly stateMutability: "view";
|
|
884
|
+
readonly type: "function";
|
|
885
|
+
}, {
|
|
886
|
+
readonly inputs: readonly [{
|
|
887
|
+
readonly internalType: "uint256[]";
|
|
888
|
+
readonly name: "array";
|
|
889
|
+
readonly type: "uint256[]";
|
|
890
|
+
}];
|
|
891
|
+
readonly name: "sha256Hash";
|
|
892
|
+
readonly outputs: readonly [{
|
|
893
|
+
readonly internalType: "uint256";
|
|
894
|
+
readonly name: "result";
|
|
895
|
+
readonly type: "uint256";
|
|
896
|
+
}];
|
|
897
|
+
readonly stateMutability: "pure";
|
|
898
|
+
readonly type: "function";
|
|
899
|
+
}, {
|
|
900
|
+
readonly inputs: readonly [];
|
|
901
|
+
readonly name: "startDate";
|
|
902
|
+
readonly outputs: readonly [{
|
|
903
|
+
readonly internalType: "uint256";
|
|
904
|
+
readonly name: "";
|
|
905
|
+
readonly type: "uint256";
|
|
906
|
+
}];
|
|
907
|
+
readonly stateMutability: "view";
|
|
908
|
+
readonly type: "function";
|
|
909
|
+
}, {
|
|
910
|
+
readonly inputs: readonly [];
|
|
911
|
+
readonly name: "stateMerged";
|
|
912
|
+
readonly outputs: readonly [{
|
|
913
|
+
readonly internalType: "bool";
|
|
914
|
+
readonly name: "";
|
|
915
|
+
readonly type: "bool";
|
|
916
|
+
}];
|
|
917
|
+
readonly stateMutability: "view";
|
|
918
|
+
readonly type: "function";
|
|
919
|
+
}, {
|
|
920
|
+
readonly inputs: readonly [];
|
|
921
|
+
readonly name: "treeDepths";
|
|
922
|
+
readonly outputs: readonly [{
|
|
923
|
+
readonly internalType: "uint8";
|
|
924
|
+
readonly name: "intStateTreeDepth";
|
|
925
|
+
readonly type: "uint8";
|
|
926
|
+
}, {
|
|
927
|
+
readonly internalType: "uint8";
|
|
928
|
+
readonly name: "voteOptionTreeDepth";
|
|
929
|
+
readonly type: "uint8";
|
|
930
|
+
}, {
|
|
931
|
+
readonly internalType: "uint8";
|
|
932
|
+
readonly name: "stateTreeDepth";
|
|
933
|
+
readonly type: "uint8";
|
|
934
|
+
}];
|
|
935
|
+
readonly stateMutability: "view";
|
|
936
|
+
readonly type: "function";
|
|
937
|
+
}, {
|
|
938
|
+
readonly inputs: readonly [{
|
|
939
|
+
readonly internalType: "uint256";
|
|
940
|
+
readonly name: "_index";
|
|
941
|
+
readonly type: "uint256";
|
|
942
|
+
}, {
|
|
943
|
+
readonly internalType: "uint256[8]";
|
|
944
|
+
readonly name: "_proof";
|
|
945
|
+
readonly type: "uint256[8]";
|
|
946
|
+
}];
|
|
947
|
+
readonly name: "verifyJoinedPollProof";
|
|
948
|
+
readonly outputs: readonly [{
|
|
949
|
+
readonly internalType: "bool";
|
|
950
|
+
readonly name: "isValid";
|
|
951
|
+
readonly type: "bool";
|
|
952
|
+
}];
|
|
953
|
+
readonly stateMutability: "view";
|
|
954
|
+
readonly type: "function";
|
|
955
|
+
}, {
|
|
956
|
+
readonly inputs: readonly [{
|
|
957
|
+
readonly internalType: "uint256";
|
|
958
|
+
readonly name: "_nullifier";
|
|
959
|
+
readonly type: "uint256";
|
|
960
|
+
}, {
|
|
961
|
+
readonly internalType: "uint256";
|
|
962
|
+
readonly name: "_index";
|
|
963
|
+
readonly type: "uint256";
|
|
964
|
+
}, {
|
|
965
|
+
readonly components: readonly [{
|
|
966
|
+
readonly internalType: "uint256";
|
|
967
|
+
readonly name: "x";
|
|
968
|
+
readonly type: "uint256";
|
|
969
|
+
}, {
|
|
970
|
+
readonly internalType: "uint256";
|
|
971
|
+
readonly name: "y";
|
|
972
|
+
readonly type: "uint256";
|
|
973
|
+
}];
|
|
974
|
+
readonly internalType: "struct DomainObjs.PubKey";
|
|
975
|
+
readonly name: "_pubKey";
|
|
976
|
+
readonly type: "tuple";
|
|
977
|
+
}, {
|
|
978
|
+
readonly internalType: "uint256[8]";
|
|
979
|
+
readonly name: "_proof";
|
|
980
|
+
readonly type: "uint256[8]";
|
|
981
|
+
}];
|
|
982
|
+
readonly name: "verifyJoiningPollProof";
|
|
983
|
+
readonly outputs: readonly [{
|
|
984
|
+
readonly internalType: "bool";
|
|
985
|
+
readonly name: "isValid";
|
|
986
|
+
readonly type: "bool";
|
|
987
|
+
}];
|
|
988
|
+
readonly stateMutability: "view";
|
|
989
|
+
readonly type: "function";
|
|
990
|
+
}, {
|
|
991
|
+
readonly inputs: readonly [];
|
|
992
|
+
readonly name: "voteOptions";
|
|
993
|
+
readonly outputs: readonly [{
|
|
994
|
+
readonly internalType: "uint256";
|
|
995
|
+
readonly name: "";
|
|
996
|
+
readonly type: "uint256";
|
|
997
|
+
}];
|
|
998
|
+
readonly stateMutability: "view";
|
|
999
|
+
readonly type: "function";
|
|
1000
|
+
}];
|
|
1001
|
+
static createInterface(): PollInterface;
|
|
1002
|
+
static connect(address: string, runner?: ContractRunner | null): Poll;
|
|
1003
|
+
}
|
|
1004
|
+
export interface PollLibraryAddresses {
|
|
1005
|
+
["contracts/crypto/PoseidonT5.sol:PoseidonT5"]: string;
|
|
1006
|
+
["contracts/crypto/PoseidonT3.sol:PoseidonT3"]: string;
|
|
1007
|
+
["contracts/crypto/PoseidonT6.sol:PoseidonT6"]: string;
|
|
1008
|
+
["contracts/crypto/PoseidonT4.sol:PoseidonT4"]: string;
|
|
1009
|
+
}
|
|
1010
|
+
export {};
|
|
1011
|
+
//# sourceMappingURL=Poll__factory.d.ts.map
|