Trait sc_consensus_slots::InherentDataProviderExt[][src]

pub trait InherentDataProviderExt {
    fn timestamp(&self) -> Timestamp;
fn slot(&self) -> Slot; }
Expand description

Slot specific extension that the inherent data provider needs to implement.

Required methods

The current timestamp that will be found in the InherentData.

The current slot that will be found in the InherentData.

Implementations on Foreign Types

Implementors