78e30aa779
* additon of 'get_mnemonic' API function * rustfmt * added 'change_password' api function * rustfmt * add 'delete_wallet' function' * rustfmt
11 lines
136 B
JSON
11 lines
136 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"method": "change_password",
|
|
"params": {
|
|
"name": null,
|
|
"old": "passwoid",
|
|
"new": "password"
|
|
},
|
|
"id": 1
|
|
}
|