Package 

Class Key


  • 
    public final class Key
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Key.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
      Key(UByte typeValue, ByteArray key)
    • Method Summary

      Modifier and Type Method Description
      final UByte getTypeValue() The type of this PSBT key.
      final Unit setTypeValue(UByte typeValue) The type of this PSBT key.
      final ByteArray getKey() The key itself in raw byte form.
      final Unit setKey(ByteArray key) The key itself in raw byte form.
      • Methods inherited from class java.lang.Object

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