See: Description
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 | Description |
---|---|
Script.ScriptType |
Enumeration to encapsulate the type of this script.
|
Script.VerifyFlag | |
ScriptError |
Exception | Description |
---|---|
ScriptException |