Type Alias 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.
TWOX-NOTE: SAFE since AccountId
is a secure hash.
Storage type is [StorageMap
] with key type T :: AccountId
and value type T :: AccountId
.
Aliased Type§
struct Bonded<T: Config>(/* private fields */);