store
This method saves/stores the current wallet container to disk using same filename as when loaded.
Input
Argument
Mandatory
Description
Format
Output
Argument
Description
Format
Usage
# With a password
curl -X POST http://ip_address:port/json_rpc -H 'Content-Type: application/json-rpc' -d '{"jsonrpc": "2.0", "method": "store", "password": "your_password", "params": {}, "id": "1"}'
# Without a password
curl -X POST http://ip_address:port/json_rpc -H 'Content-Type: application/json-rpc' -d '{"jsonrpc": "2.0", "method": "store", "password": "your_password", "params": {}, "id": "1"}'Last updated