Wrote some utility functions to convert clightning output to our db schema

This commit is contained in:
nymkappa
2022-07-29 16:33:07 +02:00
parent 3f83e517f0
commit a94403b3a1
4 changed files with 113 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
import config from '../../../config';
import CLightningClient from './jsonrpc';
export default new CLightningClient(config.CLIGHTNING.SOCKET);