Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed todo
  • Loading branch information
bkontur committed Feb 26, 2023
commit 9d52fa692f3a378a01bfd9cb067660890d712019
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ use xcm_builder::ConvertedConcreteId;
use xcm_executor::traits::{Convert, MatchesFungibles};

/// Converting any [`(AssetId, Balance)`] to [`MultiAsset`]
// TODO: could be replaced by [`Convert<(AssetId, Balance), MultiAsset>`] and/or move to Polkadot repo [`xcm`] module - issue https://github.com/paritytech/polkadot/pull/6760
pub trait MultiAssetConverter<AssetId, Balance, ConvertAssetId, ConvertBalance>:
MatchesFungibles<AssetId, Balance>
where
Expand Down