parse_script
Decode a Bitcoin script from its hex representation into a list of opcodes, enabling script analysis and debugging.
Instructions
Parse a script into its opcodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_hex | Yes | Script as hex string. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |