Trait sp_consensus_aura::inherents::AuraInherentData [−][src]
pub trait AuraInherentData { fn aura_inherent_data(&self) -> Result<InherentType, Error>; fn aura_replace_inherent_data(&mut self, new: InherentType); }
Auxiliary trait to extract Aura inherent data.
Required methods
fn aura_inherent_data(&self) -> Result<InherentType, Error>
[src]
Get aura inherent data.
fn aura_replace_inherent_data(&mut self, new: InherentType)
[src]
Replace aura inherent data.
Implementations on Foreign Types
impl AuraInherentData for InherentData
[src]
impl AuraInherentData for InherentData
[src]