Trait sapling_crypto::builder::ProverProgress
source · pub trait ProverProgress {
// Required method
fn update(&mut self, cur: u32, end: u32);
}Expand description
Reports on the progress made towards creating proofs for a bundle.