pub trait GuessVerificationProgress {
    // Required method
    fn guess_verification_progress(&mut self, block_hash: &u256) -> f64;
}

Required Methods§

source

fn guess_verification_progress(&mut self, block_hash: &u256) -> f64

| Estimate fraction of total transactions | verified if blocks up to the specified | block hash are verified. |

Implementors§