Expand description
Slot specific extension that the inherent data provider needs to implement.
Required Methods§
sourcefn timestamp(&self) -> Timestamp
fn timestamp(&self) -> Timestamp
The current timestamp that will be found in the
InherentData
.
sourcefn slot(&self) -> Slot
fn slot(&self) -> Slot
The current slot that will be found in the InherentData
.