Type Definition pallet_democracy::pallet::LowestUnbaked

source ·
pub type LowestUnbaked<T> = StorageValue<_GeneratedPrefixForStorageLowestUnbaked<T>, ReferendumIndex, ValueQuery>;
Expand description

The lowest referendum index representing an unbaked referendum. Equal to ReferendumCount if there isn’t a unbaked referendum.

Storage type is StorageValue with value type ReferendumIndex.