Package | Description |
---|---|
org.bitcoinj.script |
Classes for working with and executing Bitcoin script programs, as embedded in inputs and outputs.
|
Modifier and Type | Method and Description |
---|---|
Script.ScriptType |
Script.getScriptType()
Get the
Script.ScriptType . |
static Script.ScriptType |
Script.ScriptType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Script.ScriptType[] |
Script.ScriptType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.