@fuel-ts/abi-typegen
Version:
Generates Typescript definitions from Sway ABI Json files
7 lines • 316 B
TypeScript
import { ProgramTypeEnum } from '../types/enums/ProgramTypeEnum';
import type { IFile } from '../types/interfaces/IFile';
export declare const collectStorageSlotsFilepaths: (params: {
filepaths: string[];
programType: ProgramTypeEnum;
}) => IFile[];
//# sourceMappingURL=collectStorageSlotsFilePaths.d.ts.map