// This file was autogenerated by Hardhat, do not edit it. // prettier-ignore // tslint:disable // eslint-disable // biome-ignore format: see above export interface IE3Program$Type { readonly _format: "hh3-artifact-1"; readonly contractName: "IE3Program"; readonly sourceName: "contracts/interfaces/IE3Program.sol"; readonly abi: [{"inputs":[{"internalType":"uint256","name":"e3Id","type":"uint256"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"publishInput","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"e3Id","type":"uint256"},{"internalType":"uint256","name":"seed","type":"uint256"},{"internalType":"bytes","name":"e3ProgramParams","type":"bytes"},{"internalType":"bytes","name":"computeProviderParams","type":"bytes"},{"internalType":"bytes","name":"customParams","type":"bytes"}],"name":"validate","outputs":[{"internalType":"bytes32","name":"encryptionSchemeId","type":"bytes32"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"e3Id","type":"uint256"},{"internalType":"bytes32","name":"ciphertextOutputHash","type":"bytes32"},{"internalType":"bytes","name":"proof","type":"bytes"}],"name":"verify","outputs":[{"internalType":"bool","name":"success","type":"bool"}],"stateMutability":"nonpayable","type":"function"}]; readonly bytecode: "0x"; readonly deployedBytecode: "0x"; readonly linkReferences: {}; readonly deployedLinkReferences: {}; readonly immutableReferences: {}; readonly inputSourceName: "project/contracts/interfaces/IE3Program.sol"; readonly buildInfoId: "solc-0_8_28-58b894a0ac77a2d784be77b69288a062b8f6f518"; }; import "hardhat/types/artifacts"; declare module "hardhat/types/artifacts" { interface ArtifactMap { ["IE3Program"]: IE3Program$Type; ["contracts/interfaces/IE3Program.sol:IE3Program"]: IE3Program$Type; } }