Type Definition reward::pallet::TotalStake

source ·
pub type TotalStake<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageTotalStake<T, I>, Blake2_128Concat, T::PoolId, <T as Config<I>>::SignedFixedPoint, ValueQuery>;
Expand description

The total stake deposited to this reward pool.

Storage type is [StorageMap] with key type T :: PoolId and value type SignedFixedPoint < T, I >.