pub trait WeightInfo {
    // Required methods
    fn register_asset_location() -> Weight;
    fn set_asset_units_per_second() -> Weight;
    fn change_existing_asset_location() -> Weight;
    fn remove_payment_asset() -> Weight;
    fn remove_asset() -> Weight;
}
Expand description

Weight functions needed for pallet_xc_asset_config.

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§

source§

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