// 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 PendleVerifierLib$Type { "_format": "hh-sol-artifact-1", "contractName": "PendleVerifierLib", "sourceName": "contracts/verifier/lib/Pendle.sol", "abi": [], "bytecode": "0x60556032600b8282823980515f1a607314602657634e487b7160e01b5f525f60045260245ffd5b305f52607381538281f3fe730000000000000000000000000000000000000000301460806040525f5ffdfea264697066735822122023f7c0abba71d573fe33e464c03141b8e6f82b7b80444c282197dd24766eb42964736f6c634300081c0033", "deployedBytecode": "0x730000000000000000000000000000000000000000301460806040525f5ffdfea264697066735822122023f7c0abba71d573fe33e464c03141b8e6f82b7b80444c282197dd24766eb42964736f6c634300081c0033", "linkReferences": {}, "deployedLinkReferences": {} } declare module "@nomicfoundation/hardhat-viem/types" { export function deployContract( contractName: "PendleVerifierLib", constructorArgs?: [], config?: DeployContractConfig ): Promise>; export function deployContract( contractName: "contracts/verifier/lib/Pendle.sol:PendleVerifierLib", constructorArgs?: [], config?: DeployContractConfig ): Promise>; export function sendDeploymentTransaction( contractName: "PendleVerifierLib", constructorArgs?: [], config?: SendDeploymentTransactionConfig ): Promise<{ contract: GetContractReturnType; deploymentTransaction: GetTransactionReturnType; }>; export function sendDeploymentTransaction( contractName: "contracts/verifier/lib/Pendle.sol:PendleVerifierLib", constructorArgs?: [], config?: SendDeploymentTransactionConfig ): Promise<{ contract: GetContractReturnType; deploymentTransaction: GetTransactionReturnType; }>; export function getContractAt( contractName: "PendleVerifierLib", address: Address, config?: GetContractAtConfig ): Promise>; export function getContractAt( contractName: "contracts/verifier/lib/Pendle.sol:PendleVerifierLib", address: Address, config?: GetContractAtConfig ): Promise>; }