Trait polkadot_runtime_parachains::ump::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn service_overweight() -> Weight;
fn process_upward_message(s: u32) -> Weight;
fn clean_ump_after_outgoing() -> Weight;
}
Expand description
Weight information of this pallet.