Type Definition pallet_democracy::pallet::ReferendumCount[][src]

type ReferendumCount<T> = StorageValue<_GeneratedPrefixForStorageReferendumCount<T>, ReferendumIndex, ValueQuery>;
Expand description

The next free referendum index, aka the number of referenda started so far.