Package org.bitcoinj.wallet
Class Wallet.SendResult
java.lang.Object
org.bitcoinj.wallet.Wallet.SendResult
- Enclosing class:
- Wallet
A SendResult is returned to you as part of sending coins to a recipient.
-
Field Summary
Modifier and TypeFieldDescriptionfinal TransactionBroadcast
The broadcast object returned by the linked TransactionBroadcasterfinal com.google.common.util.concurrent.ListenableFuture<Transaction>
A future that will complete once the tx message has been successfully broadcast to the network.final Transaction
The Bitcoin transaction message that moves the money. -
Constructor Summary
-
Method Summary
-
Field Details
-
tx
The Bitcoin transaction message that moves the money. -
broadcastComplete
A future that will complete once the tx message has been successfully broadcast to the network. This is just the result of calling broadcast.future() -
broadcast
The broadcast object returned by the linked TransactionBroadcaster
-
-
Constructor Details
-
SendResult
-