Trait pallet_xc_asset_config::weights::WeightInfo
source · 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§
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
Object Safety§
This trait is not object safe.