UNPKG

verusd-web

Version:

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

5 lines (4 loc) 157 B
import { Request, Response } from 'express'; export declare class RestApiService { static routeController(req: Request, res: Response): Promise<void>; }