// This file was autogenerated by Hardhat, do not edit it. // prettier-ignore // tslint:disable // eslint-disable // biome-ignore format: see above export interface DkgFoldAttestationLib$Type { readonly _format: "hh3-artifact-1"; readonly contractName: "DkgFoldAttestationLib"; readonly sourceName: "contracts/lib/DkgFoldAttestationLib.sol"; readonly abi: [{"inputs":[],"name":"DOMAIN_NAME_HASH","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"DOMAIN_VERSION_HASH","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"EIP712_DOMAIN_TYPEHASH","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"TYPEHASH","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"}]; readonly bytecode: "0x610160610039600b82828239805160001a607314602c57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600436106100565760003560e01c80633b639e6f1461005b5780633be78ef614610094578063bff85a6d146100ec578063c7977be71461012c575b600080fd5b6100827ff3bc3d3242a13c256f2ac5753c35690f21906f8f236dd7cd69fcafc3edb57b6481565b60405190815260200160405180910390f35b60408051808201909152601981527822b731b630bb32a235b3a337b63220ba3a32b9ba30ba34b7b760391b6020909101526100827f7c2896ef6fdf08fd6cc1e063b076751855b4614d062f06cbee7f69916e7ed50481565b6040805180820190915260018152603160f81b6020909101526100827fc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc681565b6100827f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8156fea164736f6c634300081c000a"; readonly deployedBytecode: "0x73000000000000000000000000000000000000000030146080604052600436106100565760003560e01c80633b639e6f1461005b5780633be78ef614610094578063bff85a6d146100ec578063c7977be71461012c575b600080fd5b6100827ff3bc3d3242a13c256f2ac5753c35690f21906f8f236dd7cd69fcafc3edb57b6481565b60405190815260200160405180910390f35b60408051808201909152601981527822b731b630bb32a235b3a337b63220ba3a32b9ba30ba34b7b760391b6020909101526100827f7c2896ef6fdf08fd6cc1e063b076751855b4614d062f06cbee7f69916e7ed50481565b6040805180820190915260018152603160f81b6020909101526100827fc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc681565b6100827f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8156fea164736f6c634300081c000a"; readonly linkReferences: {}; readonly deployedLinkReferences: {}; readonly immutableReferences: {}; readonly inputSourceName: "project/contracts/lib/DkgFoldAttestationLib.sol"; readonly buildInfoId: "solc-0_8_28-58b894a0ac77a2d784be77b69288a062b8f6f518"; }; import "hardhat/types/artifacts"; declare module "hardhat/types/artifacts" { interface ArtifactMap { ["DkgFoldAttestationLib"]: DkgFoldAttestationLib$Type; ["contracts/lib/DkgFoldAttestationLib.sol:DkgFoldAttestationLib"]: DkgFoldAttestationLib$Type; } }