-
Notifications
You must be signed in to change notification settings - Fork 64
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.
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 |
JSON-RPC
{
"jsonrpc": "2.0",
"id": 25,
"result": {}
}
© 2018-2023 Conceal Network. All rights reserved.
- Conceal API Reference
- General Methods
- Private Key Methods
- Wallet Address Methods
- Deposit Methods
- Transaction Methods
- Delayed Transaction Methods
- Wallet Export Methods