This repository was archived by the owner on Oct 24, 2020. It is now read-only.

Description
Some of the cooler language clients support the /wallet api. This would be a significant improvement to the the java client. This would seem to require:
- a new WalletService with these methods http://dev.blockcypher.com/#wallet-api
- new model classes:
- update Address to include "wallet" and "hdWallet" (assuming we ever return those)
- update Webhook and WebhookService to include a "walletName"
- [probably more stuff]
Ideally, we could also get some helper to generate the "extended public key" necessary for HD wallets.