@fuel-ts/abi-typegen
Version:
Generates Typescript definitions from Sway ABI Json files
14 lines • 484 B
TypeScript
import type { BinaryVersions } from '@fuel-ts/versions';
import type { Abi } from '../abi/Abi';
import type { IFile } from '../index';
/**
* Render all Predicate-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 assemblePredicates(params: {
abis: Abi[];
outputDir: string;
versions: BinaryVersions;
}): IFile[];
//# sourceMappingURL=assemblePredicates.d.ts.map