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