@settlemint/solidity-diamond-bond
Version:
Smart contract set to build an enterprise bond usecase in SettleMint
22 lines (17 loc) • 658 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 { BondFacet$Type } from "./BondFacet";
declare module "hardhat/types/artifacts" {
interface ArtifactsMap {
["BondFacet"]: BondFacet$Type;
["contracts/facets/BondFacet.sol:BondFacet"]: BondFacet$Type;
}
interface ContractTypesMap {
["BondFacet"]: GetContractReturnType<BondFacet$Type["abi"]>;
["contracts/facets/BondFacet.sol:BondFacet"]: GetContractReturnType<BondFacet$Type["abi"]>;
}
}