Governance

Create New Text Proposal

bcnad tx gov submit-proposal \
--title "" \
--description "" \
--deposit 1000000ubcna \
--type Text \
--from $WALLET \
--gas-prices 0.001ubcna --gas-adjustment 1.5 --gas auto \
-y 

Proposals List

bcnad query gov proposals

View proposal by proposal no

bcnad query gov proposal 1

Vote yes

bcnad tx gov vote 1 yes --from $WALLET --chain-id bitcanna-dev-1 --gas-prices 0.001ubcna --gas-adjustment 1.5 --gas auto

Vote no

bcnad tx gov vote 1 no --from $WALLET --chain-id bitcanna-dev-1 --gas-prices 0.001ubcna --gas-adjustment 1.5 --gas auto

Vote abstain

bcnad tx gov vote 1 abstain --from $WALLET --chain-id bitcanna-dev-1 --gas-prices 0.001ubcna --gas-adjustment 1.5 --gas auto

Vote No With Veto

bcnad tx gov vote 1 no_with_veto --from $WALLET --chain-id bitcanna-dev-1 --gas-prices 0.001ubcna --gas-adjustment 1.5 --gas auto

Last updated