GroupProposalBallot: Difference between revisions
Jump to navigation
Jump to search
Cube Linden (talk | contribs) mNo edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{ProtocolNav}} | {{ProtocolNav}} | ||
==Message Layout== | ==Message Layout== | ||
Line 20: | Line 19: | ||
</pre> | </pre> | ||
==Usage and Notes== | ==Usage and Notes== | ||
Message used for casting a vote for a given proposal which is active in a particular group. To have the vote count, the agent must have the power in the group to vote on proposals and the proposal must still be an active proposal. The vote will not count after the proposal as expired. Also, each agent may only vote once per proposal. | |||
<b><tt>VoteCast</tt></b> - The vote being cast. It can be one of the following values: "Yes", "No" or "Abstain" | |||
[[Category:Messages]] | [[Category:Messages]] | ||
[[Category:Group Messages]] |
Latest revision as of 15:52, 11 July 2009
Message Layout
{ GroupProposalBallot Low NotTrusted Unencoded { AgentData Single { AgentID LLUUID } { SessionID LLUUID } } { ProposalData Single { ProposalID LLUUID } { GroupID LLUUID } { VoteCast Variable 1 } } }
Usage and Notes
Message used for casting a vote for a given proposal which is active in a particular group. To have the vote count, the agent must have the power in the group to vote on proposals and the proposal must still be an active proposal. The vote will not count after the proposal as expired. Also, each agent may only vote once per proposal.
VoteCast - The vote being cast. It can be one of the following values: "Yes", "No" or "Abstain"