UNPKG

@settlemint/solidity-attestation-service

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