com.google.bitcoin.core
Class Wallet.SendResult

java.lang.Object
  extended by 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.
 
Constructor Summary
Wallet.SendResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

Wallet.SendResult

public Wallet.SendResult()


Copyright © 2014. All rights reserved.