Trait sp_consensus::block_import::JustificationImport [−][src]
Justification import trait
Associated Types
Loading content...Required methods
fn import_justification(
&mut self,
hash: B::Hash,
number: NumberFor<B>,
justification: Justification
) -> Result<(), Self::Error>
[src]
&mut self,
hash: B::Hash,
number: NumberFor<B>,
justification: Justification
) -> Result<(), Self::Error>
Import a Block justification and finalize the given block.
Provided methods
fn on_start(&mut self) -> Vec<(B::Hash, NumberFor<B>)>
[src]
Called by the import queue when it is started. Returns a list of justifications to request from the network.