Docs.rs
  • bitcoin-net-zmq-0.1.16-alpha.0
    • bitcoin-net-zmq 0.1.16-alpha.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • klebs6-x
    • Dependencies
      • bitcoin-block ^0.1.16-alpha.0 normal
      • bitcoin-imports ^0.1.16-alpha.0 normal
      • bitcoin-index ^0.1.16-alpha.0 normal
      • bitcoin-indexed-chain ^0.1.16-alpha.0 normal
      • bitcoin-net ^0.1.16-alpha.0 normal
      • bitcoin-node ^0.1.16-alpha.0 normal
      • bitcoin-primitives ^0.1.16-alpha.0 normal
      • bitcoin-scripting ^0.1.16-alpha.0 normal
      • bitcoin-tx ^0.1.16-alpha.0 normal
      • bitcoin-txmempool ^0.1.16-alpha.0 normal
      • bitcoinchain-notifications ^0.1.16-alpha.0 normal
      • bitcoinrpc-server ^0.1.16-alpha.0 normal
      • bitcoinrpc-util ^0.1.16-alpha.0 normal
      • lazy_static ^1.4.0 normal
      • static_assertions ^1.1.0 normal
      • bitcoin-cfg ^0.1.16-alpha.0 build
    • Versions
    • 0% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate bitcoin_net_zmq

  • Version 0.1.16-alpha.0
  • All Items
  • Structs
  • Constants
  • Traits
  • Functions
  • Type Definitions
?
Change settings

Crate bitcoin_net_zmq

source ·

Structs

  • ZMQAbstractNotifier

  • ZMQAbstractPublishNotifier
  • ZMQNotificationInterface
  • ZMQPublishHashBlockNotifier
  • ZMQPublishHashTransactionNotifier
  • ZMQPublishRawBlockNotifier
  • ZMQPublishRawTransactionNotifier
  • ZMQPublishSequenceNotifier

Constants

  • DEFAULT_ZMQ_SNDHWM
  • MSG_HASHBLOCK
  • MSG_HASHTX
  • MSG_RAWBLOCK
  • MSG_RAWTX
  • MSG_SEQUENCE

Traits

  • Initialize
  • NotifyBlock
  • NotifyBlockConnect
  • NotifyBlockDisconnect
  • NotifyTransaction
  • NotifyTransactionAcceptance
  • NotifyTransactionRemoval
  • SendZmqMessage
  • Shutdown
  • ZmqAbstractNotifierInterface

Functions

  • getzmqnotifications
  • is_zmq_addressipv6
  • register_zmqrpc_commands
  • send_sequence_msg
    | Helper function to send a ‘sequence’ topic | message with the following structure: | | <32-byte hash> | <1-byte label> | <8-byte LE | sequence> (optional)
  • try_for_each_and_remove_failed
  • zmq_error
  • zmq_send_multipart
    | Internal function to send multipart | message |

Type Definitions

  • ZMQNotifierFactory