Skip to main content

Module chunk

Module chunk 

Source
Expand description

Script chunk representation.

A ScriptChunk represents a single element of a script: either an opcode or a data push operation.

Structsยง

ScriptChunk
A representation of a chunk of a script, which includes an opcode. For push operations, the associated data to push onto the stack is also included.