Type Definition pallet_attesters::pallet::PendingUnnominations
source · pub type PendingUnnominations<T: Config> = StorageMap<_GeneratedPrefixForStoragePendingUnnominations<T>, Blake2_128Concat, T::AccountId, Vec<(T::AccountId, BalanceOf<T>, BlockNumberFor<T>)>>;
Expand description
Storage type is [StorageMap
] with key type T :: AccountId
and value type Vec < (T :: AccountId, BalanceOf < T >, BlockNumberFor < T >) >
.