UNPKG

hardhat-abi-exporter

Version:

Export Ethereum smart contract ABIs on compilation

5 lines (4 loc) 343 B
import { AbiExporterConfigEntry } from './types.js'; import { HookContext } from 'hardhat/types/hooks'; export declare const clearAbiGroup: (context: HookContext, config: Required<AbiExporterConfigEntry>) => Promise<void>; export declare const exportAbiGroup: (context: HookContext, config: Required<AbiExporterConfigEntry>) => Promise<void>;