UNPKG

@settlemint/solidity-diamond-bond

Version:

Smart contract set to build an enterprise bond usecase in SettleMint

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