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