Name | Lookup | Parameters | |
---|---|---|---|
set_members | 0f00 | 3 | |
execute | 0f01 | 2 | |
propose | 0f02 | 3 | |
vote | 0f03 | 3 | |
close | 0f04 | 4 | |
disapprove_proposal | 0f05 | 1 |
Name | Lookup | Attributes | |
---|---|---|---|
Proposed | 0f00 | ||
Voted | 0f01 | ||
Approved | 0f02 | ||
Disapproved | 0f03 | ||
Executed | 0f04 | ||
MemberExecuted | 0f05 | ||
Closed | 0f06 |
Name | Docs |
---|---|
NotMember | Account is not a member |
DuplicateProposal | Duplicate proposals not allowed |
ProposalMissing | Proposal must exist |
WrongIndex | Mismatched index |
DuplicateVote | Duplicate vote ignored |
AlreadyInitialized | Members are already initialized! |
TooEarly | The close call was made too early, before the end of the voting. |
TooManyProposals | There can only be a maximum of `MaxProposals` active proposals. |
WrongProposalWeight | The given weight bound for the proposal was too low. |
WrongProposalLength | The given length bound for the proposal was too low. |