monero-rpc
Version:
> node wrapper for monero daemon and wallet rpc
12 lines (9 loc) • 296 B
JavaScript
/*
* Copyright 2018 Excitable Aardvark <excitableaardvark@tutanota.de>
*
* Licensed under the 3-Clause BSD license. See LICENSE in the project root for
* more information.
*/
const Daemon = require('./lib/daemon')
const Wallet = require('./lib/wallet')
module.exports = { Daemon, Wallet }