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 |
---|---|
protected List<ScriptChunk> |
Script.chunks |
Modifier and Type | Method and Description |
---|---|
List<ScriptChunk> |
Script.getChunks()
Returns an immutable list of the scripts parsed form.
|
Modifier and Type | Method and Description |
---|---|
ScriptBuilder |
ScriptBuilder.addChunk(int index,
ScriptChunk chunk)
Adds the given chunk at the given index in the program
|
ScriptBuilder |
ScriptBuilder.addChunk(ScriptChunk chunk)
Adds the given chunk to the end of the program
|
Copyright © 2016. All rights reserved.