Trait bitcoin_peerman::ProcessBlock
source · pub trait ProcessBlock {
// Required method
fn process_block(
self: Arc<Self>,
node: &mut AmoWriteGuard<'_, Box<dyn NodeInterface>>,
block: Amo<Block>,
force_processing: bool
);
}