Type Definition pallet_staking::Ledger [−][src]
type Ledger<T: Config> = StorageMap<_GeneratedPrefixForStorageLedger<T>, Blake2_128Concat, T::AccountId, StakingLedger<T::AccountId, BalanceOf<T>>>;
Expand description
Map from all (unlocked) “controller” accounts to the info regarding the staking.