Class Wallet.SendResult

java.lang.Object
org.bitcoinj.wallet.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 Details

    • tx

      public final Transaction tx
      The Bitcoin transaction message that moves the money.
    • broadcastComplete

      public final com.google.common.util.concurrent.ListenableFuture<Transaction> 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

      public final TransactionBroadcast broadcast
      The broadcast object returned by the linked TransactionBroadcaster
  • Constructor Details