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

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.