Uses of Class
com.google.bitcoin.core.Wallet.SendResult

Packages that use Wallet.SendResult
com.google.bitcoin.core   
 

Uses of Wallet.SendResult in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core that return Wallet.SendResult
 Wallet.SendResult Wallet.sendCoins(TransactionBroadcaster broadcaster, Address to, BigInteger value)
          Sends coins to the given address, via the given PeerGroup.
 Wallet.SendResult Wallet.sendCoins(TransactionBroadcaster broadcaster, Wallet.SendRequest request)
          Sends coins according to the given request, via the given TransactionBroadcaster.
 Wallet.SendResult Wallet.sendCoins(Wallet.SendRequest request)
          Satisfies the given Wallet.SendRequest using the default transaction broadcaster configured either via PeerGroup.addWallet(Wallet) or directly with Wallet.setTransactionBroadcaster(TransactionBroadcaster).
 



Copyright © 2014. All rights reserved.