Type Definition pallet_staking::Bonded[][src]

type Bonded<T: Config> = StorageMap<_GeneratedPrefixForStorageBonded<T>, Twox64Concat, T::AccountId, T::AccountId>;
Expand description

Map from all locked “stash” accounts to the controller account.