Package org.bitcoindevkit
Class WitnessProgram
-
- All Implemented Interfaces:
public final class WitnessProgram
-
-
Constructor Summary
Constructors Constructor Description WitnessProgram(UByte version, List<UByte> program)
-
Method Summary
Modifier and Type Method Description final UByte
getVersion()
final Unit
setVersion(UByte version)
final List<UByte>
getProgram()
final Unit
setProgram(List<UByte> program)
-
-
Method Detail
-
getVersion
final UByte getVersion()
-
setVersion
final Unit setVersion(UByte version)
-
getProgram
final List<UByte> getProgram()
-
setProgram
final Unit setProgram(List<UByte> program)
-
-
-
-