Example #1
0
 public List<HDAccount> getAccounts() {
   if (mHDWallet == null) return null;
   return mHDWallet.getAccounts();
 }