Trait pallet_security::weights::WeightInfo
source · pub trait WeightInfo {
fn set_status() -> Weight;
}
Expand description
Weight functions needed for pallet_tidefi
.
pub trait WeightInfo {
fn set_status() -> Weight;
}
Weight functions needed for pallet_tidefi
.