Type Definition pallet_democracy::pallet::Cancellations

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

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

Storage type is StorageMap with key type H256 and value type bool.