Governance (Proposal vote)
LIST ALL PROPOSALS
0gchaind query gov proposals
VIEW PROPOSAL BY ID
0gchaind query gov proposal 1
VOTE âYESâ
0gchaind tx gov vote 1 yes \
--from $WALLET_NAME \
--chain-id zgtendermint_16600-2 \
--gas-adjustment 1.4 \
--gas auto \
--gas-prices 0.0025ua0gi \
-y
VOTE âNOâ
0gchaind tx gov vote 1 no \
--from $WALLET_NAME \
--chain-id zgtendermint_16600-2 \
--gas-adjustment 1.4 \
--gas auto \
--gas-prices 0.0025ua0gi \
-y
VOTE âABSTAINâ
0gchaind tx gov vote 1 abstain \
--from $WALLET_NAME \
--chain-id zgtendermint_16600-2 \
--gas-adjustment 1.4 \
--gas auto \
--gas-prices 0.0025ua0gi \
-y
VOTE âNO WITH VETOâ
0gchaind tx gov vote 1 NoWithVeto \
--from $WALLET_NAME \
--chain-id zgtendermint_16600-2 \
--gas-adjustment 1.4 \
--gas auto \
--gas-prices 0.0025ua0gi \
-y
Last updated