pub trait AuraInherentData {
    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§

Get aura inherent data.

Replace aura inherent data.

Implementations on Foreign Types§

Implementors§