UNPKG

@tangany/waas

Version:

node.js SDK for Tangany Wallet as a Service API

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