pub fn recognize_personhood<T: Config>(
ids_and_keys: BoundedVec<(PersonalId, <<T as Config>::People as AddOnlyPeopleTrait>::Member), T::MaxPersonBatchSize>,
)
Expand description
Grant personhood for a list of candidates that have reserved personal IDs.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::recognize_personhood
.