Trait BlockImporter

Source
pub trait BlockImporter {
    // Required method
    fn block_events(&self) -> BoxStream<SharedImportResult>;
}

Required Methods§

Source

fn block_events(&self) -> BoxStream<SharedImportResult>

Wait until the next block is available

Implementors§