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