explain_script
Decode Bitcoin Script hex to break down opcodes for understanding transaction logic and validation.
Instructions
Decode a Bitcoin Script hex and break down the opcodes.
Args: hex_script: Script in hex format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hex_script | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |