UNPKG

@mavrykdynamics/taquito

Version:

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

9 lines (8 loc) 300 B
import { MavrykToolkitConfigError } from '@mavrykdynamics/taquito-core'; /** * @category Error * @description Error that indicates no signer has been configured in the MavrykToolkit instance */ export declare class UnconfiguredSignerError extends MavrykToolkitConfigError { constructor(); }