pub trait CurrencyId: AtLeast32BitUnsigned + FullCodec + Copy + Default + Debug + Ord + TypeInfo + MaxEncodedLen { }
Expand description

Simple amalgamation trait to collect together properties for an CurrencyId under one roof. managata-node expected a numeric currency_id, use this instead AssetId for now

Implementors§