UNPKG

@settlemint/solidity-token-erc20-metatx

Version:
22 lines (17 loc) 644 B
// This file was autogenerated by hardhat-viem, do not edit it. // prettier-ignore // tslint:disable // eslint-disable import "hardhat/types/artifacts"; import type { GetContractReturnType } from "@nomicfoundation/hardhat-viem/types"; import { Forwarder$Type } from "./Forwarder"; declare module "hardhat/types/artifacts" { interface ArtifactsMap { ["Forwarder"]: Forwarder$Type; ["contracts/Forwarder.sol:Forwarder"]: Forwarder$Type; } interface ContractTypesMap { ["Forwarder"]: GetContractReturnType<Forwarder$Type["abi"]>; ["contracts/Forwarder.sol:Forwarder"]: GetContractReturnType<Forwarder$Type["abi"]>; } }