UNPKG

@taquito/taquito

Version:

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

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