-
- All Implemented Interfaces:
-
org.bitcoindevkit.Disposable
public final class TapKeyOrigin implements Disposable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTapKeyOrigin.Companion
-
Field Summary
Fields Modifier and Type Field Description private List<String>tapLeafHashesprivate KeySourcekeySource
-
Constructor Summary
Constructors Constructor Description TapKeyOrigin(List<String> tapLeafHashes, KeySource keySource)
-
Method Summary
Modifier and Type Method Description final List<String>getTapLeafHashes()leaf hashes as hex strings final UnitsetTapLeafHashes(List<String> tapLeafHashes)leaf hashes as hex strings final KeySourcegetKeySource()key source final UnitsetKeySource(KeySource keySource)key source Unitdestroy()-
-
Method Detail
-
getTapLeafHashes
final List<String> getTapLeafHashes()
leaf hashes as hex strings
-
setTapLeafHashes
final Unit setTapLeafHashes(List<String> tapLeafHashes)
leaf hashes as hex strings
-
getKeySource
final KeySource getKeySource()
key source
-
setKeySource
final Unit setKeySource(KeySource keySource)
key source
-
-
-
-