UNPKG

monero-rpc

Version:
12 lines (9 loc) 296 B
/* * 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 }