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

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