Type Alias pallet_ocif_staking::pallet::Ledger

source ·
pub type Ledger<T: Config> = StorageMap<_GeneratedPrefixForStorageLedger<T>, Blake2_128Concat, T::AccountId, AccountLedger<BalanceOf<T>>, ValueQuery>;
Expand description

General information about the staker.

Storage type is [StorageMap] with key type T :: AccountId and value type AccountLedger < BalanceOf < T > >.

Aliased Type§

struct Ledger<T: Config>(/* private fields */);