UNPKG

@fuel-ts/abi-typegen

Version:

Generates Typescript definitions from Sway ABI Json files

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