iridium_walletd sendDelayedTransaction method
The sendDelayedTransaction method sends a specified delayed transaction.
Input:
Argument | Mandatory | Description | Format | Example |
---|---|---|---|---|
transactionHash | Yes | Existing delayed transaction | string | c671d1005eaaf7c51b1e23eeec1c899e43fa7a332cdc2bcf1e45b908e23d8837 |
Output:
In case of success returns an empty JSON object.
Input example:
{ 'params':{ 'transactionHash':'c671d1005eaaf7c51b1e23eeec1c899e43fa7a332cdc2bcf1e45b908e23d8837' }, 'jsonrpc':'2.0', 'id':'test', 'method':'sendDelayedTransaction' }
Output example:
{ "id":"1", "jsonrpc":"2.0", "result": {} }