pub fn fix_sufficients<T: Config>(owner_key: T::AccountId, inc: bool)
Expand description

Change sufficient reference count for a given key.

This function allows a privileged root origin to increment or decrement the sufficient reference count associated with a specified owner key.

  • origin - The origin of the call. It must be root.
  • owner_key - The account whose sufficient reference count will be modified.
  • inc - A boolean indicating whether to increment (true) or decrement (false) the count.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::fix_sufficients.