Skip to content

exportWallet

AxVultis edited this page Apr 25, 2023 · 2 revisions

The exportWallet method exports the wallet into a new file. The exported wallet is stored in the same folder as the running wallet.

Request Format

JSON-RPC

{
  "jsonrpc": "2.0",
  "id": 25,
  "method": "exportWallet",
  "params": {
    "exportFilename": "exported.wallet"
  }
}

Request Details:

Argument Mandatory Description Format
exportFilename Yes Filename of the exported wallet string

Response Format

JSON-RPC

{
  "jsonrpc": "2.0",
  "id": 25,
  "result": {}
}
Clone this wiki locally