Package | Description |
---|---|
org.bitcoinj.script |
Classes for working with and executing Bitcoin script programs, as embedded in inputs and outputs.
|
Modifier and Type | Field and Description |
---|---|
static EnumSet<Script.VerifyFlag> |
Script.ALL_VERIFY_FLAGS |
Modifier and Type | Method and Description |
---|---|
static Script.VerifyFlag |
Script.VerifyFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Script.VerifyFlag[] |
Script.VerifyFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Script.correctlySpends(Transaction txContainingThis,
long scriptSigIndex,
Script scriptPubKey,
Set<Script.VerifyFlag> verifyFlags)
Verifies that this script (interpreted as a scriptSig) correctly spends the given scriptPubKey.
|
Copyright © 2014. All rights reserved.