package zmq
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed abstract class ZMQNotification extends AnyRef
Represents the various notifications we can subscribe to from a zmq publisher https://github.com/bitcoin/bitcoin/blob/master/doc/zmq.md#usage
- class ZMQSubscriber extends BitcoinSLogger with StartStop[Unit]
This class is designed to consume a zmq stream from a cryptocurrency's daemon.
This class is designed to consume a zmq stream from a cryptocurrency's daemon. An example of this is bitcoind. For information on how to setup your coin's conf file to be able to consume a zmq stream please see https://github.com/bitcoin/bitcoin/blob/master/doc/zmq.md#usage http://zguide.zeromq.org/java:psenvsub
Value Members
- case object HashBlock extends ZMQNotification with Product with Serializable
- case object HashTx extends ZMQNotification with Product with Serializable
- case object RawBlock extends ZMQNotification with Product with Serializable
- case object RawTx extends ZMQNotification with Product with Serializable
- object ZMQNotification