pub fn onboard_people_manual<T: Config>()
Expand description
Onboard people into a ring by taking their keys from the onboarding queue and
registering them into the ring. This does not compute the root, that is done using
build_ring
.
This task is performed automatically by the pallet through the on_idle
hook whenever
there is leftover weight in a block. This call is meant to be a backup in case of
extreme congestion and should be submitted by signed origins.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::onboard_people_manual
.