pub fn force_unreserve<T: Config>(
account: T::AccountId,
amount: BalanceOf<T>,
reason: Option<T::RuntimeHoldReason>,
)
Expand description
Force unreserve a named or unnamed reserve.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::force_unreserve
.