pub type Ledger<T: Config> = StorageMap<_GeneratedPrefixForStorageLedger<T>, Blake2_128Concat, T::AccountId, AccountLedgerFor<T>, ValueQuery>;Expand description
General locked/staked information for each account.
Storage type is [StorageMap] with key type T :: AccountId and value type AccountLedgerFor < T >.
Aliased Typeยง
struct Ledger<T: Config>(/* private fields */);