Type Definition staking::pallet::SlashPerToken
source · pub type SlashPerToken<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageSlashPerToken<T>, Blake2_128Concat, T::Nonce, Blake2_128Concat, DefaultVaultId<T>, <T as Config>::SignedFixedPoint, ValueQuery>;
Expand description
Used to compute the amount to slash from a participant’s stake.
Storage type is [StorageDoubleMap
] with key1 type T :: Nonce, key2 type DefaultVaultId < T > and value type SignedFixedPoint < T >.