@fuel-ts/abi-typegen
Version:
Generates Typescript definitions from Sway ABI Json files
8 lines • 346 B
TypeScript
import { Function } from '../abi/functions/Function';
import type { IRawAbiFunction } from '../types/interfaces/IRawAbiFunction';
import type { IType } from '../types/interfaces/IType';
export declare function makeFunction(params: {
types: IType[];
rawAbiFunction: IRawAbiFunction;
}): Function;
//# sourceMappingURL=makeFunction.d.ts.map