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
Deprecated.Deprecated.UseawaitRelayed()
final Transaction
Deprecated.Usetransaction()
-
Constructor Summary
ConstructorDescriptionSendResult
(TransactionBroadcast broadcast) SendResult
(Transaction tx, TransactionBroadcast broadcast) Deprecated. -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
tx
Deprecated.Usetransaction()
The Bitcoin transaction message that moves the money. -
broadcastComplete
Deprecated.UseawaitRelayed()
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
Deprecated.UsegetBroadcast()
The broadcast object returned by the linked TransactionBroadcaster
-
-
Constructor Details
-
SendResult
Deprecated. -
SendResult
-
-
Method Details
-
transaction
-
getBroadcast
-
awaitRelayed
-
getBroadcast()