pub fn set_fee<T: Config>(
    index: RegistrarIndex,
    fee: <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance
)
Expand description

Set the fee required for a judgement to be requested from a registrar.

The dispatch origin for this call must be Signed and the sender must be the account of the registrar whose index is index.

  • index: the index of the registrar whose fee is to be set.
  • fee: the new fee.

Complexity

  • O(R).
    • where R registrar-count (governance-bounded).

Warning: Doc-Only

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