Type Alias pallet_provide_randomness::pallet::RequestsReadyAtEpoch

source ·
pub type RequestsReadyAtEpoch<T: Config> = StorageMap<_GeneratedPrefixForStorageRequestsReadyAtEpoch<T>, Twox64Concat, u64, Vec<Request>, ValueQuery>;
Expand description

The requests that will be fulfilled at the next epoch.

Storage type is [StorageMap] with key type u64 and value type Vec < Request >.

Aliased Type§

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