Type Definition t3rn_mini_mock_runtime::Nominations

pub type Nominations<T>where
    T: Config, = StorageDoubleMap<_GeneratedPrefixForStorageNominations<T>, Blake2_128Concat, <T as Config>::AccountId, Blake2_128Concat, <T as Config>::AccountId, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, OptionQuery, GetDefault, GetDefault>;
Expand description

Storage type is [StorageDoubleMap] with key1 type T :: AccountId, key2 type T :: AccountId and value type BalanceOf < T >.