package bitcoind
Type Members
- case class BitcoindSyncState(initSyncF: Future[Unit], pollingCancellable: BitcoindPollingCancellable) extends Product with Serializable
- initSyncF
the future that will be completed when the initial synchronization with bitcoind is complete. This Future isn't related to subsequent polling jobs after our initial sync between bitcoind and the wallet on startup
- pollingCancellable
You can cancel bitcoind polling by calling BitcoindPollingCancellabe.cancel()