Type Definition fee::pallet::ReplaceGriefingCollateral
source · pub type ReplaceGriefingCollateral<T: Config> = StorageValue<_GeneratedPrefixForStorageReplaceGriefingCollateral<T>, UnsignedFixedPoint<T>, ValueQuery>;
Expand description
Replace
Default griefing collateral (e.g. DOT/KSM) as a percentage of the to-be-locked collateral of the new Vault. This collateral will be slashed and allocated to the replacing Vault if the to-be-replaced Vault does not transfer BTC on time.
Storage type is [StorageValue
] with value type UnsignedFixedPoint < T >
.