// This file was autogenerated by Hardhat, do not edit it. // prettier-ignore // tslint:disable // eslint-disable // biome-ignore format: see above export interface ResolverCaller$Type { readonly _format: "hh3-artifact-1"; readonly contractName: "ResolverCaller"; readonly sourceName: "contracts/universalResolver/ResolverCaller.sol"; readonly abi: [{"inputs":[],"name":"InvalidBatchGatewayResponse","type":"error"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"string[]","name":"urls","type":"string[]"},{"internalType":"bytes","name":"callData","type":"bytes"},{"internalType":"bytes4","name":"callbackFunction","type":"bytes4"},{"internalType":"bytes","name":"extraData","type":"bytes"}],"name":"OffchainLookup","type":"error"},{"inputs":[{"internalType":"uint256","name":"offset","type":"uint256"},{"internalType":"uint256","name":"length","type":"uint256"}],"name":"OffsetOutOfBoundsError","type":"error"},{"inputs":[{"internalType":"bytes","name":"name","type":"bytes"}],"name":"UnreachableName","type":"error"},{"inputs":[{"internalType":"address","name":"resolver","type":"address"},{"internalType":"bytes","name":"name","type":"bytes"},{"internalType":"bytes","name":"data","type":"bytes"},{"internalType":"bool","name":"hasContext","type":"bool"},{"internalType":"bytes","name":"context","type":"bytes"},{"internalType":"string[]","name":"batchGateways","type":"string[]"}],"name":"callResolver","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[{"components":[{"components":[{"internalType":"address","name":"target","type":"address"},{"internalType":"bytes","name":"call","type":"bytes"},{"internalType":"bytes","name":"data","type":"bytes"},{"internalType":"uint256","name":"flags","type":"uint256"}],"internalType":"struct CCIPBatcher.Lookup[]","name":"lookups","type":"tuple[]"},{"internalType":"string[]","name":"gateways","type":"string[]"}],"internalType":"struct CCIPBatcher.Batch","name":"batch","type":"tuple"}],"name":"ccipBatch","outputs":[{"components":[{"components":[{"internalType":"address","name":"target","type":"address"},{"internalType":"bytes","name":"call","type":"bytes"},{"internalType":"bytes","name":"data","type":"bytes"},{"internalType":"uint256","name":"flags","type":"uint256"}],"internalType":"struct CCIPBatcher.Lookup[]","name":"lookups","type":"tuple[]"},{"internalType":"string[]","name":"gateways","type":"string[]"}],"internalType":"struct CCIPBatcher.Batch","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes","name":"response","type":"bytes"},{"internalType":"bytes","name":"extraData","type":"bytes"}],"name":"ccipBatchCallback","outputs":[{"components":[{"components":[{"internalType":"address","name":"target","type":"address"},{"internalType":"bytes","name":"call","type":"bytes"},{"internalType":"bytes","name":"data","type":"bytes"},{"internalType":"uint256","name":"flags","type":"uint256"}],"internalType":"struct CCIPBatcher.Lookup[]","name":"lookups","type":"tuple[]"},{"internalType":"string[]","name":"gateways","type":"string[]"}],"internalType":"struct CCIPBatcher.Batch","name":"batch","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes","name":"response","type":"bytes"},{"internalType":"bytes","name":"extraData","type":"bytes"}],"name":"ccipReadCallback","outputs":[],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes","name":"response","type":"bytes"},{"internalType":"bytes","name":"extraData","type":"bytes"}],"name":"resolveBatchCallback","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"bytes","name":"response","type":"bytes"},{"internalType":"bytes","name":"","type":"bytes"}],"name":"resolveDirectImmediateCallback","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"pure","type":"function"}]; readonly bytecode: "0x"; readonly deployedBytecode: "0x"; readonly linkReferences: {}; readonly deployedLinkReferences: {}; readonly immutableReferences: {}; readonly inputSourceName: "project/contracts/universalResolver/ResolverCaller.sol"; readonly buildInfoId: "solc-0_8_26-f05bdccb11f2cf6df865fc6a27a95b5ace6017ea"; }; import "hardhat/types/artifacts"; declare module "hardhat/types/artifacts" { interface ArtifactMap { ["ResolverCaller"]: ResolverCaller$Type; ["contracts/universalResolver/ResolverCaller.sol:ResolverCaller"]: ResolverCaller$Type; } }