[][src]Trait sp_timestamp::TimestampInherentData

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

Auxiliary trait to extract timestamp inherent data.

Required methods

fn timestamp_inherent_data(&self) -> Result<InherentType, Error>

Get timestamp inherent data.

Loading content...

Implementations on Foreign Types

impl TimestampInherentData for InherentData[src]

Loading content...

Implementors

Loading content...