iridium_walletd save method
Save your wallets container (the generated file can contain multiples wallet addresses with spendKeys but the viewSecretKey is the same for a wallet daemon application).
No parameters.
No return in case of success.
Example :
{ "params":{}, "jsonrpc":"2.0", "id":"test", "method":"save" }
Curl example:
$ curl -s -X POST -d '{"params":{},"jsonrpc":"2.0","id":"test","method":"save"}' localhost:14101/json_rpc | jqReturn :
{ "jsonrpc":"2.0", "id":"test", "result":{} }