Trait CurrentSlotProvider

Source
pub trait CurrentSlotProvider {
    // Required method
    fn slot(&self) -> Slot;
}
Expand description

Provides the current slot for Aura verification purpose.

Required Methods§

Source

fn slot(&self) -> Slot

Returns the current slot, according to wall-time and slot duration configuration.

Implementors§