Type Definition pallet_staking::Bonded
source · pub type Bonded<T: Config> = StorageMap<_GeneratedPrefixForStorageBonded<T>, Twox64Concat, T::AccountId, T::AccountId>;
Expand description
Map from all locked “stash” accounts to the controller account.