Function pallet_identity::pallet::dispatchables::set_fields
source · pub fn set_fields<T: Config>(index: RegistrarIndex, fields: IdentityFields)
Expand description
Set the field information for 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.fields
: the fields that the registrar concerns themselves with.
Complexity
O(R)
.- where
R
registrar-count (governance-bounded).
- where
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_fields
.