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

type Blacklist<T: Config> = StorageMap<_GeneratedPrefixForStorageBlacklist<T>, Identity, T::Hash, (T::BlockNumber, Vec<T::AccountId>)>;
Expand description

A record of who vetoed what. Maps proposal hash to a possible existent block number (until when it may not be resubmitted) and who vetoed it.