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

Auxiliary trait to extract Aura inherent data.

Required methods

Get aura inherent data.

Replace aura inherent data.

Implementations on Foreign Types

Implementors