78e30aa779
* additon of 'get_mnemonic' API function * rustfmt * added 'change_password' api function * rustfmt * add 'delete_wallet' function' * rustfmt
12 lines
163 B
JSON
12 lines
163 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"method": "create_wallet",
|
|
"params": {
|
|
"name": null,
|
|
"mnemonic": null,
|
|
"mnemonic_length": 32,
|
|
"password": "passwoid"
|
|
},
|
|
"id": 1
|
|
}
|