UNPKG

rubic-sdk

Version:
9 lines (8 loc) 252 B
import { RubicSdkError } from "../rubic-sdk.error"; /** * Thrown, when method, which requires connected wallet, is called without * wallet being connected. */ export declare class WalletNotConnectedError extends RubicSdkError { constructor(); }