Governance

Create New Text Proposal

republicd  tx gov submit-proposal \
--title "Governance" \
--description "DETAIL" \
--deposit 1000000arai \
--type Text \
--from wallet \
--gas auto --gas-adjustment 1.5  --gas-prices 2500000000arai \
-y 

Proposals List

republicd query gov proposals

View proposal

republicd query gov proposal 1

Vote Yes

republicd tx gov vote 1 yes --from wallet --chain-id raitestnet_77701-1  --gas auto --gas-adjustment 1.5  --gas-prices 2500000000arai -y

Vote No

republicd tx gov vote 1 no --from wallet --chain-id raitestnet_77701-1  --gas auto --gas-adjustment 1.5  --gas-prices 2500000000arai -y

Vote No With Veto

republicd tx gov vote 1 no_with_veto --from wallet --chain-id raitestnet_77701-1  --gas auto --gas-adjustment 1.5  --gas-prices 2500000000arai -y

Vote Abstain

Last updated