[][src]Trait sp_consensus::SlotData

pub trait SlotData {
    pub const SLOT_KEY: &'static [u8];

    pub fn slot_duration(&self) -> u64;
}

A type from which a slot duration can be obtained.

Associated Constants

pub const SLOT_KEY: &'static [u8][src]

The static slot key

Loading content...

Required methods

pub fn slot_duration(&self) -> u64[src]

Gets the slot duration.

Loading content...

Implementations on Foreign Types

impl SlotData for u64[src]

Loading content...

Implementors

Loading content...