feat: 🎉 Module boilerplate

main
Keith Irwin 2024-04-20 13:52:41 -06:00
parent 5640671294
commit 4765af941f
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 3 additions and 0 deletions

3
main.js Normal file
View File

@ -0,0 +1,3 @@
exports.walletRpc = (method, params) => {
console.log(`walletRpc(${method}) called`)
}