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.

Storage type is [StorageMap] with key type T :: Hash and value type bool.

Aliased Type§

struct Cancellations<T: Config>(/* private fields */);