Skip to content

sendDelayedTransaction

AxVultis edited this page Nov 29, 2022 · 1 revision

The sendDelayedTransaction method sends a specified delayed transaction.

Request Format

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

Response Format

JSON-RPC

{
  "jsonrpc": "2.0",
  "id": 31,
  "result": {}
}
Clone this wiki locally