Trait tc_consensus_aura::AuraInherentData[][src]

pub trait AuraInherentData {
    pub fn aura_inherent_data(&self) -> Result<Slot, Error>;
pub fn aura_replace_inherent_data(&mut self, new: Slot); }

Auxiliary trait to extract Aura inherent data.

Required methods

pub fn aura_inherent_data(&self) -> Result<Slot, Error>[src]

Get aura inherent data.

pub fn aura_replace_inherent_data(&mut self, new: Slot)[src]

Replace aura inherent data.

Loading content...

Implementations on Foreign Types

impl AuraInherentData for InherentData[src]

Loading content...

Implementors

Loading content...