@maci-protocol/contracts 0.0.0-ci.01622be
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +902 -0
- package/LICENSE +21 -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 +66 -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 +61 -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 +71 -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 +61 -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 +66 -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 +61 -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 +71 -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 +61 -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 +55 -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 +61 -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 +66 -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 +61 -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 +66 -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 +61 -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 +61 -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 +61 -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 +66 -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 +61 -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 +61 -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 +61 -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 +76 -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 +61 -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/f3a426f9614c69950d7639416439e915.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/VerifyingKeysRegistry.sol/VerifyingKeysRegistry.dbg.json +4 -0
- package/build/artifacts/contracts/VerifyingKeysRegistry.sol/VerifyingKeysRegistry.json +2406 -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/IMessageProcessor.sol/IMessageProcessor.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IMessageProcessor.sol/IMessageProcessor.json +66 -0
- package/build/artifacts/contracts/interfaces/IMessageProcessorFactory.sol/IMessageProcessorFactory.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IMessageProcessorFactory.sol/IMessageProcessorFactory.json +45 -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/IVerifyingKeysRegistry.sol/IVerifyingKeysRegistry.dbg.json +4 -0
- package/build/artifacts/contracts/interfaces/IVerifyingKeysRegistry.sol/IVerifyingKeysRegistry.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 +18 -0
- package/build/hardhat.config.d.ts.map +1 -0
- package/build/hardhat.config.js +241 -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-verifyingKeysRegistry.d.ts +2 -0
- package/build/tasks/deploy/maci/08-verifyingKeysRegistry.d.ts.map +1 -0
- package/build/tasks/deploy/maci/08-verifyingKeysRegistry.js +93 -0
- package/build/tasks/deploy/maci/08-verifyingKeysRegistry.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 +174 -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 +392 -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 +303 -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/encodeErrors.d.ts +2 -0
- package/build/tasks/runner/encodeErrors.d.ts.map +1 -0
- package/build/tasks/runner/encodeErrors.js +105 -0
- package/build/tasks/runner/encodeErrors.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 +132 -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/deploy.d.ts +246 -0
- package/build/ts/deploy.d.ts.map +1 -0
- package/build/ts/deploy.js +573 -0
- package/build/ts/deploy.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/generateEmptyBallotRoots.d.ts +7 -0
- package/build/ts/generateEmptyBallotRoots.d.ts.map +1 -0
- package/build/ts/generateEmptyBallotRoots.js +23 -0
- package/build/ts/generateEmptyBallotRoots.js.map +1 -0
- package/build/ts/generateMaciState.d.ts +18 -0
- package/build/ts/generateMaciState.d.ts.map +1 -0
- package/build/ts/generateMaciState.js +279 -0
- package/build/ts/generateMaciState.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 +100 -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 +377 -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 +93 -0
- package/build/ts/utils.d.ts.map +1 -0
- package/build/ts/utils.js +228 -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 +54 -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 +54 -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 +54 -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 +54 -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/VerifyingKeysRegistry.d.ts +561 -0
- package/build/typechain-types/contracts/VerifyingKeysRegistry.d.ts.map +1 -0
- package/build/typechain-types/contracts/VerifyingKeysRegistry.js +3 -0
- package/build/typechain-types/contracts/VerifyingKeysRegistry.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/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/IMessageProcessorFactory.d.ts +40 -0
- package/build/typechain-types/contracts/interfaces/IMessageProcessorFactory.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IMessageProcessorFactory.js +3 -0
- package/build/typechain-types/contracts/interfaces/IMessageProcessorFactory.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/IVerifyingKeysRegistry.d.ts +125 -0
- package/build/typechain-types/contracts/interfaces/IVerifyingKeysRegistry.d.ts.map +1 -0
- package/build/typechain-types/contracts/interfaces/IVerifyingKeysRegistry.js +3 -0
- package/build/typechain-types/contracts/interfaces/IVerifyingKeysRegistry.js.map +1 -0
- package/build/typechain-types/contracts/interfaces/index.d.ts +12 -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 +65 -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 +95 -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 +61 -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 +90 -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 +69 -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 +100 -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 +61 -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 +90 -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 +65 -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 +95 -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 +61 -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 +90 -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 +69 -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 +100 -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 +61 -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 +90 -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 +57 -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 +84 -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 +61 -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 +90 -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 +65 -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 +95 -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 +61 -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 +90 -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 +65 -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 +95 -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 +61 -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 +90 -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 +61 -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 +90 -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 +61 -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 +90 -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 +65 -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 +95 -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 +61 -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 +90 -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 +61 -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 +90 -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 +61 -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 +90 -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 +73 -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 +105 -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 +61 -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 +90 -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/VerifyingKeysRegistry__factory.d.ts +1845 -0
- package/build/typechain-types/factories/contracts/VerifyingKeysRegistry__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/VerifyingKeysRegistry__factory.js +2435 -0
- package/build/typechain-types/factories/contracts/VerifyingKeysRegistry__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/IMessageProcessorFactory__factory.d.ts +34 -0
- package/build/typechain-types/factories/contracts/interfaces/IMessageProcessorFactory__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IMessageProcessorFactory__factory.js +54 -0
- package/build/typechain-types/factories/contracts/interfaces/IMessageProcessorFactory__factory.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/IVerifyingKeysRegistry__factory.d.ts +352 -0
- package/build/typechain-types/factories/contracts/interfaces/IVerifyingKeysRegistry__factory.d.ts.map +1 -0
- package/build/typechain-types/factories/contracts/interfaces/IVerifyingKeysRegistry__factory.js +474 -0
- package/build/typechain-types/factories/contracts/interfaces/IVerifyingKeysRegistry__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 +29 -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 +234 -0
- package/contracts/MessageProcessor.sol +188 -0
- package/contracts/MessageProcessorFactory.sol +32 -0
- package/contracts/Poll.sol +543 -0
- package/contracts/PollFactory.sol +38 -0
- package/contracts/Tally.sol +455 -0
- package/contracts/TallyFactory.sol +32 -0
- package/contracts/VerifyingKeysRegistry.sol +434 -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/IMessageProcessor.sol +26 -0
- package/contracts/interfaces/IMessageProcessorFactory.sol +21 -0
- package/contracts/interfaces/IPoll.sol +128 -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/IVerifyingKeysRegistry.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 +215 -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 = "0x6080604052348015600f57600080fd5b50613c948061001f6000396000f3fe608060405234801561001057600080fd5b50600436106103275760003560e01c80636f13ab00116101b8578063b41a4b1911610104578063d2b5751d116100a2578063e33b13a01161007c578063e33b13a01461073d578063edbfe83f1461074a578063ef9a5f0a1461076c578063fba630f21461077f57600080fd5b8063d2b5751d14610718578063d986652714610721578063df82635a1461073457600080fd5b8063bea140b3116100de578063bea140b3146106e0578063c17268d9146106f3578063c24a0f8b146106fc578063c4e959581461070557600080fd5b8063b41a4b191461065a578063ba5810fd1461066f578063bc14ee2b1461067a57600080fd5b80638b6e7463116101715780639cfced971161014b5780639cfced97146105cd578063a4de2f5c146105e0578063ac98e5df146105f3578063ad731cad1461063757600080fd5b80638b6e7463146105975780638c2c887c146105b257806392552667146105c557600080fd5b80636f13ab00146105465780637028bb0e1461054f578063719b9bd81461055c5780637739919514610569578063793c56321461057c5780638129fc1c1461058f57600080fd5b80633dfb88b2116102775780635ae9d4f11161023057806362a361bb1161020a57806362a361bb14610502578063683f3dc3146105155780636d582d341461052f5780636dc590ad1461053857600080fd5b80635ae9d4f1146104d35780635bb93995146104dc578063623f54ac146104ef57600080fd5b80633dfb88b21461044f57806341495d1c1461046257806349716ebf1461046b57806350e17f0c146104945780635300f8411461049d57806358bfc379146104c057600080fd5b80630f4cf692116102e457806327bea0da116102be57806327bea0da14610403578063340a01c11461041657806337a90cae146104295780633b2ab96f1461043c57600080fd5b80630f4cf692146103d857806314417e8c146103e1578063158ef93e146103f657600080fd5b8063014054261461032c57806309feaf2a146103525780630b97bc861461035c5780630c4eb5c2146103655780630d4e6e6a1461039f5780630e1b48ea146103bc575b600080fd5b61033f61033a366004612b8e565b610788565b6040519081526020015b60405180910390f35b61035a610856565b005b61033f60065481565b6019546103819064ffffffffff80821691600160281b90041682565b6040805164ffffffffff938416815292909116602083015201610349565b6018546103ac9060ff1681565b6040519015158152602001610349565b6006546007545b60408051928352602083019190915201610349565b61033f600b5481565b6103e9610968565b6040516103499190612c01565b6000546103ac9060ff1681565b61035a610411366004612c2c565b6109c0565b61035a610424366004612c62565b610aa7565b6103ac610437366004612d32565b610bbd565b6103ac61044a366004612d7b565b610cce565b61033f61045d366004612da0565b610dd2565b61033f600e5481565b61047e610479366004612e08565b610e53565b60405164ffffffffff9091168152602001610349565b61033f60045481565b6103ac6104ab366004612e39565b601c6020526000908152604090205460ff1681565b61033f6104ce366004612e79565b610ec8565b61033f600c5481565b61033f6104ea366004612f13565b610f50565b61035a6104fd366004612f80565b610f75565b61033f610510366004613021565b610fea565b61051d600a81565b60405160ff9091168152602001610349565b61033f60085481565b6002546003546103c3919082565b61033f601e5481565b600d5461051d9060ff1681565b60105461051d9060ff1681565b61033f610577366004612e08565b611024565b61033f61058a366004613064565b611045565b61035a611078565b6011546040516001600160a01b039091168152602001610349565b61033f6105c0366004612e08565b611082565b61035a611092565b61033f6105db36600461309e565b61111c565b61033f6105ee366004612e08565b611156565b600f546106139060ff808216916101008104821691620100009091041683565b6040805160ff94851681529284166020840152921691810191909152606001610349565b6103ac610645366004612e08565b601d6020526000908152604090205460ff1681565b610662611166565b6040516103499190613131565b600c54600b546103c3565b6011546012546013546014546015546106a6946001600160a01b03908116948116938116928116911685565b604080516001600160a01b03968716815294861660208601529285169284019290925283166060830152909116608082015260a001610349565b61033f6106ee366004613144565b611175565b61033f600a5481565b61033f60075481565b6103e9610713366004612e08565b6111af565b61033f60175481565b6103e961072f366004613187565b611213565b61033f60015481565b6009546103ac9060ff1681565b61075d610758366004613021565b611352565b604051610349939291906131e9565b61035a61077a366004613285565b6113fa565b61033f60055481565b6000610792612988565b83515181528351602090810151908201528351604090810151908201528351606090810151908201528351608090810151908201526107cf612988565b845160a001518152845160c001516020820152845160e0015160408083019190915285516101000151606083015285516101200151608080840191909152815190810190915261084d90806108238561111c565b81526020016108318461111c565b8152602001866000015181526020018660200151815250610dd2565b95945050505050565b60075442101561087957604051630931513d60e11b815260040160405180910390fd5b60095460ff161561089d5760405163b703d3c960e01b815260040160405180910390fd5b6009805460ff1916600117905560006108b660196116c6565b600581905590506108c56129a6565b8181526008546020820152600060408201526108e081611175565b600a55601954600160281b900464ffffffffff16600c81905560015b818160ff166001901b64ffffffffff161015610924578061091c81613354565b9150506108fc565b600d805460ff191660ff8316179055600c546005546040517f4e3ffd35899168b0b0f09b3a93419888fad4d7602c81fb08fe67506d1e2b42d490600090a350505050565b606060168054806020026020016040519081016040528092919081815260200182805480156109b657602002820191906000526020600020905b8154815260200190600101908083116109a2575b5050505050905090565b6007544211156109e35760405163148fb9a960e31b815260040160405180910390fd5b600654421015610a06576040516304add5b960e31b815260040160405180910390fd5b610a1581356020830135611716565b610a325760405163145a1fdd60e31b815260040160405180910390fd5b600b805460010190556000610a5e610a4f36859003850185613373565b61033a36859003850185613390565b9050610a69816117c0565b7f4be9ef9ae736055964ead1cf3c83a19c8b662b5df2bd4414776bb64d81f75d158383604051610a9a9291906133ac565b60405180910390a1505050565b600754421115610aca5760405163148fb9a960e31b815260040160405180910390fd5b600654421015610aed576040516304add5b960e31b815260040160405180910390fd5b336000908152601c602052604090205460ff16610b1d5760405163c64891a560e01b815260040160405180910390fd5b600b8054830190558160005b81811015610b5a57610b52858583818110610b4657610b46613328565b905060200201356117c0565b600101610b29565b50601b805460018101825560009182527f3ad8aa4f87544323a9d1e5dd902f40c356527a7955687113db5f9a85ad579dc10183905560405183917f91b942fa69ed48e396db89fe27f88192d8ca138308a57a2bb49c5824f8d54cab91a250505050565b601354600f54604051631fc87fab60e31b81526201000090910460ff16600482015260009182916001600160a01b039091169063fe43fd5890602401600060405180830381865afa158015610c16573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610c3e9190810190613489565b90506000610c4d878787611213565b60125460405163352a4d1560e01b81529192506001600160a01b03169063352a4d1590610c82908790869086906004016135f5565b602060405180830381865afa158015610c9f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cc391906136f6565b979650505050505050565b601354600f5460405163b7e3d4f760e01b81526201000090910460ff16600482015260009182916001600160a01b039091169063b7e3d4f790602401600060405180830381865afa158015610d27573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610d4f9190810190613489565b90506000610d5c856111af565b60125460405163352a4d1560e01b81529192506001600160a01b03169063352a4d1590610d91908790869086906004016135f5565b602060405180830381865afa158015610dae573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061084d91906136f6565b60405163248f667760e01b815260009073__$ce9c2c925f157047e54fa833ec4e61409f$__9063248f667790610e0c908590600401613718565b602060405180830381865af4158015610e29573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e4d9190613749565b92915050565b60195460009064ffffffffff16815b8164ffffffffff168164ffffffffff1611610eae5764ffffffffff81166000908152601a6020526040902054849003610e9c579392505050565b80610ea681613762565b915050610e62565b50604051631bfab01360e31b815260040160405180910390fd5b6000600080516020613c3f833981519152600283604051602001610eec9190613780565b60408051601f1981840301815290829052610f06916137ab565b602060405180830381855afa158015610f23573d6000803e3d6000fd5b5050506040513d601f19601f82011682018060405250810190610f469190613749565b610e4d91906137dd565b6000610f5a6129c4565b83815260208101839052610f6d81610fea565b949350505050565b828114610f955760405163ca3487f760e01b815260040160405180910390fd5b8260005b81811015610fe257610fda868683818110610fb657610fb6613328565b90506101400201858584818110610fcf57610fcf613328565b9050604002016109c0565b600101610f99565b505050505050565b6040516314d2f97b60e11b815260009073__$6574937f64fc1d7710ec0e28b7a36713bb$__906329a5f2f690610e0c9085906004016137ff565b601f818154811061103457600080fd5b600091825260209091200154905081565b600061104f6129a6565b8251518152825160209081015181830152830151604082015261107181611175565b9392505050565b61108061186a565b565b6016818154811061103457600080fd5b6007544210156110b557604051630931513d60e11b815260040160405180910390fd5b60185460ff16611080576018805460ff19166001179055601054600b546110df9160ff16906137dd565b1561108057601754601680546001810182556000919091527fd833147d7dc355ba459fc788f669e58cfaf9dc25ddcd0702e87d69c7b51242890155565b604051630926f44b60e31b815260009073__$20527677031d76601747626a9845039fe4$__90634937a25890610e0c908590600401613827565b601b818154811061103457600080fd5b6060611170611c13565b905090565b6040516304b98e1d60e31b815260009073__$dc01a9744591ab014bc46a3b7671cdaefb$__906325cc70e890610e0c90859060040161384f565b60408051600180825281830190925260609160208083019080368337019050509050601f82815481106111e4576111e4613328565b90600052602060002001548160008151811061120257611202613328565b602002602001018181525050919050565b60408051600580825260c082019092526060916020820160a08036833701905050905081600001358160008151811061124e5761124e613328565b60200260200101818152505081602001358160018151811061127257611272613328565b602002602001018181525050838160028151811061129257611292613328565b602090810291909101015260115460405163060881ed60e51b8152600481018590526001600160a01b039091169063c1103da090602401602060405180830381865afa1580156112e6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061130a9190613749565b8160038151811061131d5761131d613328565b602002602001018181525050601e548160048151811061133f5761133f613328565b6020026020010181815250509392505050565b61135a6129e2565b604080518082019091526000808252602082015260006113786129fa565b84518152602080860151828201526040805180820182527f171e826ad4a870fd925e0bf0e87884e70e080879c2205ef10114f28a3b6f6dd781527f2bd407d897fbbca9f88adfd2d15252e69de8c1564eb4d3d27162e259172f1a1d81840152815192830190915282825290945092506113f18484610788565b93959294505050565b60075442111561141d5760405163148fb9a960e31b815260040160405180910390fd5b600154601954600160281b900464ffffffffff161061144f5760405163b984588b60e01b815260040160405180910390fd5b6000868152601d602052604090205460ff161561147f5760405163f45d43bf60e01b815260040160405180910390fd5b6000868152601d602052604090819020805460ff1916600117905580516101008181019092526114ce918891879189919088906008908390839080828437600092019190915250610bbd915050565b6114eb576040516375fc7f6f60e01b815260040160405180910390fd5b601454604051631e898ef160e01b81526001600160a01b0390911690631e898ef19061151d9033908690600401613877565b600060405180830381600087803b15801561153757600080fd5b505af115801561154b573d6000803e3d6000fd5b505060155460405163b36543a960e01b8152600093506001600160a01b03909116915063b36543a9906115849033908690600401613877565b602060405180830381865afa1580156115a1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115c59190613749565b905060006115f56040518060400160405280898036038101906115e89190613390565b8152602001849052611045565b90506000611604601983611c1e565b601f80546001808201835560009283527fa03837a25210ee280c2113ff4b77ca23440b19d4866cca721c801278fd08d807909101839055601954929350909161165b9190600160281b900464ffffffffff1661389b565b64ffffffffff169050886020013589600001357f0a572bcefffe7bd7ad8229e43033a1e9b6dbf856b924b9474102c7fe5a7434f4868d856040516116b2939291909283526020830191909152604082015260600190565b60405180910390a350505050505050505050565b8054600090600160281b900464ffffffffff1660015b8164ffffffffff168160ff166001901b64ffffffffff16101561170b578061170381613354565b9150506116dc565b610f6d848383611d73565b600080600080516020613c3f83398151915284850990506000600080516020613c3f83398151915284850990506000600080516020613c3f83398151915282600080516020613c3f83398151915285620292fc090890506000600080516020613c3f8339815191528084600080516020613c3f83398151915287620292f8090960010890506117b48282600080516020613c3f833981519152611e3f565b15979650505050505050565b60006117e16040518060400160405280601754815260200184815250610fea565b601054600b549192506117f99160ff909116906137dd565b60000361183657601680546001810182556000919091527fd833147d7dc355ba459fc788f669e58cfaf9dc25ddcd0702e87d69c7b5124289018190555b601781905560405181907fca4eaea204af24b5e48747f98f903698aaf6e7ab2014f1f1209411467a90b62190600090a25050565b611872611e7a565b600061187c611c13565b90506000806000806000806000806000808a8060200190518101906118a191906139ba565b99509950995099509950995099509950995099506118c786600001518760200151611716565b6118e45760405163145a1fdd60e31b815260040160405180910390fd5b85516002819055602087015160038190556118ff9190610f50565b6004558451601180546001600160a01b03199081166001600160a01b039384161790915560208088015160128054841691851691909117905560408801516013805484169185169190911790556060880151601480548416918516919091179055608088015160158054909316931692909217905560068b905560078a905588015161198c906005613ba0565b8111156119ac576040516327c1eb1760e11b815260040160405180910390fd5b600e8190556010805460ff808a1660ff19909216919091179091558851600f805460208c015160408d0151851662010000810262ff0000199287166101000261ffff1990941695909616949094179190911716929092179091556008859055601e849055611a1b906002613baf565b60015560005b8251811015611a7c576001601c6000858481518110611a4257611a42613328565b6020908102919091018101516001600160a01b03168252810191909152604001600020805460ff1916911515919091179055600101611a21565b50600b80546001019055611a8e6129c4565b7f12817f4161f2f5ded33f26c55735a77e80e4f8975483c8c2704745128417f71181526000602082018190528080611ac584611352565b7f12817f4161f2f5ded33f26c55735a77e80e4f8975483c8c2704745128417f7116017819055601680546001810182556000919091527fd833147d7dc355ba459fc788f669e58cfaf9dc25ddcd0702e87d69c7b5124289015591945092509050611b2e816117c0565b600f54611b469060199062010000900460ff16611eac565b611b7160197f19ce4238de2f70198652072a6fc1d13e88dbb8338091878c892cfffd95b3b870611c1e565b50601f80546001810182556000919091527f19ce4238de2f70198652072a6fc1d13e88dbb8338091878c892cfffd95b3b8707fa03837a25210ee280c2113ff4b77ca23440b19d4866cca721c801278fd08d807909101556040517f4be9ef9ae736055964ead1cf3c83a19c8b662b5df2bd4414776bb64d81f75d1590611bfa9085908590613bbb565b60405180910390a1505050505050505050505050505050565b606061117030611f02565b8154600090600160281b900464ffffffffff16611c3c816001613be2565b845464ffffffffff91909116600160281b0269ffffffffff0000000000199091161784558260005b81866001016000611c758487611f31565b64ffffffffff1681526020810191909152604001600020556001831615611d6a576000611cac82611ca760018761389b565b611f31565b60408051808201825264ffffffffff8316600090815260018b01602090815290839020548252810186905290516314d2f97b60e11b815291925073__$6574937f64fc1d7710ec0e28b7a36713bb$__916329a5f2f691611d0e916004016137ff565b602060405180830381865af4158015611d2b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d4f9190613749565b647fffffffff600195861c1694909350919091019050611c64565b50949350505050565b600060208260ff161115611d9a57604051633e104c7760e01b815260040160405180910390fd5b8264ffffffffff16600003611db957611db282611f56565b9050611071565b6000611dc6836001613bff565b60ff166001600160401b03811115611de057611de0612a19565b604051908082528060200260200182016040528015611e09578160200160208202803683370190505b509050611e18858585846125e3565b808360ff1681518110611e2d57611e2d613328565b60200260200101519150509392505050565b600083838111611e5657611e538382613c18565b90505b8280611e6457611e646137c7565b6000611e708684613c2b565b0895945050505050565b60005460ff1615611e9d5760405162dc149f60e41b815260040160405180910390fd5b6000805460ff19166001179055565b60208160ff161115611ed157604051633e104c7760e01b815260040160405180910390fd5b611ee2600160ff831681901b613c2b565b825469ffffffffffffffffffff191664ffffffffff919091161790915550565b60405164ffffffffff602c19833b0116808252602090810190602d908301843c60408101815101604052919050565b600081611f4c60ff851664ff00000000602087901b1661389b565b6110719190613be2565b60008160ff16600003611f8a57507f19ce4238de2f70198652072a6fc1d13e88dbb8338091878c892cfffd95b3b870919050565b8160ff16600103611fbc57507f2abd53d5b7c689279518d76ee2a062156c4dfc1f91b3a41120822915ccebbbdf919050565b8160ff16600203611fee57507f28f1a6f8e2afd3b4bdb2354b1878c03fbc0689f59f2506ec9c1a07f3ae43eb8e919050565b8160ff1660030361202057507f1475250f14274b35bf6f3f21fb0b92c7429da64a16f9e14a76b42e13278671e3919050565b8160ff1660040361205257507f16205c1b6fef76c5f3ebeeb65fb9d03870de9406b4553c230a0967e54c778236919050565b8160ff1660050361208457507f21c60230ea583db469b0241e9b4b1fed912978ea94e8fd7943d70d66f054c850919050565b8160ff166006036120b657507f03ad6f31eab2ec748fda41d3934b66023e024d9703d2f3c6edc5f4ba4d48e7be919050565b8160ff166007036120e857507f0befe58467be4b6c5b9d65fc0a6596ef02d82806db3e979d40dc5654ac1ee5a8919050565b8160ff1660080361211a57507f0ac219d437658ac8605b019fac8a60408566d3751a21ef1564483cc27dd5de5f919050565b8160ff1660090361214c57507f2f8fe9193176b84b71478e9502f8f48eaccace275b8b3a8c1aaf4168b4334185919050565b8160ff16600a0361217e57507f0f102297a5668325e6e6bfa55eac199040d547a95105e09d9d10ad2b504f9f49919050565b8160ff16600b036121b057507f0977a346af59d90dabe49ae89dff6ec78805eb6e5e69d6a3eeb257c44f1c1c64919050565b8160ff16600c036121e257507f09e43fcca6bc56c2bd13cd9a21ca1e0174ffb0c689cf19690e0db346bd0cd16c919050565b8160ff16600d0361221457507f240b746d9368ffb3a702caea6e6274c0b0eb6e065d32931b2239c5f6b88309e4919050565b8160ff16600e0361224657507f1a2a4e74d4eb4ac3332c0811a016fa102349fcbdb3d2d89da33eb2a12306bf57919050565b8160ff16600f0361227857507f3017a0b7fe96c1a157a01c501a48127d35889650ce434965971fb82de767dc97919050565b8160ff166010036122aa57507f0cff1baadb1ac05e3c62f13bb21856a2b9f06bf00e998c4c5d7826988e257e2f919050565b8160ff166011036122dc57507f0b15eb49f1565e5f998871ebde73f384e9c5a87f663e7566425baf2c6d493e04919050565b8160ff1660120361230e57507f2ab1fa8163d01750eb2f04d9236f8266eaec1e812e96a8c43e1d1037e20e1618919050565b8160ff1660130361234057507f21fa81f21f63799353b8c8d03eee49725aa679e4492dc79a003d09f86ef71de6919050565b8160ff1660140361237257507f0b2254e23cc7bdf6f8b12359de6fee38385dc134ece68124713f7486308c23b6919050565b8160ff166015036123a457507f1d880478ac15630d219747d000bd7d9a309e1f242115fc7fb87ab2c67f2dc6b9919050565b8160ff166016036123d657507f1713f9c548555e72906dc7a0f5d2860820e19244839c8bdd96d13ef08f96a19e919050565b8160ff1660170361240857507f10071050836b9ebb6f892aff50bda0ada97feb480a8b9d01d8d17d21a3a198aa919050565b8160ff1660180361243a57507f081524bb945f526d53b708d73e8ececbcbefddad50ab56028468b9246d8106f7919050565b8160ff1660190361246c57507f12d2875eae7bbe7764577d1ce6396912577f3a7c8b4f36f2cddc67001c58cd9c919050565b8160ff16601a0361249e57507f2c6b18c2416056c5acf1306bafff0557daa33ade81234d73899d861e1d135339919050565b8160ff16601b036124d057507f17dd14d86e5504bca0683737f412067958998653d54bc5f0ea68e5fa4374801e919050565b8160ff16601c0361250257507f243604d67ae0ccc5878ac99dbb78c54730bcfd3f96e6fb79fb949882deebd664919050565b8160ff16601d0361253457507f070343da8389cdfc1eea58b29b644c56549c4bc85edb64144cb6b1ea5a260b1d919050565b8160ff16601e0361256657507f098b5f814b673b715260df256d19b89831007fabb70a272b049122d729418de6919050565b8160ff16601f0361259857507f1830698c9c78f79b1c942fa9616a94d62fe0bee717cb6e48abca720b273bdcd0919050565b8160ff166020036125ca57507f1134fee1d5551a91e22a67de9d9f00574cbaa2003a4bcb16f2fe9283c49ab377919050565b6040516310a2ea0560e21b815260040160405180910390fd5b60208260ff16111561260857604051633e104c7760e01b815260040160405180910390fd5b8264ffffffffff166000036126305760405163bb5e95dd60e01b815260040160405180910390fd5b600061263d60018561389b565b9050600181166000036126955784600101600061265b600084611f31565b64ffffffffff168152602001908152602001600020548260008151811061268457612684613328565b6020026020010181815250506126bf565b61269f6000611f56565b826000815181106126b2576126b2613328565b6020026020010181815250505b60005b8360ff168160ff161015610fe257600182166000036127bb5773__$6574937f64fc1d7710ec0e28b7a36713bb$__6329a5f2f66040518060400160405280868560ff168151811061271557612715613328565b6020026020010151815260200161272b85611f56565b8152506040518263ffffffff1660e01b815260040161274a91906137ff565b602060405180830381865af4158015612767573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061278b9190613749565b83612797836001613bff565b60ff16815181106127aa576127aa613328565b602002602001018181525050612975565b60006127c8826001613bff565b60ff168664ffffffffff16901c64ffffffffff16905060018364ffffffffff16901c64ffffffffff1681111561286d5760008760010160006128218560016128109190613bff565b60018864ffffffffff16901c611f31565b64ffffffffff16815260200190815260200160002054905080858460016128489190613bff565b60ff168151811061285b5761285b613328565b60200260200101818152505050612973565b600087600101600061288685600188611ca7919061389b565b64ffffffffff16815260200190815260200160002054905073__$6574937f64fc1d7710ec0e28b7a36713bb$__6329a5f2f66040518060400160405280848152602001888760ff16815181106128de576128de613328565b60200260200101518152506040518263ffffffff1660e01b815260040161290591906137ff565b602060405180830381865af4158015612922573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906129469190613749565b85612952856001613bff565b60ff168151811061296557612965613328565b602002602001018181525050505b505b647fffffffff600192831c1691016126c2565b6040518060a001604052806005906020820280368337509192915050565b60405180606001604052806003906020820280368337509192915050565b60405180604001604052806002906020820280368337509192915050565b60405180602001604052806129f56129fa565b905290565b604051806101400160405280600a906020820280368337509192915050565b634e487b7160e01b600052604160045260246000fd5b604080519081016001600160401b0381118282101715612a5157612a51612a19565b60405290565b60405160a081016001600160401b0381118282101715612a5157612a51612a19565b604051606081016001600160401b0381118282101715612a5157612a51612a19565b604051601f8201601f191681016001600160401b0381118282101715612ac357612ac3612a19565b604052919050565b60006101408284031215612ade57600080fd5b604051602081016001600160401b0381118282101715612b0057612b00612a19565b6040529050806000601f84018513612b16578081fd5b80610140612b2381612a9b565b9250829150850186811115612b3757600080fd5b855b81811015612b51578035845260209384019301612b39565b50509091525092915050565b600060408284031215612b6f57600080fd5b612b77612a2f565b823581526020928301359281019290925250919050565b6000806101808385031215612ba257600080fd5b612bac8484612acb565b9150612bbc846101408501612b5d565b90509250929050565b600081518084526020840193506020830160005b82811015612bf7578151865260209586019590910190600101612bd9565b5093949350505050565b6020815260006110716020830184612bc5565b600060408284031215612c2657600080fd5b50919050565b600080828403610180811215612c4157600080fd5b610140811215612c5057600080fd5b50829150612bbc846101408501612c14565b600080600060408486031215612c7757600080fd5b83356001600160401b03811115612c8d57600080fd5b8401601f81018613612c9e57600080fd5b80356001600160401b03811115612cb457600080fd5b8660208260051b8401011115612cc957600080fd5b6020918201979096509401359392505050565b600082601f830112612ced57600080fd5b6000610100612cfb81612a9b565b915083018185821115612d0d57600080fd5b845b82811015612d27578035825260209182019101612d0f565b509195945050505050565b6000806000806101808587031215612d4957600080fd5b8435935060208501359250612d618660408701612c14565b9150612d708660808701612cdc565b905092959194509250565b6000806101208385031215612d8f57600080fd5b82359150612bbc8460208501612cdc565b600060808284031215612db257600080fd5b600083601f840112612dc2578081fd5b80612dcd6080612a9b565b90508091506080840185811115612de357600080fd5b845b81811015612dfd578035845260209384019301612de5565b509095945050505050565b600060208284031215612e1a57600080fd5b5035919050565b6001600160a01b0381168114612e3657600080fd5b50565b600060208284031215612e4b57600080fd5b813561107181612e21565b60006001600160401b03821115612e6f57612e6f612a19565b5060051b60200190565b600060208284031215612e8b57600080fd5b81356001600160401b03811115612ea157600080fd5b8201601f81018413612eb257600080fd5b8035612ec5612ec082612e56565b612a9b565b8082825260208201915060208360051b850101925086831115612ee757600080fd5b6020840193505b82841015612f09578335825260209384019390910190612eee565b9695505050505050565b60008060408385031215612f2657600080fd5b50508035926020909101359150565b60008083601f840112612f4757600080fd5b5081356001600160401b03811115612f5e57600080fd5b6020830191508360208260061b8501011115612f7957600080fd5b9250929050565b60008060008060408587031215612f9657600080fd5b84356001600160401b03811115612fac57600080fd5b8501601f81018713612fbd57600080fd5b80356001600160401b03811115612fd357600080fd5b87602061014083028401011115612fe957600080fd5b6020918201955093508501356001600160401b0381111561300957600080fd5b61301587828801612f35565b95989497509550505050565b60006040828403121561303357600080fd5b600083601f840112613043578081fd5b8061304e6040612a9b565b90508091506040840185811115612de357600080fd5b6000606082840312801561307757600080fd5b50613080612a2f565b61308a8484612b5d565b815260409290920135602083015250919050565b600060a082840312156130b057600080fd5b600083601f8401126130c0578081fd5b806130cb60a0612a9b565b905080915060a0840185811115612de357600080fd5b60005b838110156130fc5781810151838201526020016130e4565b50506000910152565b6000815180845261311d8160208601602086016130e1565b601f01601f19169290920160200192915050565b6020815260006110716020830184613105565b60006060828403121561315657600080fd5b600083601f840112613166578081fd5b806131716060612a9b565b90508091506060840185811115612de357600080fd5b60008060006080848603121561319c57600080fd5b83359250602084013591506131b48560408601612c14565b90509250925092565b80518260005b600a8110156131e25782518252602092830192909101906001016131c3565b5050505050565b6101a081016131f882866131bd565b83516101408301526020909301516101608201526101800152919050565b600082601f83011261322757600080fd5b81356001600160401b0381111561324057613240612a19565b613253601f8201601f1916602001612a9b565b81815284602083860101111561326857600080fd5b816020850160208301376000918101602001919091529392505050565b6000806000806000806101c0878903121561329f57600080fd5b863595506132b08860208901612c14565b9450606087013593506101808701888111156132cb57600080fd5b608088019350356001600160401b038111156132e657600080fd5b6132f289828a01613216565b9250506101a08701356001600160401b0381111561330f57600080fd5b61331b89828a01613216565b9150509295509295509295565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b600060ff821660ff810361336a5761336a61333e565b60010192915050565b6000610140828403121561338657600080fd5b6110718383612acb565b6000604082840312156133a257600080fd5b6110718383612b5d565b6101808101610140848337823561014083015260209092013561016090910152919050565b6000604082840312156133e357600080fd5b6133eb612a2f565b825181526020928301519281019290925250919050565b600082601f83011261341357600080fd5b61341d6040612a9b565b80604084018581111561342f57600080fd5b845b81811015612dfd578051845260209384019301613431565b60006080828403121561345b57600080fd5b613463612a2f565b905061346f8383613402565b815261347e8360408401613402565b602082015292915050565b60006020828403121561349b57600080fd5b81516001600160401b038111156134b157600080fd5b82016101e081850312156134c457600080fd5b6134cc612a57565b6134d685836133d1565b81526134e58560408401613449565b60208201526134f78560c08401613449565b604082015261350a856101408401613449565b60608201526101c08201516001600160401b0381111561352957600080fd5b80830192505084601f83011261353e57600080fd5b815161354c612ec082612e56565b8082825260208201915060208360061b86010192508783111561356e57600080fd5b6020850194505b8285101561359a5761358788866133d1565b8252602082019150604085019450613575565b6080840152509095945050505050565b8060005b60028110156135cd5781518452602093840193909101906001016135ae565b50505050565b6135de8282516135aa565b60208101516135f060408401826135aa565b505050565b60008185825b600881101561361a5781518352602092830192909101906001016135fb565b50505061014061010083015261032082016136446101408401865180518252602090810151910152565b60208501516136576101808501826135d3565b50604085015161366b6102008501826135d3565b50606085015161367f6102808501826135d3565b5060808501516101e0610300850152805191829052602001906000906103408501905b808310156136d6576136bf82855180518252602090810151910152565b6040820191506020840193506001830192506136a2565b508481036101208601526136ea8187612bc5565b98975050505050505050565b60006020828403121561370857600080fd5b8151801515811461107157600080fd5b60808101818360005b6004811015613740578151835260209283019290910190600101613721565b50505092915050565b60006020828403121561375b57600080fd5b5051919050565b600064ffffffffff821664ffffffffff810361336a5761336a61333e565b8151600090829060208501835b82811015612d2757815184526020938401939091019060010161378d565b600082516137bd8184602087016130e1565b9190910192915050565b634e487b7160e01b600052601260045260246000fd5b6000826137fa57634e487b7160e01b600052601260045260246000fd5b500690565b60408101818360005b6002811015613740578151835260209283019290910190600101613808565b60a08101818360005b6005811015613740578151835260209283019290910190600101613830565b60608101818360005b6003811015613740578151835260209283019290910190600101613858565b6001600160a01b0383168152604060208201819052600090610f6d90830184613105565b64ffffffffff8281168282160390811115610e4d57610e4d61333e565b805160ff811681146138c957600080fd5b919050565b600060a082840312156138e057600080fd5b6138e8612a57565b905081516138f581612e21565b8152602082015161390581612e21565b6020820152604082015161391881612e21565b6040820152606082015161392b81612e21565b6060820152608082015161393e81612e21565b608082015292915050565b600082601f83011261395a57600080fd5b8151613968612ec082612e56565b8082825260208201915060208360051b86010192508583111561398a57600080fd5b602085015b838110156139b05780516139a281612e21565b83526020928301920161398f565b5095945050505050565b6000806000806000806000806000808a8c036102208112156139db57600080fd5b8b5160208d0151909b5099506060603f19820112156139f957600080fd5b50613a02612a79565b613a0e60408d016138b8565b8152613a1c60608d016138b8565b6020820152613a2d60808d016138b8565b60408201529750613a4060a08c016138b8565b9650613a4f8c60c08d016133d1565b9550613a5f8c6101008d016138ce565b6101a08c01516101c08d01516101e08e015192975090955093506001600160401b03811115613a8d57600080fd5b613a998d828e01613949565b92505060006102008c01519050809150509295989b9194979a5092959850565b6001815b6001841115613af457808504811115613ad857613ad861333e565b6001841615613ae657908102905b60019390931c928002613abd565b935093915050565b600082613b0b57506001610e4d565b81613b1857506000610e4d565b8160018114613b2e5760028114613b3857613b54565b6001915050610e4d565b60ff841115613b4957613b4961333e565b50506001821b610e4d565b5060208310610133831016604e8410600b8410161715613b77575081810a610e4d565b613b846000198484613ab9565b8060001904821115613b9857613b9861333e565b029392505050565b600061107160ff841683613afc565b60006110718383613afc565b6101808101613bca82856131bd565b82516101408301526020830151610160830152611071565b64ffffffffff8181168382160190811115610e4d57610e4d61333e565b60ff8181168382160190811115610e4d57610e4d61333e565b80820180821115610e4d57610e4d61333e565b81810381811115610e4d57610e4d61333e56fe30644e72e131a029b85045b68181585d2833e84879b9709143e1f593f0000001a2646970667358221220643b6d789d7e2eddf949d3b8927e1ae4e4436bfe34d45faf4feaf22d6ce1aa8064736f6c634300081c0033";
|
|
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: "InvalidPublicKey";
|
|
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: "_totalSignups";
|
|
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: "_pollPublicKeyX";
|
|
140
|
+
readonly type: "uint256";
|
|
141
|
+
}, {
|
|
142
|
+
readonly indexed: true;
|
|
143
|
+
readonly internalType: "uint256";
|
|
144
|
+
readonly name: "_pollPublicKeyY";
|
|
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.PublicKey";
|
|
188
|
+
readonly name: "_encryptionPublicKey";
|
|
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: "coordinatorPublicKey";
|
|
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: "coordinatorPublicKeyHash";
|
|
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 IVerifyingKeysRegistry";
|
|
304
|
+
readonly name: "verifyingKeysRegistry";
|
|
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.PublicKey";
|
|
381
|
+
readonly name: "_publicKey";
|
|
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.PublicKey";
|
|
515
|
+
readonly name: "_encryptionPublicKey";
|
|
516
|
+
readonly type: "tuple";
|
|
517
|
+
}];
|
|
518
|
+
readonly name: "hashMessageAndPublicKey";
|
|
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.PublicKey";
|
|
539
|
+
readonly name: "publicKey";
|
|
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.PublicKey";
|
|
614
|
+
readonly name: "_publicKey";
|
|
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 internalType: "uint256[2]";
|
|
686
|
+
readonly name: "dataToPad";
|
|
687
|
+
readonly type: "uint256[2]";
|
|
688
|
+
}];
|
|
689
|
+
readonly name: "padAndHashMessage";
|
|
690
|
+
readonly outputs: readonly [{
|
|
691
|
+
readonly components: readonly [{
|
|
692
|
+
readonly internalType: "uint256[10]";
|
|
693
|
+
readonly name: "data";
|
|
694
|
+
readonly type: "uint256[10]";
|
|
695
|
+
}];
|
|
696
|
+
readonly internalType: "struct DomainObjs.Message";
|
|
697
|
+
readonly name: "message";
|
|
698
|
+
readonly type: "tuple";
|
|
699
|
+
}, {
|
|
700
|
+
readonly components: readonly [{
|
|
701
|
+
readonly internalType: "uint256";
|
|
702
|
+
readonly name: "x";
|
|
703
|
+
readonly type: "uint256";
|
|
704
|
+
}, {
|
|
705
|
+
readonly internalType: "uint256";
|
|
706
|
+
readonly name: "y";
|
|
707
|
+
readonly type: "uint256";
|
|
708
|
+
}];
|
|
709
|
+
readonly internalType: "struct DomainObjs.PublicKey";
|
|
710
|
+
readonly name: "padKey";
|
|
711
|
+
readonly type: "tuple";
|
|
712
|
+
}, {
|
|
713
|
+
readonly internalType: "uint256";
|
|
714
|
+
readonly name: "msgHash";
|
|
715
|
+
readonly type: "uint256";
|
|
716
|
+
}];
|
|
717
|
+
readonly stateMutability: "pure";
|
|
718
|
+
readonly type: "function";
|
|
719
|
+
}, {
|
|
720
|
+
readonly inputs: readonly [];
|
|
721
|
+
readonly name: "padLastBatch";
|
|
722
|
+
readonly outputs: readonly [];
|
|
723
|
+
readonly stateMutability: "nonpayable";
|
|
724
|
+
readonly type: "function";
|
|
725
|
+
}, {
|
|
726
|
+
readonly inputs: readonly [];
|
|
727
|
+
readonly name: "pollId";
|
|
728
|
+
readonly outputs: readonly [{
|
|
729
|
+
readonly internalType: "uint256";
|
|
730
|
+
readonly name: "";
|
|
731
|
+
readonly type: "uint256";
|
|
732
|
+
}];
|
|
733
|
+
readonly stateMutability: "view";
|
|
734
|
+
readonly type: "function";
|
|
735
|
+
}, {
|
|
736
|
+
readonly inputs: readonly [{
|
|
737
|
+
readonly internalType: "uint256";
|
|
738
|
+
readonly name: "";
|
|
739
|
+
readonly type: "uint256";
|
|
740
|
+
}];
|
|
741
|
+
readonly name: "pollNullifiers";
|
|
742
|
+
readonly outputs: readonly [{
|
|
743
|
+
readonly internalType: "bool";
|
|
744
|
+
readonly name: "";
|
|
745
|
+
readonly type: "bool";
|
|
746
|
+
}];
|
|
747
|
+
readonly stateMutability: "view";
|
|
748
|
+
readonly type: "function";
|
|
749
|
+
}, {
|
|
750
|
+
readonly inputs: readonly [{
|
|
751
|
+
readonly internalType: "uint256";
|
|
752
|
+
readonly name: "";
|
|
753
|
+
readonly type: "uint256";
|
|
754
|
+
}];
|
|
755
|
+
readonly name: "pollStateRootsOnJoin";
|
|
756
|
+
readonly outputs: readonly [{
|
|
757
|
+
readonly internalType: "uint256";
|
|
758
|
+
readonly name: "";
|
|
759
|
+
readonly type: "uint256";
|
|
760
|
+
}];
|
|
761
|
+
readonly stateMutability: "view";
|
|
762
|
+
readonly type: "function";
|
|
763
|
+
}, {
|
|
764
|
+
readonly inputs: readonly [];
|
|
765
|
+
readonly name: "pollStateTree";
|
|
766
|
+
readonly outputs: readonly [{
|
|
767
|
+
readonly internalType: "uint40";
|
|
768
|
+
readonly name: "maxIndex";
|
|
769
|
+
readonly type: "uint40";
|
|
770
|
+
}, {
|
|
771
|
+
readonly internalType: "uint40";
|
|
772
|
+
readonly name: "numberOfLeaves";
|
|
773
|
+
readonly type: "uint40";
|
|
774
|
+
}];
|
|
775
|
+
readonly stateMutability: "view";
|
|
776
|
+
readonly type: "function";
|
|
777
|
+
}, {
|
|
778
|
+
readonly inputs: readonly [{
|
|
779
|
+
readonly components: readonly [{
|
|
780
|
+
readonly internalType: "uint256[10]";
|
|
781
|
+
readonly name: "data";
|
|
782
|
+
readonly type: "uint256[10]";
|
|
783
|
+
}];
|
|
784
|
+
readonly internalType: "struct DomainObjs.Message";
|
|
785
|
+
readonly name: "_message";
|
|
786
|
+
readonly type: "tuple";
|
|
787
|
+
}, {
|
|
788
|
+
readonly components: readonly [{
|
|
789
|
+
readonly internalType: "uint256";
|
|
790
|
+
readonly name: "x";
|
|
791
|
+
readonly type: "uint256";
|
|
792
|
+
}, {
|
|
793
|
+
readonly internalType: "uint256";
|
|
794
|
+
readonly name: "y";
|
|
795
|
+
readonly type: "uint256";
|
|
796
|
+
}];
|
|
797
|
+
readonly internalType: "struct DomainObjs.PublicKey";
|
|
798
|
+
readonly name: "_encryptionPublicKey";
|
|
799
|
+
readonly type: "tuple";
|
|
800
|
+
}];
|
|
801
|
+
readonly name: "publishMessage";
|
|
802
|
+
readonly outputs: readonly [];
|
|
803
|
+
readonly stateMutability: "nonpayable";
|
|
804
|
+
readonly type: "function";
|
|
805
|
+
}, {
|
|
806
|
+
readonly inputs: readonly [{
|
|
807
|
+
readonly components: readonly [{
|
|
808
|
+
readonly internalType: "uint256[10]";
|
|
809
|
+
readonly name: "data";
|
|
810
|
+
readonly type: "uint256[10]";
|
|
811
|
+
}];
|
|
812
|
+
readonly internalType: "struct DomainObjs.Message[]";
|
|
813
|
+
readonly name: "_messages";
|
|
814
|
+
readonly type: "tuple[]";
|
|
815
|
+
}, {
|
|
816
|
+
readonly components: readonly [{
|
|
817
|
+
readonly internalType: "uint256";
|
|
818
|
+
readonly name: "x";
|
|
819
|
+
readonly type: "uint256";
|
|
820
|
+
}, {
|
|
821
|
+
readonly internalType: "uint256";
|
|
822
|
+
readonly name: "y";
|
|
823
|
+
readonly type: "uint256";
|
|
824
|
+
}];
|
|
825
|
+
readonly internalType: "struct DomainObjs.PublicKey[]";
|
|
826
|
+
readonly name: "_encryptionPublicKeys";
|
|
827
|
+
readonly type: "tuple[]";
|
|
828
|
+
}];
|
|
829
|
+
readonly name: "publishMessageBatch";
|
|
830
|
+
readonly outputs: readonly [];
|
|
831
|
+
readonly stateMutability: "nonpayable";
|
|
832
|
+
readonly type: "function";
|
|
833
|
+
}, {
|
|
834
|
+
readonly inputs: readonly [{
|
|
835
|
+
readonly internalType: "uint256[]";
|
|
836
|
+
readonly name: "_messageHashes";
|
|
837
|
+
readonly type: "uint256[]";
|
|
838
|
+
}, {
|
|
839
|
+
readonly internalType: "bytes32";
|
|
840
|
+
readonly name: "_ipfsHash";
|
|
841
|
+
readonly type: "bytes32";
|
|
842
|
+
}];
|
|
843
|
+
readonly name: "relayMessagesBatch";
|
|
844
|
+
readonly outputs: readonly [];
|
|
845
|
+
readonly stateMutability: "nonpayable";
|
|
846
|
+
readonly type: "function";
|
|
847
|
+
}, {
|
|
848
|
+
readonly inputs: readonly [{
|
|
849
|
+
readonly internalType: "address";
|
|
850
|
+
readonly name: "";
|
|
851
|
+
readonly type: "address";
|
|
852
|
+
}];
|
|
853
|
+
readonly name: "relayers";
|
|
854
|
+
readonly outputs: readonly [{
|
|
855
|
+
readonly internalType: "bool";
|
|
856
|
+
readonly name: "";
|
|
857
|
+
readonly type: "bool";
|
|
858
|
+
}];
|
|
859
|
+
readonly stateMutability: "view";
|
|
860
|
+
readonly type: "function";
|
|
861
|
+
}, {
|
|
862
|
+
readonly inputs: readonly [{
|
|
863
|
+
readonly internalType: "uint256[]";
|
|
864
|
+
readonly name: "array";
|
|
865
|
+
readonly type: "uint256[]";
|
|
866
|
+
}];
|
|
867
|
+
readonly name: "sha256Hash";
|
|
868
|
+
readonly outputs: readonly [{
|
|
869
|
+
readonly internalType: "uint256";
|
|
870
|
+
readonly name: "result";
|
|
871
|
+
readonly type: "uint256";
|
|
872
|
+
}];
|
|
873
|
+
readonly stateMutability: "pure";
|
|
874
|
+
readonly type: "function";
|
|
875
|
+
}, {
|
|
876
|
+
readonly inputs: readonly [];
|
|
877
|
+
readonly name: "startDate";
|
|
878
|
+
readonly outputs: readonly [{
|
|
879
|
+
readonly internalType: "uint256";
|
|
880
|
+
readonly name: "";
|
|
881
|
+
readonly type: "uint256";
|
|
882
|
+
}];
|
|
883
|
+
readonly stateMutability: "view";
|
|
884
|
+
readonly type: "function";
|
|
885
|
+
}, {
|
|
886
|
+
readonly inputs: readonly [];
|
|
887
|
+
readonly name: "stateMerged";
|
|
888
|
+
readonly outputs: readonly [{
|
|
889
|
+
readonly internalType: "bool";
|
|
890
|
+
readonly name: "";
|
|
891
|
+
readonly type: "bool";
|
|
892
|
+
}];
|
|
893
|
+
readonly stateMutability: "view";
|
|
894
|
+
readonly type: "function";
|
|
895
|
+
}, {
|
|
896
|
+
readonly inputs: readonly [];
|
|
897
|
+
readonly name: "totalSignups";
|
|
898
|
+
readonly outputs: readonly [{
|
|
899
|
+
readonly internalType: "uint256";
|
|
900
|
+
readonly name: "";
|
|
901
|
+
readonly type: "uint256";
|
|
902
|
+
}];
|
|
903
|
+
readonly stateMutability: "view";
|
|
904
|
+
readonly type: "function";
|
|
905
|
+
}, {
|
|
906
|
+
readonly inputs: readonly [];
|
|
907
|
+
readonly name: "totalSignupsAndMessages";
|
|
908
|
+
readonly outputs: readonly [{
|
|
909
|
+
readonly internalType: "uint256";
|
|
910
|
+
readonly name: "numSUps";
|
|
911
|
+
readonly type: "uint256";
|
|
912
|
+
}, {
|
|
913
|
+
readonly internalType: "uint256";
|
|
914
|
+
readonly name: "numMsgs";
|
|
915
|
+
readonly type: "uint256";
|
|
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: "tallyProcessingStateTreeDepth";
|
|
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.PublicKey";
|
|
975
|
+
readonly name: "_publicKey";
|
|
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
|