UNPKG

@nomicfoundation/hardhat-viem

Version:
7 lines 611 B
import type { HardhatViemHelpers } from "../types.js"; import type { ArtifactManager } from "hardhat/types/artifacts"; import type { ChainDescriptorsConfig } from "hardhat/types/config"; import type { ChainType } from "hardhat/types/network"; import type { EthereumProvider } from "hardhat/types/providers"; export declare function initializeViem<ChainTypeT extends ChainType | string>(chainType: ChainTypeT, provider: EthereumProvider, artifactManager: ArtifactManager, chainDescriptors: ChainDescriptorsConfig, networkName: string): HardhatViemHelpers<ChainTypeT>; //# sourceMappingURL=initialization.d.ts.map