Expand description
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.