Type Definition tx_pause::pallet::PausedCalls

source ·
pub type PausedCalls<T: Config> = StorageMap<_GeneratedPrefixForStoragePausedCalls<T>, Blake2_128Concat, FullNameOf<T>, (), OptionQuery>;
Expand description

The set of calls that are explicitly paused.

Storage type is [StorageMap] with key type FullNameOf < T > and value type ().