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