Type Definition staking::pallet::TotalCurrentStake
source · pub type TotalCurrentStake<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageTotalCurrentStake<T>, Blake2_128Concat, T::Nonce, Blake2_128Concat, DefaultVaultId<T>, <T as Config>::SignedFixedPoint, ValueQuery>;
Expand description
The total stake - this will increase on deposit and decrease on withdrawal or slashing.
Storage type is [StorageDoubleMap
] with key1 type T :: Nonce, key2 type DefaultVaultId < T > and value type SignedFixedPoint < T >.