[][src]Trait concordium_std::HasChainMetadata

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

Objects which can access chain metadata.

Required methods

pub fn slot_time(&self) -> SlotTime[src]

Get time in milliseconds at the beginning of this block.

Loading content...

Implementors

impl HasChainMetadata for ChainMetaTest[src]

Loading content...