Shows wallet list
CLI Example
Command syntax:
wallet list
Options:
none
Example:
Command:
cellframe-node-cli wallet list
Response:
Wallet: foobar_root_0
JSON-RPC Example
Command:
curl -X POST http://rpc.cellframe.net/connect -d '{"method":"wallet", "params":["wallet;list"], "id":"1"}'
Response:
{
"type": 0,
"result": "Wallet: foobar_root_0 \n",
"errors": null,
"id":
}