Type Alias pallet_preimage::pallet::StatusFor
source · pub(crate) type StatusFor<T: Config> = StorageMap<_GeneratedPrefixForStorageStatusFor<T>, Identity, T::Hash, OldRequestStatus<T::AccountId, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>>;👎Deprecated: RequestStatusFor
Expand description
The request status of a given hash.
Storage type is [StorageMap] with key type T :: Hash and value type OldRequestStatus < T :: AccountId, BalanceOf < T > >.
Aliased Type§
struct StatusFor<T: Config>(/* private fields */);