Skip to main content

quill sns register-vote

Reference

Signs a ManageNeuron message to register a vote for a proposal. Registering a vote will update the ballot of the given proposal and could trigger followees to vote. When enough votes are cast or enough time passes, the proposal will either be rejected or adopted and executed.

Basic usage

The basic syntax for running quill sns register-vote commands is:

quill sns register-vote <NEURON_ID> --proposal-id <PROPOSAL_ID> --vote <VOTE> [option]

Arguments

ArgumentDescription
<NEURON_ID>The ID of the neuron to configure.

Flags

FlagDescription
-h, --helpDisplays usage information.

Options

OptionDescription
--proposal-id <PROPOSAL_ID>The ID of the proposal to be voted on.
--vote <VOTE>The vote to be cast on the proposal (y/n).