UNPKG

@tangany/waas

Version:

node.js SDK for Tangany Wallet as a Service API

5 lines (4 loc) 157 B
import { HttpError } from "./http-error"; export declare class AuthenticationError extends HttpError { constructor(msg?: string, activityId?: string); }