Trait concordium_std::HasChainMetadata
source · pub trait HasChainMetadata {
// Required method
fn slot_time(&self) -> SlotTime;
}Expand description
Objects which can access chain metadata.
pub trait HasChainMetadata {
// Required method
fn slot_time(&self) -> SlotTime;
}Objects which can access chain metadata.