UNPKG

@taquito/taquito

Version:

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

9 lines (8 loc) 241 B
/** * @category Error * @description Error that indicates invalid public key being passed when doing a reveal operation estimate */ export declare class RevealEstimateError extends Error { name: string; constructor(); }