12 lines
174 B
JSON
12 lines
174 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"method": "create_wallet",
|
|
"params": {
|
|
"name": null,
|
|
"mnemonic": null,
|
|
"mnemonic_length": 32,
|
|
"password": "passwoid"
|
|
},
|
|
"id": 1
|
|
}
|