rgb-cln/wallet
Christian Decker 9882a9fb29 wallet: Start the wallet interface and link it into lightningd
The database is hidden behind the wallet interface, which has all the
wallet specific functionality. First up is the tracking of outputs.
2017-06-06 09:16:10 +09:30
..
.gitignore wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
Makefile wallet: Start the wallet interface and link it into lightningd 2017-06-06 09:16:10 +09:30
db.c wallet: Start the wallet interface and link it into lightningd 2017-06-06 09:16:10 +09:30
db.h wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
db_tests.c wallet: Create and manage a sqlite3 database for the wallet 2017-06-06 09:16:10 +09:30
wallet.c wallet: Start the wallet interface and link it into lightningd 2017-06-06 09:16:10 +09:30
wallet.h wallet: Start the wallet interface and link it into lightningd 2017-06-06 09:16:10 +09:30