public static interface TransactionBroadcast.ProgressCallback
Modifier and Type | Method and Description |
---|---|
void |
onBroadcastProgress(double progress)
onBroadcastProgress will be invoked on the provided executor when the progress of the transaction
broadcast has changed, because the transaction has been announced by another peer or because the transaction
was found inside a mined block (in this case progress will go to 1.0 immediately).
|
void onBroadcastProgress(double progress)
Copyright © 2016. All rights reserved.