UNPKG

@fuel-ts/abi-typegen

Version:

Generates Typescript definitions from Sway ABI Json files

14 lines 475 B
import type { BinaryVersions } from '@fuel-ts/versions'; import type { Abi } from '../abi/Abi'; import type { IFile } from '../index'; /** * Render all Script-related templates and returns * an array of `IFile` with them all. For here on, * the only thing missing is to write them to disk. */ export declare function assembleScripts(params: { abis: Abi[]; outputDir: string; versions: BinaryVersions; }): IFile[]; //# sourceMappingURL=assembleScripts.d.ts.map