For the complete documentation index, see llms.txt. This page is also available as Markdown.

Governance

Governance

Create New Text Proposal

latandad tx gov submit-proposal \
--title "Governance" \
--description "DETAIL" \
--deposit 1000000ultd \
--type Text \
--from wallet \
--chain-id latanda-testnet-1 \
--gas auto --gas-adjustment 1.5 --gas-prices 0.25ultd \
--home $HOME/.latanda \
-y

Proposals List

latandad query gov proposals --home $HOME/.latanda

View Proposal

latandad query gov proposal 1 --home $HOME/.latanda

Vote Yes

Vote No

Vote No With Veto

Vote Abstain