Type Alias pallet_preimage::pallet::RequestStatusFor
source · pub(crate) type RequestStatusFor<T: Config> = StorageMap<_GeneratedPrefixForStorageRequestStatusFor<T>, Identity, T::Hash, RequestStatus<T::AccountId, <T as Config>::Consideration>>;
Expand description
The request status of a given hash.
Storage type is [StorageMap
] with key type T :: Hash
and value type RequestStatus < T :: AccountId, TicketOf < T > >
.
Aliased Type§
struct RequestStatusFor<T: Config>(PhantomData<(_GeneratedPrefixForStorageRequestStatusFor<T>, Identity, <T as Config>::Hash, RequestStatus<<T as Config>::AccountId, <T as Config>::Consideration>, OptionQuery, GetDefault, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStorageRequestStatusFor<T>, Identity, <T as Config>::Hash, RequestStatus<<T as Config>::AccountId, <T as Config>::Consideration>, OptionQuery, GetDefault, GetDefault)>