referrerpolicy=no-referrer-when-downgrade
pallet_tx_pause::pallet

Type Alias 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 ().

Aliased Type§

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