pub type RequestStatusFor<T: Config> = StorageMap<_GeneratedPrefixForStorageRequestStatusFor<T>, Identity, T::Hash, RequestStatus<T::AccountId, TicketOf<T>>>;
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>(/* private fields */);