-
Notifications
You must be signed in to change notification settings - Fork 20
Operations module
Andrei Schneider edited this page May 17, 2021
·
5 revisions
Operations module is responsible for reseting account and PDV rewards distribution.
# Reset account
decentrcli tx op reset-account [account]
# Min gas price
decentrcli query operations min-gas-price
# 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
# Min gas price
curl -XGET http://localhost:1317/operations/min-gas-price