Skip to main content

Module script_chunk

Module script_chunk 

Source
Expand description

ScriptChunk: a parsed element of a Bitcoin script.

Each chunk is either a bare opcode or a data push (opcode + data bytes).

Structsยง

ScriptChunk
A single parsed element of a script.