Type Alias pallet_provide_randomness::pallet::RequestsIds

source ·
pub type RequestsIds<T: Config> = CountedStorageMap<_GeneratedPrefixForStorageRequestsIds<T>, Twox64Concat, RequestId, (), OptionQuery>;
Expand description

The requests being processed.

Storage type is [CountedStorageMap] with key type RequestId and value type ().

Aliased Type§

struct RequestsIds<T: Config>(/* private fields */);