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>(PhantomData<(_GeneratedPrefixForStorageStatusFor<T>, Identity, <T as Config>::Hash, OldRequestStatus<<T as Config>::AccountId, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>, OptionQuery, GetDefault, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStorageStatusFor<T>, Identity, <T as Config>::Hash, OldRequestStatus<<T as Config>::AccountId, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>, OptionQuery, GetDefault, GetDefault)>