UNPKG

@taquito/taquito

Version:

High level functionality that builds upon the other packages in the Tezos Typescript Library Suite.

3 lines (2 loc) 173 B
import { HttpResponseError } from '@taquito/http-utils'; export declare function formatErrorMessage(error: HttpResponseError, stringToReplace: string): HttpResponseError;