package ws
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed trait ChainNotification[T] extends WsNotification[T]
- sealed trait ChainWsType extends WsType
- sealed trait DLCNodeNotification[T] extends WsNotification[T]
- sealed trait DLCNodeWsType extends WsType
- sealed trait TorNotification[T] extends WsNotification[T]
- sealed trait TorWsType extends WsType
- sealed trait WalletNotification[T] extends WsNotification[T]
- sealed trait WalletWsType extends WsType
- sealed trait WsNotification[T] extends AnyRef
A notification that we send over the websocket.
A notification that we send over the websocket. The type of the notification is indicated by WsType. An example is org.bitcoins.commons.jsonmodels.ws.WalletNotification.NewAddressNotification This sends a notification that the wallet generated a new address
- sealed trait WsType extends AnyRef
The event type being sent over the websocket.
The event type being sent over the websocket. An example is WalletWsType.NewAddress
Value Members
- object ChainNotification
- object ChainWsType extends StringFactory[ChainWsType]
- object DLCNodeNotification
- object DLCNodeWsType extends StringFactory[DLCNodeWsType]
- object TorNotification
- object TorWsType extends StringFactory[TorWsType]
- object WalletNotification
- object WalletWsType extends StringFactory[WalletWsType]
- object WsType extends StringFactory[WsType]