transaction-get-signed-raw
Get a signed transaction from the wallet, if present, as a hex encoded raw transaction.
Usage
transaction-get-signed-raw <TRANSACTION_ID>
Arguments
<TRANSACTION_ID>: The transaction id, encoded in hex.
Related
transaction-get-raw: Get the unsigned raw transaction as hex.transaction-inspect: Decode and inspect a raw transaction hex.node-submit-transaction: Broadcast a signed transaction.