bitcoin-blockpolicy 0.1.16-alpha.0

tools used for estimating the feerate needed for a transaction to be included in a block within a certain number of blocks
Documentation
crate::ix!();

#[derive(PartialEq)]
pub struct TxStatsInfo {

    block_height: u32,
    bucket_index: u32,
}

impl Default for TxStatsInfo {
    
    fn default() -> Self {
        todo!();
        /*
        : block_height(0),
        : bucket_index(0),

        
        */
    }
}