Skip to content
AxVultis edited this page Nov 12, 2022 · 3 revisions

The save method allows you to save your wallet.

Request Format

JSON-RPC

 {
  "jsonrpc": "2.0",
  "id": 17,
  "method": "save"
}

Response Format

JSON-RPC

 {
  "jsonrpc": "2.0",
  "id": 17,
  "result": {
  }
}

Possible Errors

  • Parse error - Incorrect formatting, JSON, or quotation marks used.
Clone this wiki locally