UNPKG

@fuel-ts/abi-typegen

Version:

Generates Typescript definitions from Sway ABI Json files

4 lines 304 B
import type { IType } from '../types/interfaces/IType'; import type { JsonAbiArgument } from '../types/interfaces/JsonAbi'; export declare function resolveInputLabel(types: IType[], typeId: number, typeArguments: JsonAbiArgument['typeArguments']): string; //# sourceMappingURL=getTypeDeclaration.d.ts.map