Type Alias snowbridge_pallet_ethereum_client::pallet::CurrentSyncCommittee
source · 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 */);