// This file was autogenerated by Hardhat, do not edit it. // prettier-ignore // tslint:disable // eslint-disable // biome-ignore format: see above export interface IPkVerifier$Type { readonly _format: "hh3-artifact-1"; readonly contractName: "IPkVerifier"; readonly sourceName: "contracts/interfaces/IPkVerifier.sol"; readonly abi: [{"inputs":[],"name":"DomainBindingMismatch","type":"error"},{"inputs":[],"name":"InvalidProof","type":"error"},{"inputs":[],"name":"InvalidPublicInputsLength","type":"error"},{"inputs":[],"name":"PkCommitmentMismatch","type":"error"},{"inputs":[],"name":"VkHashMismatch","type":"error"},{"inputs":[{"internalType":"uint256","name":"e3Id","type":"uint256"},{"internalType":"uint256","name":"committeeRoot","type":"uint256"},{"internalType":"address[]","name":"sortedNodes","type":"address[]"},{"internalType":"bytes32","name":"pkCommitment","type":"bytes32"},{"internalType":"bytes32","name":"committeeHash","type":"bytes32"},{"internalType":"bytes","name":"proof","type":"bytes"}],"name":"verify","outputs":[{"internalType":"bool","name":"success","type":"bool"}],"stateMutability":"view","type":"function"}]; readonly bytecode: "0x"; readonly deployedBytecode: "0x"; readonly linkReferences: {}; readonly deployedLinkReferences: {}; readonly immutableReferences: {}; readonly inputSourceName: "project/contracts/interfaces/IPkVerifier.sol"; readonly buildInfoId: "solc-0_8_28-58b894a0ac77a2d784be77b69288a062b8f6f518"; }; import "hardhat/types/artifacts"; declare module "hardhat/types/artifacts" { interface ArtifactMap { ["IPkVerifier"]: IPkVerifier$Type; ["contracts/interfaces/IPkVerifier.sol:IPkVerifier"]: IPkVerifier$Type; } }