Modifier and Type | Field and Description |
---|---|
TransactionBroadcast |
broadcast
The broadcast object returned by the linked TransactionBroadcaster
|
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 and Description |
---|
SendResult() |
public Transaction tx
public ListenableFuture<Transaction> broadcastComplete
public TransactionBroadcast broadcast
Copyright © 2016. All rights reserved.