Trait xcm_executor::traits::DropAssets[][src]

pub trait DropAssets {
    fn drop_assets(origin: &MultiLocation, assets: Assets) -> Weight;
}
Expand description

Define a handler for when some non-empty Assets value should be dropped.

Required methods

Handler for receiving dropped assets. Returns the weight consumed by this operation.

Implementations on Foreign Types

Implementors