// This file was autogenerated by hardhat-viem, do not edit it. // prettier-ignore // tslint:disable // eslint-disable import type { Address } from "viem"; import type { GetContractReturnType } from "@nomicfoundation/hardhat-viem/types"; import "@nomicfoundation/hardhat-viem/types"; export interface LogExpMath$Type { "_format": "hh-sol-artifact-1", "contractName": "LogExpMath", "sourceName": "contracts/lib/math/LogExpMath.sol", "abi": [], "bytecode": "0x60556032600b8282823980515f1a607314602657634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f5ffdfea2646970667358221220750c4b2e9c2c9af308d7b71727de05185e02d337f9e9fc7d2ed64d9f8a28151564736f6c634300081c0033", "deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f5ffdfea2646970667358221220750c4b2e9c2c9af308d7b71727de05185e02d337f9e9fc7d2ed64d9f8a28151564736f6c634300081c0033", "linkReferences": {}, "deployedLinkReferences": {} } declare module "@nomicfoundation/hardhat-viem/types" { export function deployContract( contractName: "LogExpMath", constructorArgs?: [], config?: DeployContractConfig ): Promise>; export function deployContract( contractName: "contracts/lib/math/LogExpMath.sol:LogExpMath", constructorArgs?: [], config?: DeployContractConfig ): Promise>; export function sendDeploymentTransaction( contractName: "LogExpMath", constructorArgs?: [], config?: SendDeploymentTransactionConfig ): Promise<{ contract: GetContractReturnType; deploymentTransaction: GetTransactionReturnType; }>; export function sendDeploymentTransaction( contractName: "contracts/lib/math/LogExpMath.sol:LogExpMath", constructorArgs?: [], config?: SendDeploymentTransactionConfig ): Promise<{ contract: GetContractReturnType; deploymentTransaction: GetTransactionReturnType; }>; export function getContractAt( contractName: "LogExpMath", address: Address, config?: GetContractAtConfig ): Promise>; export function getContractAt( contractName: "contracts/lib/math/LogExpMath.sol:LogExpMath", address: Address, config?: GetContractAtConfig ): Promise>; }