Skip to main content

transaction-get-raw

Get a transaction from the wallet, if present, as a hex encoded raw transaction.

Usage

transaction-get-raw <TRANSACTION_ID>

Arguments

  • <TRANSACTION_ID>: The transaction id, encoded in hex.

Notes

The returned hex can be passed to transaction-inspect to decode and review it, or to node-submit-transaction to rebroadcast it.