Packages

package bitcoind

Type Members

  1. case class BitcoindSyncState(syncF: Future[Unit], pollingCancellable: BitcoindPollingCancellable) extends Product with Serializable

    syncF

    the future that will be completed when the synchronization with bitcoind is complete

    pollingCancellable

    You can cancel bitcoind polling by calling BitcoindPollingCancellabe.cancel()

Ungrouped