UNPKG

abi-util-lite

Version:

A light impletation to parse abi string array to abi json

10 lines 497 B
import { Fragment } from "./Fragments"; import { JsonFragment } from "../SharedInterface"; export declare class ErrorFragment extends Fragment { format(format?: string): string; static from(value: ErrorFragment | JsonFragment | string): ErrorFragment; static fromObject(value: ErrorFragment | JsonFragment): ErrorFragment; static fromString(value: string): ErrorFragment; static isErrorFragment(value: any): value is ErrorFragment; } //# sourceMappingURL=ErrorFragment.d.ts.map