pub fn force_recognize_personhood<T: Config>(people: Vec<MemberOf<T>>)
Expand description
Recognize a set of people without any additional checks.
The people are identified by the provided list of keys and will each be assigned, in order, the next available personal ID.
The origin for this call must have root privileges.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::force_recognize_personhood
.