Trait pallet_timestamp::weights::WeightInfo
source · pub trait WeightInfo {
fn set() -> Weight;
fn on_finalize() -> Weight;
}
Expand description
Weight functions needed for pallet_timestamp.
pub trait WeightInfo {
fn set() -> Weight;
fn on_finalize() -> Weight;
}
Weight functions needed for pallet_timestamp.