Files
grin-wallet/tests/data/v3_reqs/change_password.req.json
T
Yeastplume 78e30aa779 API Lifecycle Implementation, Part 2 (#217)
* additon of 'get_mnemonic' API function

* rustfmt

* added 'change_password' api function

* rustfmt

* add 'delete_wallet' function'

* rustfmt
2019-09-11 10:27:30 +01:00

11 lines
136 B
JSON

{
"jsonrpc": "2.0",
"method": "change_password",
"params": {
"name": null,
"old": "passwoid",
"new": "password"
},
"id": 1
}