Type Definition pallet_attesters::pallet::SortedNominatedAttesters
source · pub type SortedNominatedAttesters<T: Config> = StorageValue<_GeneratedPrefixForStorageSortedNominatedAttesters<T>, Vec<(T::AccountId, BalanceOf<T>)>, ValueQuery>;
Expand description
Storage type is [StorageValue
] with value type Vec < (T :: AccountId, BalanceOf < T >) >
.