// This file was autogenerated by Hardhat, do not edit it. // prettier-ignore // tslint:disable // eslint-disable // biome-ignore format: see above export interface MockComputeProvider$Type { readonly _format: "hh3-artifact-1"; readonly contractName: "MockComputeProvider"; readonly sourceName: "contracts/test/MockComputeProvider.sol"; readonly abi: [{"inputs":[],"name":"InvalidParams","type":"error"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"bytes","name":"params","type":"bytes"}],"name":"validate","outputs":[{"internalType":"contract IDecryptionVerifier","name":"decryptionVerifier","type":"address"}],"stateMutability":"pure","type":"function"}]; readonly bytecode: "0x6080604052348015600f57600080fd5b506101c28061001f6000396000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c806323e7fd5914610030575b600080fd5b61004361003e3660046100bc565b61005f565b6040516001600160a01b03909116815260200160405180910390f35b6000815160201461008357604051635435b28960e11b815260040160405180910390fd5b602082015190508180602001905181019061009e9190610185565b949350505050565b634e487b7160e01b600052604160045260246000fd5b6000806000606084860312156100d157600080fd5b833592506020840135915060408401356001600160401b038111156100f557600080fd5b8401601f8101861361010657600080fd5b80356001600160401b0381111561011f5761011f6100a6565b604051601f8201601f19908116603f011681016001600160401b038111828210171561014d5761014d6100a6565b60405281815282820160200188101561016557600080fd5b816020840160208301376000602083830101528093505050509250925092565b60006020828403121561019757600080fd5b81516001600160a01b03811681146101ae57600080fd5b939250505056fea164736f6c634300081c000a"; readonly deployedBytecode: "0x608060405234801561001057600080fd5b506004361061002b5760003560e01c806323e7fd5914610030575b600080fd5b61004361003e3660046100bc565b61005f565b6040516001600160a01b03909116815260200160405180910390f35b6000815160201461008357604051635435b28960e11b815260040160405180910390fd5b602082015190508180602001905181019061009e9190610185565b949350505050565b634e487b7160e01b600052604160045260246000fd5b6000806000606084860312156100d157600080fd5b833592506020840135915060408401356001600160401b038111156100f557600080fd5b8401601f8101861361010657600080fd5b80356001600160401b0381111561011f5761011f6100a6565b604051601f8201601f19908116603f011681016001600160401b038111828210171561014d5761014d6100a6565b60405281815282820160200188101561016557600080fd5b816020840160208301376000602083830101528093505050509250925092565b60006020828403121561019757600080fd5b81516001600160a01b03811681146101ae57600080fd5b939250505056fea164736f6c634300081c000a"; readonly linkReferences: {}; readonly deployedLinkReferences: {}; readonly immutableReferences: {}; readonly inputSourceName: "project/contracts/test/MockComputeProvider.sol"; readonly buildInfoId: "solc-0_8_28-58b894a0ac77a2d784be77b69288a062b8f6f518"; }; import "hardhat/types/artifacts"; declare module "hardhat/types/artifacts" { interface ArtifactMap { ["MockComputeProvider"]: MockComputeProvider$Type; ["contracts/test/MockComputeProvider.sol:MockComputeProvider"]: MockComputeProvider$Type; } }