pub trait HasChainMetadata {
    fn slot_time(&self) -> SlotTime;
}
Expand description

Objects which can access chain metadata.

Required Methods

Get time in milliseconds at the beginning of this block.

Implementors