pub trait ComputeTimeSmart {
    // Required method
    fn compute_time_smart(
        &self,
        wtx: &WalletTx,
        rescanning_old_block: bool
    ) -> u32;
}

Required Methods§

source

fn compute_time_smart(&self, wtx: &WalletTx, rescanning_old_block: bool) -> u32

Implementors§