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.
|
Enum | Description |
---|---|
Script.ScriptType |
Enumeration to encapsulate the type of this script.
|
Script.VerifyFlag |
Flags to pass to
Script.correctlySpends(Transaction, long, Script, Set) . |
Copyright © 2016. All rights reserved.