Example #1
0
 public AmountAndFee useAll(int acctnum, boolean spendUnconfirmed)
     throws InsufficientMoneyException {
   return mHDWallet.useAll(mKit.wallet(), acctnum, spendUnconfirmed);
 }