UNPKG

@fuel-ts/abi-typegen

Version:

Generates Typescript definitions from Sway ABI Json files

10 lines 287 B
import { B256Type } from './B256Type'; export declare class AssetIdType extends B256Type { static swayType: string; name: string; static MATCH_REGEX: RegExp; static isSuitableFor(params: { type: string; }): boolean; } //# sourceMappingURL=AssetIdType.d.ts.map