@fuel-ts/abi-typegen
Version:
Generates Typescript definitions from Sway ABI Json files
11 lines • 366 B
TypeScript
import type { ProgramTypeEnum } from './types/enums/ProgramTypeEnum';
export interface IGenerateFilesParams {
cwd: string;
filepaths?: string[];
inputs?: string[];
output: string;
silent?: boolean;
programType: ProgramTypeEnum;
}
export declare function runTypegen(params: IGenerateFilesParams): void;
//# sourceMappingURL=runTypegen.d.ts.map