mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
Update READMEs, fix links (#7176)
* Re-generate READMEs to fix doc links; set readme field in package manifests * Re-generate READMEs to fix doc links; set readme field in package manifests * Re-generate READMEs to fix doc links; set readme field in package manifests * Re-generate READMEs to fix doc links; set readme field in package manifests * Revert stuff that shouldn't have been committed * Revert stuff that shouldn't have been committed * Fix parent relative link generation * Manually remove this incorrect link for now.
This commit is contained in:
@@ -3,11 +3,14 @@ through dispatched calls from one of two specialized origins.
|
||||
|
||||
The membership can be provided in one of two ways: either directly, using the Root-dispatchable
|
||||
function `set_members`, or indirectly, through implementing the `ChangeMembers`.
|
||||
The pallet assumes that the amount of members stays at or below `MAX_MEMBERS` for its weight
|
||||
The pallet assumes that the amount of members stays at or below `MaxMembers` for its weight
|
||||
calculations, but enforces this neither in `set_members` nor in `change_members_sorted`.
|
||||
|
||||
A "prime" member may be set allowing their vote to act as the default vote in case of any
|
||||
abstentions after the voting period.
|
||||
A "prime" member may be set to help determine the default vote behavior based on chain
|
||||
config. If `PreimDefaultVote` is used, the prime vote acts as the default vote in case of any
|
||||
abstentions after the voting period. If `MoreThanMajorityThenPrimeDefaultVote` is used, then
|
||||
abstentations will first follow the majority of the collective voting, and then the prime
|
||||
member.
|
||||
|
||||
Voting happens through motions comprising a proposal (i.e. a curried dispatchable) plus a
|
||||
number of approvals required for it to pass and be called. Motions are open for members to
|
||||
|
||||
Reference in New Issue
Block a user