Type Definition pallet_democracy::pallet::NextExternal
source · pub type NextExternal<T: Config> = StorageValue<_GeneratedPrefixForStorageNextExternal<T>, (T::Hash, VoteThreshold)>;
Expand description
The referendum to be tabled whenever it would be valid to table an external proposal. This happens when a referendum needs to be tabled and one of two conditions are met:
LastTabledWasExternal
isfalse
; orPublicProps
is empty.