When you create a Turnkey organization, your user is created and will default to being the sole member of the root quorum. Because of the wide scope of permissions, it is important to take care when using any users in the root quorum. The following offers a technical overview and some best practices.
userIds
: the Ids of users who compose the quorum setthreshold
: the number of quorum members required to execute an action as rootthreshold / userIds.length
. So a quorum with a threshold of 2 and set size of 5 can be referred to as 2 / 5
.