UNPKG

@settlemint/solidity-token-erc721

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