referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_session::pallet::QueuedChanged

source ·
pub type QueuedChanged<T> = StorageValue<_GeneratedPrefixForStorageQueuedChanged<T>, bool, ValueQuery>;
Expand description

True if the underlying economic identities or weighting behind the validators has changed in the queued validator set.

Storage type is [StorageValue] with value type bool.

Aliased Type§

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