// This file was autogenerated by Hardhat, do not edit it. // prettier-ignore // tslint:disable // eslint-disable // biome-ignore format: see above export interface DummyAlgorithm$Type { readonly _format: "hh3-artifact-1"; readonly contractName: "DummyAlgorithm"; readonly sourceName: "contracts/dnssec-oracle/algorithms/DummyAlgorithm.sol"; readonly abi: [{"inputs":[{"internalType":"bytes","name":"","type":"bytes"},{"internalType":"bytes","name":"","type":"bytes"},{"internalType":"bytes","name":"","type":"bytes"}],"name":"verify","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"}]; readonly bytecode: "0x6080604052348015600f57600080fd5b506101838061001f6000396000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c8063de8f50a114610030575b600080fd5b61004a61003e3660046100a7565b60019695505050505050565b604051901515815260200160405180910390f35b60008083601f84011261007057600080fd5b50813567ffffffffffffffff81111561008857600080fd5b6020830191508360208285010111156100a057600080fd5b9250929050565b600080600080600080606087890312156100c057600080fd5b863567ffffffffffffffff8111156100d757600080fd5b6100e389828a0161005e565b909750955050602087013567ffffffffffffffff81111561010357600080fd5b61010f89828a0161005e565b909550935050604087013567ffffffffffffffff81111561012f57600080fd5b61013b89828a0161005e565b979a969950949750929593949250505056fea2646970667358221220b58a9cbb4d9cff1d67ba2416b847c53d6ee00337fa7d09ef2d0559eb22a5b02164736f6c634300081a0033"; readonly deployedBytecode: "0x608060405234801561001057600080fd5b506004361061002b5760003560e01c8063de8f50a114610030575b600080fd5b61004a61003e3660046100a7565b60019695505050505050565b604051901515815260200160405180910390f35b60008083601f84011261007057600080fd5b50813567ffffffffffffffff81111561008857600080fd5b6020830191508360208285010111156100a057600080fd5b9250929050565b600080600080600080606087890312156100c057600080fd5b863567ffffffffffffffff8111156100d757600080fd5b6100e389828a0161005e565b909750955050602087013567ffffffffffffffff81111561010357600080fd5b61010f89828a0161005e565b909550935050604087013567ffffffffffffffff81111561012f57600080fd5b61013b89828a0161005e565b979a969950949750929593949250505056fea2646970667358221220b58a9cbb4d9cff1d67ba2416b847c53d6ee00337fa7d09ef2d0559eb22a5b02164736f6c634300081a0033"; readonly linkReferences: {}; readonly deployedLinkReferences: {}; readonly immutableReferences: {}; readonly inputSourceName: "project/contracts/dnssec-oracle/algorithms/DummyAlgorithm.sol"; readonly buildInfoId: "solc-0_8_26-f05bdccb11f2cf6df865fc6a27a95b5ace6017ea"; }; import "hardhat/types/artifacts"; declare module "hardhat/types/artifacts" { interface ArtifactMap { ["DummyAlgorithm"]: DummyAlgorithm$Type; ["contracts/dnssec-oracle/algorithms/DummyAlgorithm.sol:DummyAlgorithm"]: DummyAlgorithm$Type; } }