pub type Ledger<T: Config> = StorageMap<_GeneratedPrefixForStorageLedger<T>, Blake2_128Concat, AccountId<T>, StakingLedgerT<T>>;
Expand description

Map from all (unlocked) “controller” accounts to the info regarding the staking.