pub type PendingUnnominations<T>where
    T: Config, = StorageMap<_GeneratedPrefixForStoragePendingUnnominations<T>, Blake2_128Concat, <T as Config>::AccountId, Vec<(<T as Config>::AccountId, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, <<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number), Global>, OptionQuery, GetDefault, GetDefault>;
Expand description

Storage type is [StorageMap] with key type T :: AccountId and value type Vec < (T :: AccountId, BalanceOf < T >, BlockNumberFor < T >) >.