@settlemint/solidity-attestation-service
Version:
Smart contract set to use the Ethereum Attestation Service in SettleMint
22 lines (17 loc) • 792 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 { SchemaRegistry$Type } from "./SchemaRegistry";
declare module "hardhat/types/artifacts" {
interface ArtifactsMap {
["SchemaRegistry"]: SchemaRegistry$Type;
["@ethereum-attestation-service/eas-contracts/contracts/SchemaRegistry.sol:SchemaRegistry"]: SchemaRegistry$Type;
}
interface ContractTypesMap {
["SchemaRegistry"]: GetContractReturnType<SchemaRegistry$Type["abi"]>;
["@ethereum-attestation-service/eas-contracts/contracts/SchemaRegistry.sol:SchemaRegistry"]: GetContractReturnType<SchemaRegistry$Type["abi"]>;
}
}