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>(PhantomData<(_GeneratedPrefixForStorageQueuedChanged<T>, bool, ValueQuery, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStorageQueuedChanged<T>, bool, ValueQuery, GetDefault)>