Trait pallet_sudo_mangata::weights::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn set_key() -> Weight;
fn sudo() -> Weight;
fn sudo_as() -> Weight;
}
Expand description
Weight functions needed for pallet_sudo.