UNPKG

@mavrykdynamics/taquito

Version:

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

9 lines (8 loc) 280 B
import { TaquitoError } from '@mavrykdynamics/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(); }