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§
fn update_bridge_status() -> Weight
Object Safety§
This trait is not object safe.
Implementations on Foreign Types§
source§impl WeightInfo for ()
impl WeightInfo for ()
source§fn update_bridge_status() -> Weight
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
)