pub type LatestSyncCommitteeUpdatePeriod<T: Config> = StorageValue<_GeneratedPrefixForStorageLatestSyncCommitteeUpdatePeriod<T>, u64, ValueQuery>;
Expand description
The last period where the next sync committee was updated for free.
Storage type is [StorageValue
] with value type u64
.
Aliased Type§
struct LatestSyncCommitteeUpdatePeriod<T: Config>(/* private fields */);