referrerpolicy=no-referrer-when-downgrade

Module dispatchables

Source
Expand description

Auto-generated docs-only module listing all defined dispatchables for this pallet.

§Warning: Doc-Only

Members of this module cannot be used directly and are only provided for documentation purposes. To see the real version of each dispatchable, look for them in Pallet or Call.

Functions§

build_ring_manual
Build a ring root by including registered people.
force_recognize_personhood
Recognize a set of people without any additional checks.
merge_rings
Merge the people in two rings into a single, new ring. In order for the rings to be eligible for merging, they must be below 1/2 of max capacity, have no pending suspensions and not be the top ring used for onboarding.
migrate_included_key
Migrate the key for a person who was onboarded and is currently included in a ring. The migration is not instant as the key replacement and subsequent inclusion in a new ring root will happen only after the next mutation session.
migrate_onboarding_key
Migrate the key for a person who is currently onboarding. The operation is instant, replacing the old key in the onboarding queue.
onboard_people_manual
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.
set_alias_account
This transaction is refunded if successful and no alias was previously set.
set_onboarding_size
Force set the onboarding size for new people. This call requires root privileges.
set_personal_id_account
Set a personal id account.
under_alias
Dispatch a call under an alias using the account <-> alias mapping.
unset_alias_account
Remove the mapping from a particular alias to its registered account.
unset_personal_id_account
Unset the personal id account.