UNPKG

@fuel-ts/abi-typegen

Version:

Generates Typescript definitions from Sway ABI Json files

15 lines 512 B
import type { IType } from '../../types/interfaces/IType'; import { AType } from './AType'; export declare class GenericType extends AType implements IType { static swayType: string; name: string; static MATCH_REGEX: RegExp; static isSuitableFor(params: { type: string; }): boolean; getStructName(): string; parseComponentsAttributes(_params: { types: IType[]; }): import("../../types/interfaces/IType").ITypeAttributes; } //# sourceMappingURL=GenericType.d.ts.map