Type Alias pallet_dapp_staking::pallet::StakerInfo
source · pub type StakerInfo<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageStakerInfo<T>, Blake2_128Concat, T::AccountId, Blake2_128Concat, T::SmartContract, SingularStakingInfo, OptionQuery>;
Expand description
Information about how much each staker has staked for each smart contract in some period.
Storage type is [StorageDoubleMap
] with key1 type T :: AccountId, key2 type T :: SmartContract and value type SingularStakingInfo.
Aliased Type§
struct StakerInfo<T: Config>(/* private fields */);