-
Notifications
You must be signed in to change notification settings - Fork 64
exportWalletKeys
AxVultis edited this page Apr 25, 2023
·
2 revisions
The exportWalletKeys method exports the keys of 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": 26,
"method": "exportWalletKeys",
"params": {
"exportFilename": "exportedKeys.wallet"
}
}
Request Details:
Argument | Mandatory | Description | Format |
---|---|---|---|
exportFilename | Yes | Filename of the exported wallet | string |
JSON-RPC
{
"jsonrpc": "2.0",
"id": 26,
"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