pub type SortedNominatedAttesters<T>where
    T: Config, = StorageValue<_GeneratedPrefixForStorageSortedNominatedAttesters<T>, Vec<(<T as Config>::AccountId, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance), Global>, ValueQuery, GetDefault>;
Expand description

Storage type is [StorageValue] with value type Vec < (T :: AccountId, BalanceOf < T >) >.