Type Definition pallet_attesters::pallet::NextCommitteeOnTarget
source · pub type NextCommitteeOnTarget<T: Config> = StorageMap<_GeneratedPrefixForStorageNextCommitteeOnTarget<T>, Identity, TargetId, CommitteeTransition>;
Expand description
Storage type is [StorageMap
] with key type TargetId
and value type CommitteeTransition
.