Expand description
Parsed opcode representation and script parser. Parsed opcode representation and script parser.
Structs§
- Parsed
Opcode - A parsed opcode with its data payload.
Functions§
- is_
push_ only - Check if a parsed script is push-only.
- parse_
script - Parse a Script into a ParsedScript.
- remove_
opcode - Remove all occurrences of a specific opcode.
- remove_
opcode_ by_ data - Remove opcodes that push the given data.
- unparse
- Unparse a ParsedScript back to a Script.
Type Aliases§
- Parsed
Script - A parsed script is a sequence of parsed opcodes.