Trait pallet_xcm_bridge_router::weights::WeightInfo

source ·
pub trait WeightInfo {
    // Required method
    fn update_bridge_status() -> 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 ()

source§

fn update_bridge_status() -> Weight

Storage: ToUnknownXcmRouter::Bridges (r:1 w:1) Proof: ToUnknownXcmRouter::Bridges (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)

Implementors§