Packages

package ws

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait ChainNotification[T] extends WsNotification[T]
  2. sealed trait ChainWsType extends WsType
  3. sealed trait DLCNodeNotification[T] extends WsNotification[T]
  4. sealed trait DLCNodeWsType extends WsType
  5. sealed trait TorNotification[T] extends WsNotification[T]
  6. sealed trait TorWsType extends WsType
  7. sealed trait WalletNotification[T] extends WsNotification[T]
  8. sealed trait WalletWsType extends WsType
  9. 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

  10. 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

Ungrouped