You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently pallet_xcm only supports the lockability for a single asset via the Currency and CurrencyMatcher types. A new trait should be introduced (perhaps AssetLocking) which is similar to TransactAsset except but with can_lock_asset(what: &MultiAsset, who: &MultiLocation) -> XcmResult, set_lock_asset(what: &MultiAsset, who: &MultiLocation) -> XcmResult and extend_lock_asset(what: &MultiAsset, who: &MultiLocation) -> XcmResult.
The text was updated successfully, but these errors were encountered:
Currently
pallet_xcm
only supports the lockability for a single asset via theCurrency
andCurrencyMatcher
types. A new trait should be introduced (perhapsAssetLocking
) which is similar toTransactAsset
except but withcan_lock_asset(what: &MultiAsset, who: &MultiLocation) -> XcmResult
,set_lock_asset(what: &MultiAsset, who: &MultiLocation) -> XcmResult
andextend_lock_asset(what: &MultiAsset, who: &MultiLocation) -> XcmResult
.The text was updated successfully, but these errors were encountered: