Crate bitcoincore_zmq
source ·Enums
Functions
- sub_zmqDeprecated
- Subscribes to multiple ZMQ endpoints and returns a
Receiver
- Subscribes to multiple ZMQ endpoints and blocks the thread until
Action::Stop
is returned by the callback - Subscribes to a single ZMQ endpoint and returns a
Receiver
- Subscribes to a single ZMQ endpoint and blocks the thread until
Action::Stop
is returned by the callback