Type Definition pallet_attesters::pallet::Nominations
source · pub type Nominations<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageNominations<T>, Blake2_128Concat, T::AccountId, Blake2_128Concat, T::AccountId, BalanceOf<T>>;
Expand description
Storage type is [StorageDoubleMap
] with key1 type T :: AccountId, key2 type T :: AccountId and value type BalanceOf < T >.