@fuel-ts/abi-typegen
Version:
Generates Typescript definitions from Sway ABI Json files
13 lines • 352 B
TypeScript
import type { IType } from '../../types/interfaces/IType';
export declare function formatStructs(params: {
types: IType[];
}): {
structs: {
structName: string;
typeAnnotations: string;
inputValues: string;
outputValues: string;
recycleRef: boolean;
}[];
};
//# sourceMappingURL=formatStructs.d.ts.map