UNPKG

espend-rest

Version:

A RESTful API for submitting payments and monitoring accounts on the eSpend network.

11 lines (7 loc) 211 B
const router = require('./server/router.js'); const remote = require('./api/lib/remote.js'); function RippleRestPlugin() { this.router = router; this.remote = remote; } module.exports = RippleRestPlugin;