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 */);