UNPKG

@settlemint/solidity-token-erc721

Version:
22 lines (17 loc) 662 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 { ERC721$Type } from "./ERC721"; declare module "hardhat/types/artifacts" { interface ArtifactsMap { ["ERC721"]: ERC721$Type; ["@openzeppelin/contracts/token/ERC721/ERC721.sol:ERC721"]: ERC721$Type; } interface ContractTypesMap { ["ERC721"]: GetContractReturnType<ERC721$Type["abi"]>; ["@openzeppelin/contracts/token/ERC721/ERC721.sol:ERC721"]: GetContractReturnType<ERC721$Type["abi"]>; } }