UNPKG

hardhat-abi-exporter

Version:

Export Ethereum smart contract ABIs on compilation

7 lines (6 loc) 223 B
import type { NewTaskActionFunction } from 'hardhat/types/tasks'; interface ExportAbiActionArguments { noCompile: boolean; } declare const action: NewTaskActionFunction<ExportAbiActionArguments>; export default action;