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§