UNPKG

@solarity/hardhat-gobind

Version:

Generation of smart contract bindings for Golang

11 lines 350 B
import type { NewTaskActionFunction } from "hardhat/types/tasks"; export interface DlGoBindArgs { outdir?: string; deployable?: boolean; noCompile?: boolean; v2?: boolean; abigenPath?: string; } declare const gobindAction: NewTaskActionFunction<DlGoBindArgs>; export default gobindAction; //# sourceMappingURL=task-action.d.ts.map