@fuel-ts/abi-typegen
Version:
Generates Typescript definitions from Sway ABI Json files
4 lines • 304 B
TypeScript
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