Governance
Create New Text Proposal
mantrachaind tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000uom \
--type Text \
--from $WALLET \
--fees 3000uom \
-y Proposals List
mantrachaind query gov proposalsView proposal by proposal no
mantrachaind query gov proposal 1Vote yes
mantrachaind tx gov vote 1 yes --from $WALLET --chain-id mantra-1 --fees 3000uomVote no
mantrachaind tx gov vote 1 no --from $WALLET --chain-id mantra-1 --fees 3000uomVote abstain
mantrachaind tx gov vote 1 abstain --from $WALLET --chain-id mantra-1 --fees 3000uomVote No With Veto
mantrachaind tx gov vote 1 no_with_veto --from $WALLET --chain-id mantra-1 --fees 3000uomLast updated