Trait pallet_remote_asset_manager::pallet::WeightInfo[][src]

pub trait WeightInfo {
    fn transfer() -> Weight;
fn freeze() -> Weight;
fn thaw() -> Weight;
fn set_xcm_dest_weight() -> Weight; }
Expand description

Trait for the asset-index pallet extrinsic weights.

Required methods

Implementations on Foreign Types

For backwards compatibility and tests

Implementors