pub trait UnknownAsset {
    fn deposit(asset: &MultiAsset, to: &MultiLocation) -> DispatchResult;
    fn withdraw(asset: &MultiAsset, from: &MultiLocation) -> DispatchResult;
}
Expand description

Handlers unknown asset deposit and withdraw.

Required Methods§

Deposit unknown asset.

Withdraw unknown asset.

Implementations on Foreign Types§

Implementors§