referrerpolicy=no-referrer-when-downgrade

PausedCalls

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§

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