Type Definition pallet_staking::Payee[][src]

type Payee<T: Config> = StorageMap<_GeneratedPrefixForStoragePayee<T>, Twox64Concat, T::AccountId, RewardDestination<T::AccountId>, ValueQuery>;
Expand description

Where the reward payment should be made. Keyed by stash.