Trait fuel_core_txpool::ports::BlockImporter
source · pub trait BlockImporter: Send + Sync {
// Required method
fn block_events(&self) -> BoxStream<SharedImportResult>;
}
Required Methods§
sourcefn block_events(&self) -> BoxStream<SharedImportResult>
fn block_events(&self) -> BoxStream<SharedImportResult>
Wait until the next block is available