Type Definition fee::pallet::RedeemFee

source ·
pub type RedeemFee<T: Config> = StorageValue<_GeneratedPrefixForStorageRedeemFee<T>, UnsignedFixedPoint<T>, ValueQuery>;
Expand description

Redeem

Fee share that users need to pay to redeem tokens.

Storage type is [StorageValue] with value type UnsignedFixedPoint < T >.