@solarity/hardhat-gobind
Version:
Generation of smart contract bindings for Golang
14 lines • 384 B
TypeScript
export interface DlGoBindConfig {
outdir: string;
deployable: boolean;
runOnCompile: boolean;
abigenVersion: abigenVersionType;
verbose: boolean;
onlyFiles: string[];
skipFiles: string[];
abigenPath: string;
}
export type DlGoBindUserConfig = Partial<DlGoBindConfig>;
type abigenVersionType = "v1" | "v2";
export {};
//# sourceMappingURL=types.d.ts.map