-
Notifications
You must be signed in to change notification settings - Fork 64
withdrawDeposit
AxVultis edited this page Nov 16, 2022
·
1 revision
The withdrawDeposit method withdraws a deposit. The output will return the transactionHash of the spending transaction.
JSON-RPC
{
"jsonrpc": "2.0",
"id": 20,
"method": "withdrawDeposit",
"params": {
"depositId": 260
}
}
Request Details:
Argument | Mandatory | Description | Format |
---|---|---|---|
depositId | Yes | Deposit id of the deposit to withdraw | int |
JSON-RPC
{
"jsonrpc": "2.0",
"id": 20,
"result": {
"transactionHash": "a9542ed7768ce61e392777c6cc1d3e3b2c1eddb418ead717d9caa44a4b63672e"
}
}
Response Details:
Argument | Description | Format |
---|---|---|
transactionHash | Transaction hash of the spending transaction | string |
© 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