Trait pallet_circuit::weights::WeightInfo
source · 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.