-
public final class Key
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKey.Companion
-
Method Summary
Modifier and Type Method Description final UBytegetTypeValue()The type of this PSBT key. final UnitsetTypeValue(UByte typeValue)The type of this PSBT key. final ByteArraygetKey()The key itself in raw byte form. final UnitsetKey(ByteArray key)The key itself in raw byte form. -
-
Method Detail
-
getTypeValue
final UByte getTypeValue()
The type of this PSBT key.
-
setTypeValue
final Unit setTypeValue(UByte typeValue)
The type of this PSBT key.
-
getKey
final ByteArray getKey()
The key itself in raw byte form.
<key> := <keylen> <keytype> <keydata>
-
-
-
-