Skip to content

getDelayedTransactionHashes

AxVultis edited this page Nov 29, 2022 · 1 revision

The getDelayedTransactionHashes method returns hashes of delayed transactions.

Request Format

JSON-RPC

{
  "jsonrpc": "2.0",
  "id": 29,
  "method": "getDelayedTransactionHashes"
}

Response Format

JSON-RPC

{
  "jsonrpc": "2.0",
  "id": 29,
  "result": {
    "transactionHashes": [
      "deed5685efe64f0305ca4a579e41997a2c13e4e36c9d65e97ae4229eb371d543",
      "34b29dd7d25e5db8ef71951a5537f77cb04aa1805ee4d2fc96b86765fc0f692b"
    ]
  }
}

Response Details:

Argument Description Format
transactionHashes Hashes of the delayed transactions array of strings
Clone this wiki locally