pub trait CurrentSlotProvider { // Required method fn slot(&self) -> Slot; }
Provides the current slot for Aura verification purpose.
Returns the current slot, according to wall-time and slot duration configuration.