UNPKG

@fuel-ts/abi-typegen

Version:

Generates Typescript definitions from Sway ABI Json files

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