pub trait WeightInfo {
    // Required methods
    fn on_local_trigger() -> Weight;
    fn on_extrinsic_trigger() -> Weight;
    fn bid_sfx() -> Weight;
    fn cancel_xtx() -> Weight;
    fn confirm_side_effect() -> Weight;
    fn execute_side_effects_with_xbi() -> Weight;
}
Expand description

Weight functions needed for pallet_circuit_circuit_portal.

Required Methods§

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§

source§

impl<T: Config> WeightInfo for SubstrateWeight<T>