listqueuedtransactions
List the transactions that are queued for future broadcast.
Result:
{ (json object) JSON object with transaction ID's as keys
"" : { (json object)
"transaction" : "hex" (string) The hex string of the raw transaction.
},
...
}
Examples:
> spacexpanse-cli listqueuedtransactions
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "listqueuedtransactions", "params": []}' -H 'content-type: text/plain;' http://127.0.0.1:11998/