Trait pallet_xcm_weight_trader::weights::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn add_asset() -> Weight;
fn edit_asset() -> Weight;
fn pause_asset_support() -> Weight;
fn resume_asset_support() -> Weight;
fn remove_asset() -> Weight;
}
Expand description
Weight functions needed for pallet_xcm_weight_trader
Required Methods§
fn add_asset() -> Weight
fn edit_asset() -> Weight
fn pause_asset_support() -> Weight
fn resume_asset_support() -> Weight
fn remove_asset() -> Weight
Object Safety§
This trait is not object safe.