Trait pallet_timestamp::weights::WeightInfo[][src]

pub trait WeightInfo {
    fn set() -> Weight;
fn on_finalize() -> Weight; }
Expand description

Weight functions needed for pallet_timestamp.

Required methods

Implementations on Foreign Types

Implementors