pub type SlotTime = Timestamp;
Expand description

Time at the beginning of the current slot, in miliseconds since unix epoch.

Aliased Type§

struct SlotTime {
    pub millis: u64,
}

Fields§

§millis: u64

Milliseconds since unix epoch.