pub trait MatchesFungibles<AssetId, Balance> {
    fn matches_fungibles(a: &MultiAsset) -> Result<(AssetId, Balance), Error>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§