Trait pallet_message_queue::weights::WeightInfo
source · pub trait WeightInfo {
fn ready_ring_knit() -> Weight;
fn ready_ring_unknit() -> Weight;
fn service_queue_base() -> Weight;
fn service_page_base_completion() -> Weight;
fn service_page_base_no_completion() -> Weight;
fn service_page_item() -> Weight;
fn bump_service_head() -> Weight;
fn reap_page() -> Weight;
fn execute_overweight_page_removed() -> Weight;
fn execute_overweight_page_updated() -> Weight;
}
Expand description
Weight functions needed for pallet_message_queue.