Type Alias pallet_ocif_staking::pallet::GeneralStakerInfo

source ·
pub type GeneralStakerInfo<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageGeneralStakerInfo<T>, Blake2_128Concat, T::CoreId, Blake2_128Concat, T::AccountId, StakerInfo<BalanceOf<T>>, ValueQuery>;
Expand description

Info about staker’s stakes on a particular core.

Storage type is [StorageDoubleMap] with key1 type T :: CoreId, key2 type T :: AccountId and value type StakerInfo < BalanceOf < T > >.

Aliased Type§

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