Type Definition pallet_alliance::pallet::RetiringMembers
source · pub type RetiringMembers<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageRetiringMembers<T, I>, Blake2_128Concat, T::AccountId, BlockNumberFor<T>, OptionQuery>;
Expand description
A set of members who gave a retirement notice. They can retire after the end of retirement period stored as a future block number.
Storage type is StorageMap
with key type T :: AccountId
and value type BlockNumberFor < T >
.