Trait pallet_xcm_bridge::weights::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn open_bridge() -> Weight;
fn close_bridge() -> Weight;
fn update_notification_receiver() -> Weight;
}
Expand description
Weight functions needed for pallet_xcm_bridge_hub_router.
Required Methods§
fn open_bridge() -> Weight
fn close_bridge() -> Weight
fn update_notification_receiver() -> Weight
Object Safety§
This trait is not object safe.