UNPKG

@tangany/waas

Version:

node.js SDK for Tangany Wallet as a Service API

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