Type Definition pallet_tx_pause::pallet::PausedCalls

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

The set of calls that are explicitly paused.

Storage type is StorageMap with key type RuntimeCallNameOf < T > and value type ().