@fuel-ts/abi-typegen
Version:
Generates Typescript definitions from Sway ABI Json files
8 lines • 367 B
TypeScript
import type { IFunction } from '../types/interfaces/IFunction';
import type { IType } from '../types/interfaces/IType';
import type { JsonAbiFunction } from '../types/interfaces/JsonAbi';
export declare function parseFunctions(params: {
types: IType[];
rawAbiFunctions: readonly JsonAbiFunction[];
}): IFunction[];
//# sourceMappingURL=parseFunctions.d.ts.map