com.google.bitcoin.core
Class Wallet.SendResult
java.lang.Object
com.google.bitcoin.core.Wallet.SendResult
- Enclosing class:
- Wallet
public static class Wallet.SendResult
- extends Object
A SendResult is returned to you as part of sending coins to a recipient.
|
Field Summary |
com.google.common.util.concurrent.ListenableFuture<Transaction> |
broadcastComplete
A future that will complete once the tx message has been successfully broadcast to the network. |
Transaction |
tx
The Bitcoin transaction message that moves the money. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tx
public Transaction tx
- The Bitcoin transaction message that moves the money.
broadcastComplete
public com.google.common.util.concurrent.ListenableFuture<Transaction> broadcastComplete
- A future that will complete once the tx message has been successfully broadcast to the network.
Wallet.SendResult
public Wallet.SendResult()
Copyright © 2014. All rights reserved.