bitcoin-peerman 0.1.16-alpha.0

a manager for handling peers
Documentation
1
2
3
4
5
6
7
8
9
10
crate::ix!();

pub struct PeerManagerRecentConfirmedTransactions {

    /**
      | {48'000, 0.000'001};
      |
      */
    pub recent_confirmed_transactions: RollingBloomFilter,
}