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 */);