Governance
Create New Text Proposal
selfchaind tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000uslf \
--type Text \
--from $WALLET \
--fees  \
-y Proposals List
selfchaind query gov proposalsView proposal by proposal no
selfchaind query gov proposal 1Vote yes
selfchaind tx gov vote 1 yes --from $WALLET --chain-id selfchain-testnet --fees Vote no
selfchaind tx gov vote 1 no --from $WALLET --chain-id selfchain-testnet --fees Vote abstain
selfchaind tx gov vote 1 abstain --from $WALLET --chain-id selfchain-testnet --fees Vote No With Veto
selfchaind tx gov vote 1 no_with_veto --from $WALLET --chain-id selfchain-testnet --fees Last updated