referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_democracy::pallet::LastTabledWasExternal

source ·
pub type LastTabledWasExternal<T> = StorageValue<_GeneratedPrefixForStorageLastTabledWasExternal<T>, bool, ValueQuery>;
Expand description

True if the last referendum tabled was submitted externally. False if it was a public proposal.

Storage type is [StorageValue] with value type bool.

Aliased Type§

struct LastTabledWasExternal<T>(/* private fields */);