package callback
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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
- trait DLCWalletCallbacks extends ModuleCallbacks[DLCWalletCallbacks] with BitcoinSLogger
- trait OnDLCOfferAdd extends Callback[IncomingDLCOfferDb]
- trait OnDLCOfferRemove extends Callback[Sha256Digest]
- trait OnDLCStateChange extends Callback[DLCStatus]
Triggered when DLCStatus.state is changed in the database
Value Members
- object DLCWalletCallbacks extends CallbackFactory[DLCWalletCallbacks]