Type Definition pallet_multipurpose_liquidity::pallet::RelockStatus
source · pub type RelockStatus<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageRelockStatus<T>, Blake2_256, T::AccountId, Twox64Concat, <<T as Config>::Tokens as MultiTokenCurrency<<T as Config>::AccountId>>::CurrencyId, BoundedVec<RelockStatusInfo<<<T as Config>::Tokens as MultiTokenCurrency<<T as Config>::AccountId>>::Balance, BlockNumberFor<T>>, T::MaxRelocks>, ValueQuery>;
Expand description
Storage type is StorageDoubleMap
with key1 type T :: AccountId, key2 type CurrencyIdOf < T > and value type BoundedVec < RelockStatusInfo < BalanceOf < T >, BlockNumberFor < T > >, T ::
MaxRelocks >.