Trait concordium_std::HasChainMetadata[][src]

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

Objects which can access chain metadata.

Required methods

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

Expand description

Get time in milliseconds at the beginning of this block.

Loading content...

Implementors

Loading content...