UNPKG

@mstable/protocol

Version:
9 lines (8 loc) 219 B
import { CLIArgumentType } from "hardhat/src/types/index"; /** * Hardhat task CLI argument types */ export declare const params: { address: CLIArgumentType<string>; addressArray: CLIArgumentType<string[]>; };