UNPKG

@settlemint/solidity-token-erc1155

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