unpack_transaction
Decode raw Bitcoin transactions to extract embedded Counterparty protocol data, revealing the original message and asset details.
Instructions
Decode and unpack a Counterparty message from a raw transaction, revealing the embedded Counterparty data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_index | No | Block index for context (optional) | |
| raw_transaction | Yes | Hex data to unpack (raw transaction hex or Counterparty data hex) |