pub type NextSyncCommittee<T: Config> = StorageValue<_GeneratedPrefixForStorageNextSyncCommittee<T>, SyncCommitteePrepared, ValueQuery>;Expand description
Sync committee for next period
Storage type is [StorageValue] with value type SyncCommitteePrepared.
Aliased Type§
struct NextSyncCommittee<T: Config>(/* private fields */);