UNPKG

@fuel-ts/abi-typegen

Version:

Generates Typescript definitions from Sway ABI Json files

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