Type Definition orml_tokens::module::NextCurrencyId

source ·
pub type NextCurrencyId<T: Config> = StorageValue<_GeneratedPrefixForStorageNextCurrencyId<T>, T::CurrencyId, ValueQuery>;
Expand description

Storage type is StorageValue with value type T :: CurrencyId.