Files
bch-dex/src/rpc/index.js
T
2021-03-30 09:33:26 -07:00

12 lines
185 B
JavaScript

/*
This is the parent class library for the RPC controller.
*/
class JSONRPC {
constructor (localConfig) {
console.log('instantiating JSONRPC')
}
}
module.exports = JSONRPC