Type Definition fee::pallet::PunishmentFee
source · pub type PunishmentFee<T: Config> = StorageValue<_GeneratedPrefixForStoragePunishmentFee<T>, UnsignedFixedPoint<T>, ValueQuery>;
Expand description
Fee that a Vault has to pay if it fails to execute redeem or replace requests (for redeem, on top of the slashed value of the request). The fee is paid in collateral based on the token amount at the current exchange rate.
Storage type is [StorageValue
] with value type UnsignedFixedPoint < T >
.