parse_envelope
Extract structured envelope data from raw Bitcoin transaction bytes to identify magic numbers, versions, types, and payload content for blockchain analysis.
Instructions
Parse BTCD envelope structure from raw bytes.
Args:
data_hex: Hex-encoded envelope data
Returns:
Dictionary with envelope fields: magic, version, type, payload_hex.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_hex | Yes |