Skip to content

Operations module

Andrei Schneider edited this page May 15, 2021 · 5 revisions

Operations

Operations module: reset account and distribute PDV rewards.

CLI

# Reset account
decentrcli tx op reset-account [account] 

REST

# 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
Clone this wiki locally