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