Packages

package callback

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait OnBlockProcessed extends Callback[Block]
  2. trait OnFeeRateChanged extends Callback[FeeUnit]
  3. trait OnNewAddressGenerated extends Callback[BitcoinAddress]
  4. trait OnRescanComplete extends Callback[String]

    Triggered when a rescan is

  5. trait OnReservedUtxos extends Callback[Vector[SpendingInfoDb]]
  6. trait OnTransactionBroadcast extends Callback[Transaction]
  7. trait OnTransactionProcessed extends Callback[Transaction]

    Callback for handling a processed transaction

  8. case class WalletCallbackStreamManager(callbacks: WalletCallbacks, overflowStrategy: OverflowStrategy = OverflowStrategy.backpressure, maxBufferSize: Int = 16)(implicit system: ActorSystem) extends WalletCallbacks with StartStopAsync[Unit] with BitcoinSLogger with Product with Serializable
  9. trait WalletCallbacks extends ModuleCallbacks[WalletCallbacks] with BitcoinSLogger

    Callbacks for responding to events in the wallet.

    Callbacks for responding to events in the wallet. The appropriate callback is executed whenever the wallet finishes, the corresponding function.

Value Members

  1. object WalletCallbacks extends CallbackFactory[WalletCallbacks]

Ungrouped