queuerawtransaction "hexstring"
Queue a transaction for future broadcast.
Arguments:
1. hexstring (string, required) The hex string of the raw transaction
Result:
"hex" (string) the transaction ID
Examples:
> spacexpanse-cli queuerawtransaction txhex
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "queuerawtransaction", "params": [txhex]}' -H 'content-type: text/plain;' http://127.0.0.1:11998/
[
{
"name": "hexstring",
"detailsLines": [],
"properties": [
"string",
"required"
],
"description": "The hex string of the raw transaction"
}
]