Package org.bitcoinj.script
Classes for working with and executing Bitcoin script programs, as embedded in inputs and outputs.
-
Class Summary Class Description Script Programs embedded inside transactions that control redemption of payments.ScriptBuilder Tools for the construction of commonly used script types.ScriptChunk A script element that is either a data push (signature, pubkey, etc) or a non-push (logic, numeric, etc) operation.ScriptOpCodes Various constants that define the assembly-like scripting language that forms part of the Bitcoin protocol.ScriptPattern This is a Script pattern matcher with some typical script patterns -
Enum Summary Enum Description Script.VerifyFlag ScriptError -
Exception Summary Exception Description ScriptException