Type Definition fee::pallet::PremiumRedeemFee
source · pub type PremiumRedeemFee<T: Config> = StorageValue<_GeneratedPrefixForStoragePremiumRedeemFee<T>, UnsignedFixedPoint<T>, ValueQuery>;Expand description
Vault Registry
If users execute a redeem with a Vault flagged for premium redeem, they can earn a collateral premium, slashed from the Vault.
Storage type is [StorageValue] with value type UnsignedFixedPoint < T >.