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