gcash / android-neutrino

Android mobile wallet using the bchwallet/neutrino backend
9 stars 9 forks source link

Build out bchwallet shim #1

Closed cpacia closed 5 years ago

cpacia commented 5 years ago

The Wallet class is intended to be the main class by which we interact with the bchwallet daemon. The class will need to be able to start and stop the daemon and provide convenience methods to the gRPC interface.

The methods we will need to implement are:

The following must subscribe to TransactionNotifications and call back on the appropriate listener