We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Operations module: reset account and distribute PDV rewards.
# Reset account decentrcli tx op reset-account [account]
# Reset account curl -XPOST -s http://localhost:1317/operations/{account}/reset \ -d '{"base_req":{"chain_id":"testnet", "from": "'$(decentrcli keys show jack -a)'"}}' > unsignedTx.json