brk_mempool 0.3.2

Bitcoin mempool monitor with fee estimation
Documentation
1
2
3
4
5
6
7
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum AddedKind {
    /// First time we've seen this txid.
    Fresh,
    /// Re-entered the pool after a prior removal still in the graveyard.
    Revived,
}