Trait sp_timestamp::TimestampInherentData [−][src]
pub trait TimestampInherentData { fn timestamp_inherent_data(&self) -> Result<Option<InherentType>, Error>; }
Expand description
Auxiliary trait to extract timestamp inherent data.
Required methods
fn timestamp_inherent_data(&self) -> Result<Option<InherentType>, Error>
fn timestamp_inherent_data(&self) -> Result<Option<InherentType>, Error>
Get timestamp inherent data.