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