Trait polkadot_sdk_frame::runtime::apis::inherents::AuraInherentData
pub trait AuraInherentData {
// Required methods
fn aura_inherent_data(&self) -> Result<Option<Slot>, Error>;
fn aura_replace_inherent_data(&mut self, new: Slot);
}
Expand description
Auxiliary trait to extract Aura inherent data.
Required Methods§
fn aura_inherent_data(&self) -> Result<Option<Slot>, Error>
fn aura_inherent_data(&self) -> Result<Option<Slot>, Error>
Get aura inherent data.
fn aura_replace_inherent_data(&mut self, new: Slot)
fn aura_replace_inherent_data(&mut self, new: Slot)
Replace aura inherent data.