Class WitnessProgram

  • All Implemented Interfaces:

    public final class WitnessProgram
    
                        

    The version and program of a Segwit address.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final UByte getVersion() Version.
      final Unit setVersion(UByte version) Version.
      final ByteArray getProgram() The witness program.
      final Unit setProgram(ByteArray program) The witness program.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait