Type Definition pallet_democracy::pallet::Cancellations

source ·
pub type Cancellations<T: Config> = StorageMap<_GeneratedPrefixForStorageCancellations<T>, Identity, T::Hash, bool, ValueQuery>;
Expand description

Record of all proposals that have been subject to emergency cancellation.