Trait pallet_mmr::WeightInfo[][src]

pub trait WeightInfo {
    fn on_initialize(peaks: u64) -> Weight;
}

Required methods

Implementations on Foreign Types

Implementors