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§

source

fn add_asset() -> Weight

source

fn edit_asset() -> Weight

source

fn pause_asset_support() -> Weight

source

fn resume_asset_support() -> Weight

source

fn remove_asset() -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn add_asset() -> Weight

source§

fn edit_asset() -> Weight

source§

fn pause_asset_support() -> Weight

source§

fn resume_asset_support() -> Weight

source§

fn remove_asset() -> Weight

Implementors§