Governance
Create New Text Proposal
fxcored tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000apundiai \
--type Text \
--from $WALLET \
--gas=auto --gas-prices=5000000000apundiai --gas-adjustment=1.5 \
-y
Proposals List
fxcored query gov proposals
View proposal by proposal no
fxcored query gov proposal 1
Vote yes
fxcored tx gov vote 1 yes --from $WALLET --chain-id dhobyghaut --gas=auto --gas-prices=5000000000apundiai --gas-adjustment=1.5
Vote no
fxcored tx gov vote 1 no --from $WALLET --chain-id dhobyghaut --gas=auto --gas-prices=5000000000apundiai --gas-adjustment=1.5
Vote abstain
fxcored tx gov vote 1 abstain --from $WALLET --chain-id dhobyghaut --gas=auto --gas-prices=5000000000apundiai --gas-adjustment=1.5
Vote No With Veto
fxcored tx gov vote 1 no_with_veto --from $WALLET --chain-id dhobyghaut --gas=auto --gas-prices=5000000000apundiai --gas-adjustment=1.5
Last updated