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
/// A lockable currency.
// TODO: We should really use a trait which can handle multiple currencies.
type Currency: LockableCurrency<Self::AccountId, Moment = BlockNumberFor<Self>>;
TODO/Open questions
Replace LockableCurrency with fungible and freeze traits
Fix xcm_executor::traits::Enact implementations that use T::Currency
Check if migration is needed
Add try_state impl that checks LockedFungibles correctness with type Currency state (is it even possible)?
If we want to support multiple currencies, should we address it here or as a separate issue afterward?
The text was updated successfully, but these errors were encountered:
Part of: #226
Relates to: paritytech/substrate#12951
TODO/Open questions
LockableCurrency
withfungible
andfreeze
traitsxcm_executor::traits::Enact
implementations that useT::Currency
try_state
impl that checksLockedFungibles
correctness withtype Currency
state (is it even possible)?The text was updated successfully, but these errors were encountered: