pub type ReserveStatus<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageReserveStatus<T>, Blake2_256, T::AccountId, Twox64Concat, <<T as Config>::Tokens as MultiTokenCurrency<<T as Config>::AccountId>>::CurrencyId, ReserveStatusInfo<<<T as Config>::Tokens as MultiTokenCurrency<<T as Config>::AccountId>>::Balance>, ValueQuery>;
Expand description

Storage type is StorageDoubleMap with key1 type T :: AccountId, key2 type CurrencyIdOf < T > and value type ReserveStatusInfo < BalanceOf < T > >.