pub trait MultiTokenImbalanceWithZeroTrait<CurrencyId> { // Required method fn from_zero(currency_id: CurrencyId) -> Self; }