Skip to main content

QueuedChanged

Type Alias 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ยง

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