Trait concordium_std::HasChainMetadata[][src]

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