UNPKG

@settlemint/solidity-diamond-bond

Version:

Smart contract set to build an enterprise bond usecase in SettleMint

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