@settlemint/solidity-token-erc721
Version:
Smart contract set to build an ERC721 token in SettleMint
22 lines (17 loc) • 738 B
TypeScript
// 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 { ERC721Freezable$Type } from "./ERC721Freezable";
declare module "hardhat/types/artifacts" {
interface ArtifactsMap {
["ERC721Freezable"]: ERC721Freezable$Type;
["contracts/extensions/ERC721Freezable.sol:ERC721Freezable"]: ERC721Freezable$Type;
}
interface ContractTypesMap {
["ERC721Freezable"]: GetContractReturnType<ERC721Freezable$Type["abi"]>;
["contracts/extensions/ERC721Freezable.sol:ERC721Freezable"]: GetContractReturnType<ERC721Freezable$Type["abi"]>;
}
}