Type Alias pallet_runtime_configs::EnableNonRootCalls

source ·
pub type EnableNonRootCalls<T> = StorageValue<_GeneratedPrefixForStorageEnableNonRootCalls<T>, bool, ValueQuery>;
Expand description

Whether to enable calls from non-root account.

Storage type is [StorageValue] with value type bool.

Aliased Type§

struct EnableNonRootCalls<T>(/* private fields */);