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