Type Definition staking::pallet::TotalStake
source · pub type TotalStake<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageTotalStake<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.
Storage type is [StorageDoubleMap
] with key1 type T :: Nonce, key2 type DefaultVaultId < T > and value type SignedFixedPoint < T >.