decode_raw_transaction
Decode raw Bitcoin transaction hex strings to extract structured transaction details without requiring input lookups, enabling analysis of transaction data.
Instructions
Decode a raw transaction hex without looking up inputs.
Args: hex_string: Raw transaction in hex format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hex_string | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |