referrerpolicy=no-referrer-when-downgrade
sp_consensus_aura::inherents

Trait AuraInherentData

Source
pub trait AuraInherentData {
    // Required methods
    fn aura_inherent_data(&self) -> Result<Option<InherentType>, Error>;
    fn aura_replace_inherent_data(&mut self, new: InherentType);
}
Expand description

Auxiliary trait to extract Aura inherent data.

Required Methods§

Source

fn aura_inherent_data(&self) -> Result<Option<InherentType>, Error>

Get aura inherent data.

Source

fn aura_replace_inherent_data(&mut self, new: InherentType)

Replace aura inherent data.

Implementations on Foreign Types§

Source§

impl AuraInherentData for InherentData

Implementors§