[][src]Trait sp_timestamp::TimestampInherentData

pub trait TimestampInherentData {
    pub fn timestamp_inherent_data(&self) -> Result<InherentType, Error>;
}

Auxiliary trait to extract timestamp inherent data.

Required methods

pub fn timestamp_inherent_data(&self) -> Result<InherentType, Error>[src]

Get timestamp inherent data.

Loading content...

Implementations on Foreign Types

impl TimestampInherentData for InherentData[src]

Loading content...

Implementors

Loading content...