UNPKG

@settlemint/solidity-diamond-bond

Version:

Smart contract set to build an enterprise bond usecase in SettleMint

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