UNPKG

@tangany/waas

Version:

node.js SDK for Tangany Wallet as a Service API

6 lines (5 loc) 223 B
export declare abstract class HttpError extends Error { readonly status: number; readonly activityId?: string | undefined; protected constructor(name: string, status: number, activityId?: string | undefined); }