UNPKG

@fuel-ts/abi-typegen

Version:

Generates Typescript definitions from Sway ABI Json files

8 lines 366 B
import type { IFunction } from '../types/interfaces/IFunction'; import type { IRawAbiFunction } from '../types/interfaces/IRawAbiFunction'; import type { IType } from '../types/interfaces/IType'; export declare function parseFunctions(params: { types: IType[]; rawAbiFunctions: IRawAbiFunction[]; }): IFunction[]; //# sourceMappingURL=parseFunctions.d.ts.map