Type Definition staking::pallet::SlashTally

source ·
pub type SlashTally<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageSlashTally<T>, Blake2_128Concat, T::Nonce, Blake2_128Concat, (DefaultVaultId<T>, T::AccountId), <T as Config>::SignedFixedPoint, ValueQuery>;
Expand description

Accounts for previous changes in stake size.

Storage type is [StorageDoubleMap] with key1 type T :: Nonce, key2 type (DefaultVaultId < T >, T :: AccountId) and value type SignedFixedPoint < T >.