Skip to content

Module BSV::Script

Bitcoin script parsing, construction, and execution.

Provides the {Script::Script} class for building and inspecting scripts, the {Script::Opcodes} module defining all opcodes, a fluent {Script::Builder}, and a full {Script::Interpreter} for script evaluation.