pub type RequestsReadyAtNextBlock<T: Config> = StorageValue<_GeneratedPrefixForStorageRequestsReadyAtNextBlock<T>, Vec<Request>, ValueQuery>;
Expand description

The requests that will be fulfilled at the next block.

Storage type is [StorageValue] with value type Vec < Request >.

Aliased Type§

struct RequestsReadyAtNextBlock<T: Config>(PhantomData<(_GeneratedPrefixForStorageRequestsReadyAtNextBlock<T>, Vec<Request>, ValueQuery, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageRequestsReadyAtNextBlock<T>, Vec<Request>, ValueQuery, GetDefault)>