pub type PendingChange<T: Config> = StorageValue<_GeneratedPrefixForStoragePendingChange<T>, StoredPendingChange<BlockNumberFor<T>, T::MaxAuthorities>>;Expand description
Pending change: (signaled at, scheduled change).
Storage type is [StorageValue] with value type StoredPendingChange < BlockNumberFor < T > , T :: MaxAuthorities >.
Aliased Type§
struct PendingChange<T: Config>(/* private fields */);