UNPKG

@patchworkdev/common

Version:

Patchwork Development Kit

7 lines (6 loc) 258 B
import { ContractSchema } from "../contractSchema"; import { Generator } from "../generator"; export declare class GeneralFuncGen implements Generator { gen(schema: ContractSchema): string; getSupportsInterfaceFunc(schema: ContractSchema): string; }