Packages

package callback

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class DLCWalletCallbackStreamManager(callbacks: DLCWalletCallbacks, overflowStrategy: OverflowStrategy = OverflowStrategy.backpressure, maxBufferSize: Int = 16)(implicit system: ActorSystem) extends DLCWalletCallbacks with StartStopAsync[Unit] with BitcoinSLogger with Product with Serializable
  2. trait DLCWalletCallbacks extends ModuleCallbacks[DLCWalletCallbacks] with BitcoinSLogger
  3. trait OnDLCOfferAdd extends Callback[IncomingDLCOfferDb]
  4. trait OnDLCOfferRemove extends Callback[Sha256Digest]
  5. trait OnDLCStateChange extends Callback[DLCStatus]

    Triggered when DLCStatus.state is changed in the database

Ungrouped