UNPKG

verusd-web

Version:

A Verus Blockchain library that enables a bi-directional communication with the Verus and other Verus PBaas chains.

8 lines (7 loc) 292 B
export type { EventData } from "verus-zmq-client"; export type { Request, Response, NextFunction } from "express"; export * from './lib/HttpServer'; export * from './lib/WsServer'; export * from './lib/RpcService'; export * from './lib/RestApiRoutesService'; export * from './lib/VerusdWeb';