referrerpolicy=no-referrer-when-downgrade

Function pallet_identity::pallet::dispatchables::add_registrar

source ·
pub fn add_registrar<T: Config>(
    account: <<T as Config>::Lookup as StaticLookup>::Source,
)
Expand description

Add a registrar to the system.

The dispatch origin for this call must be T::RegistrarOrigin.

  • account: the account of the registrar.

Emits RegistrarAdded if successful.

§Warning: Doc-Only

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