pub type Reserved<T: Config> = StorageMap<_GeneratedPrefixForStorageReserved<T>, Blake2_128Concat, T::AccountId, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, ValueQuery>;Expand description
Storage type is [StorageMap] with key type T :: AccountId and value type BalanceOf < T >.