lnd.xprv/lnwallet/btcwallet
Olaoluwa Osuntokun 6a1d8d0682
lnwallet: add a BtcWallet implementation of WalletController
This commit adds the first concrete implementation of the
WalletController interface: BtcWallet. This implementation is simply a
series of wrapper functions are the base btcwallet struct.

Additionally, for ease of use both the BlockChain IO and Signer
interface are also implemented by BtcWallet. Finally a new WalletDriver
implementation has been implemented, and will be register by the init()
method within this new package.
2016-09-08 12:25:32 -07:00
..
blockchain.go lnwallet: add a BtcWallet implementation of WalletController 2016-09-08 12:25:32 -07:00
btcwallet.go lnwallet: add a BtcWallet implementation of WalletController 2016-09-08 12:25:32 -07:00
config.go lnwallet: add a BtcWallet implementation of WalletController 2016-09-08 12:25:32 -07:00
driver.go lnwallet: add a BtcWallet implementation of WalletController 2016-09-08 12:25:32 -07:00
signer.go lnwallet: add a BtcWallet implementation of WalletController 2016-09-08 12:25:32 -07:00