UNPKG

@fuel-ts/abi-typegen

Version:

Generates Typescript definitions from Sway ABI Json files

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