Trait tp_consensus_babe::inherents::BabeInherentData[][src]

pub trait BabeInherentData {
    fn babe_inherent_data(&self) -> Result<InherentType, Error>;
fn babe_replace_inherent_data(&mut self, new: InherentType); }

Auxiliary trait to extract BABE inherent data.

Required methods

fn babe_inherent_data(&self) -> Result<InherentType, Error>[src]

Get BABE inherent data.

fn babe_replace_inherent_data(&mut self, new: InherentType)[src]

Replace BABE inherent data.

Loading content...

Implementations on Foreign Types

impl BabeInherentData for InherentData[src]

Loading content...

Implementors

Loading content...