pub trait TimestampInherentData {
    // Required method
    fn timestamp_inherent_data(&self) -> Result<Option<InherentType>, Error>;
}
Expand description

Auxiliary trait to extract timestamp inherent data.

Required Methods§

source

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

Get timestamp inherent data.

Implementations on Foreign Types§

source§

impl TimestampInherentData for InherentData

Implementors§