Refactored JSON RPC validation library

This commit is contained in:
Chris Troutner
2021-07-10 09:57:25 -07:00
parent bf357443aa
commit 2667002b0d
4 changed files with 84 additions and 54 deletions
+7 -1
View File
@@ -11,4 +11,10 @@ const ipfs = {
}
}
module.exports = { ipfs }
const localdb = {
Users: class Users {
static findById () {}
}
}
module.exports = { ipfs, localdb }