UNPKG

@fuel-ts/abi-typegen

Version:

Generates Typescript definitions from Sway ABI Json files

4 lines 233 B
import { ErrorCode } from '../abi/errors/ErrorCode'; import type { IErrorCode } from '../types/interfaces/IErrorCode'; export declare function makeErrorCode(params: IErrorCode): ErrorCode; //# sourceMappingURL=makeErrorCodes.d.ts.map