UNPKG

@fuel-ts/abi-typegen

Version:

Generates Typescript definitions from Sway ABI Json files

10 lines 421 B
import type { TargetEnum } from '../types/enums/TargetEnum'; import type { IRawAbiTypeComponent } from '../types/interfaces/IRawAbiType'; import type { IType } from '../types/interfaces/IType'; export declare function parseTypeArguments(params: { types: IType[]; target: TargetEnum; typeArguments: IRawAbiTypeComponent[]; parentTypeId?: number; }): string; //# sourceMappingURL=parseTypeArguments.d.ts.map