Parses a raw transaction hex string into a human‑readable structure, showing inputs, outputs, amounts, metadata, and other transaction details.
Arguments
- conn
A connection object created by
mc_connect.- tx_hex
Character string. The raw transaction hex to decode.
Examples
if (FALSE) { # \dontrun{
decoded <- mc_decode_raw_transaction(conn, tx_hex)
print(decoded$vin)
} # }