-
Notifications
You must be signed in to change notification settings - Fork 64
deleteDelayedTransaction
AxVultis edited this page Nov 29, 2022
·
1 revision
The deleteDelayedTransaction method deletes a specified delayed transaction.
JSON-RPC
{
"jsonrpc": "2.0",
"id": 30,
"method": "deleteDelayedTransaction",
"params": {
"transactionHash": "deed5685efe64f0305ca4a579e41997a2c13e4e36c9d65e97ae4229eb371d543"
}
}
Request Details:
Argument | Mandatory | Description | Format |
---|---|---|---|
transactionHash | Yes | delayed transaction to delete | string |
JSON-RPC
{
"jsonrpc": "2.0",
"id": 30,
"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