Type Definition fee::pallet::IssueGriefingCollateral  
source · pub type IssueGriefingCollateral<T: Config> = StorageValue<_GeneratedPrefixForStorageIssueGriefingCollateral<T>, UnsignedFixedPoint<T>, ValueQuery>;Expand description
Default griefing collateral (e.g. DOT/KSM) as a percentage of the locked collateral of a Vault a user has to lock to issue tokens.
Storage type is [StorageValue] with value type UnsignedFixedPoint < T >.