Type Definition reward::pallet::RewardTally

source ·
pub type RewardTally<T: Config<I>, I: 'static = ()> = StorageDoubleMap<_GeneratedPrefixForStorageRewardTally<T, I>, Blake2_128Concat, T::CurrencyId, Blake2_128Concat, (T::PoolId, T::StakeId), <T as Config<I>>::SignedFixedPoint, ValueQuery>;
Expand description

Accounts for previous changes in stake size.

Storage type is [StorageDoubleMap] with key1 type T :: CurrencyId, key2 type (T :: PoolId, T :: StakeId) and value type SignedFixedPoint < T, I >.