コード例 #1
0
ファイル: WalletService.java プロジェクト: ksedgwic/Wallet32
 public AmountAndFee useAll(int acctnum, boolean spendUnconfirmed)
     throws InsufficientMoneyException {
   return mHDWallet.useAll(mKit.wallet(), acctnum, spendUnconfirmed);
 }