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