public static enum Script.VerifyFlag extends Enum<Script.VerifyFlag>
Script.correctlySpends(Transaction, long, Script, Set)
.Modifier and Type | Method and Description |
---|---|
static Script.VerifyFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Script.VerifyFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Script.VerifyFlag P2SH
public static final Script.VerifyFlag NULLDUMMY
public static Script.VerifyFlag[] values()
for (Script.VerifyFlag c : Script.VerifyFlag.values()) System.out.println(c);
public static Script.VerifyFlag valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2014. All rights reserved.