bitcoinchain-notifications 0.1.16-alpha.0

interface for notifying when, for example: transactions are added/removed to the mempool, blocks are connected/disconnected, the block tip is updated, or the chain state is flushed
Documentation
1
2
3
4
5
6
7
8
pub(crate) use bitcoin_derive::*;
pub(crate) use bitcoin_imports::*;
pub(crate) use bitcoin_tx::*;
pub(crate) use bitcoin_txmempool::*;
pub(crate) use bitcoin_block::*;
pub(crate) use bitcoin_sam::*;
pub(crate) use bitcoinrpc_server::*;