UNPKG

@taquito/taquito

Version:

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

9 lines (8 loc) 265 B
import { TaquitoError } from '@taquito/core'; /** * @category Error * @description Error that indicates unable to get public key to estimate reveal operation in Wallet API */ export declare class RevealEstimateError extends TaquitoError { constructor(); }