UNPKG

@tangany/waas

Version:

node.js SDK for Tangany Wallet as a Service API

6 lines (5 loc) 193 B
import { HttpError } from "./http-error"; export declare class GeneralError extends HttpError { readonly status: number; constructor(msg: string, status: number, activityId: string); }