@fuel-ts/abi-typegen
Version:
Generates Typescript definitions from Sway ABI Json files
11 lines • 364 B
TypeScript
import type { IType } from '../../types/interfaces/IType';
import { U64Type } from './U64Type';
export declare class RawUntypedPtr extends U64Type implements IType {
static swayType: string;
name: string;
static MATCH_REGEX: RegExp;
static isSuitableFor(params: {
type: string;
}): boolean;
}
//# sourceMappingURL=RawUntypedPtr.d.ts.map