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