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§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§