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